gdb
  Makefile
  Hello
compile
cc -g
  M-x gdb
(gdb)
break
  run
  next
  print
  cont
  改行
  delete
  exit
  shell-mode
  help
gdb-emacs
  gdb 準備
  実行準備
  実行開始
  gdbinint
  URL
    xfree86

gdb GNU Debugger & Emacs (M-x gdb)

実行開始

操作引数説明
run r (最初から)実行開始
next n (関数に降りることなく)次の行
step s C の次の行
print p 変数値を表示 print "%03x",y
OHP | emacs2 | Mac OS X | gdb
Last Update: Sat, 07 Jun 2014 22:16:17 GMT 1.66 2008/03/08