Debugging is the process of examining your application for errors. The process of debugging is accomplished by setting breakpoints and watches in your code and running it in the debugger. Debugging enables you to execute your code one line at a time and examine the state of your application in order to discover any problems.
dbxtool uses the dbx debugger to debug your C, C++, and Fortran applications.
See Also | |
---|---|
Working With Debugging Debugger Windows Starting a Debugging Session Debugging on a Remote Host |