[debug spring]

[debug spring]

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
zyzy
Posts: 57
Joined: 27 Jan 2006, 22:40

[debug spring]

Post by zyzy »

Hello,
is it possible to debug with a IDE?
How is it possible to have a debug with dev-cpp/minigw?
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

with mingw you can use gdb.

Compile with debugging on ('scons configure debug=yes'), then run 'gdb spring.exe'. Useful gdb commands are:
  • r - run executable
  • bt - show backtrace
  • q - quit
  • help - help
there are also GUI front ends available for gdb but I've never tried any of them
Post Reply

Return to “Engine”