To add a breakpoint, use
dbstop(’yourfunctionname’, yourlinenumber)
Example:
dbstop(’dlt_demo’, 303);
To go to next line, type
dbnext
To step into type
dbstep
To continue running, type
dbcont
|
||||||
|
To add a breakpoint, use Example: To go to next line, type To step into type To continue running, type |
||||||
|
Copyright © 2012 P Coder - All Rights Reserved |
||||||