Next: 8 Preamble and Postamble
Up: Writing GNUstep Makefiles
Previous: 6 A first App
Debugging an application is quite simple. Applications, like tools and
everything else, are compiled with debugging enabled by default; to
debug the application, use
openapp --debug ./PanelTest.app
This will run gdb (the GNU debugger) on the executable
setting everything ready for debugging.
2010-02-14