| Log In | Not a Member? |
Contact ADC
|
|
|
CONTENTSHow to use GDBUseful GDB Commands Additional Notes & Comments |
GDB allows you to see what your application is doing programmatically while it runs. GDB can be an invaluable tool to trace the execution of an application in order to find the cause of an encountered problem, and to let developers know where their code is failing. This Note is directed at quality assurance engineers who do not have any experience with GDB. |
Additional Notes & CommentsIt is always good practice to leave the Console window open, either by selecting it from the Tools menu in Workspace Manager, or by the key combination <command-shift-C>. Error messages are often directed to the Console. You should always include a stack backtrace with any crashing bug report. It is possible to debug an application from a remote computer through a telnet session. Programmer oriented resources |