Monday, October 02, 2006

Debug session

It doesnt make much sense to use Kdevelop without a working debugger. So before you do anything else, try debugging the application you just imported.

You should get the debug view up. Don't run yet!

First try set and unset a breakpoint some where. If it toggles AND if the color where set is red, then the integration should be OK.

Depending on the the underlaying GDB, stopping/interrupting a running program might not work. You might want to set anothe breakpoint somewhere in youre application first (see next part).

Note: Make sure the application is downloaded to the target and that any GDB backend stuff is set up and in order first. Try using the projects build supports for downloading: ' make flashit'

No comments: