![]() | Compiling, Installing
|
Within dgb, here are key commands
command | Comment |
---|---|
b main | Put a break in function main(). (Required) |
r | Run the program (Required) |
display var | name of the variable whose value to display |
n | go to next line |
q | quit/exit debugger |
s | step into a function (dig deeper) |
If you are having trouble with debugging, please contact jon@sdba.info. Explain exactly the steps you followed and error messages you received.