Debug

  • MaksProg
    27th Aug 2013 Member 0 Permalink

    Do you know some debugging tool (with stopping on runtime errors) that can be used with scons? All IDEs needs their own mod builds. I may waste a whole day in googling it.

  • jacob2
    27th Aug 2013 Member 0 Permalink
    Gdb will work if you compile with the --debugging flag. I can't recommend any ide s though ... I use visual studio
  • boxmein
    27th Aug 2013 Former Staff 0 Permalink
    @MaksProg (View Post)
    You could also try comprehending OllyDbg.