![]() |
How to debug an applicationYou can debug your application with a debugger. Build application with debugging mode, and select [Debug] of the [Build] menu.![]() [Starting the debugger] I try to easily describe usage of gdb here. At first,input "run" to execute an application. input "where" to refer to stack trace and see where is, when the program has stopped by error. You can see position of the source by input of "list" that error was generated. There are the following commands in gdb.
![]() [Debugging the application] Document Release 1.3 For Use with Wide Studio Release 1.3, Summer 2001
|