[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


gdb prikazy

gdb program.exe
set args config.cfg
break line# / method
tbreak +3 one use breakpoint on +3line
next n
step s

info breaks
enable/disable break#


[ Back to the navigation ] [ Back to the content ]