p - step

t - trace

pa - step to address

ta - trace to address

pc - step to next call

tc - trace to next call

tb - trace to next branch (只适用于内核调试)

pt - step to next return

tt - trace to next return

ph - step to next branch

th - trace to next branch

wt - trace and watch data

g - go

gh - go handled.(告诉系统已经处理异常)

gn - go not handled.(告诉系统没有处理异常)

gu - go up. (return to current function)

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-08-25
  • 2021-09-21
  • 2021-08-02
  • 2021-09-02
  • 2021-06-24
猜你喜欢
  • 2021-07-04
  • 2021-06-11
  • 2021-12-21
  • 2022-12-23
  • 2021-09-26
  • 2021-09-19
  • 2022-12-23
相关资源
相似解决方案