I am currently facing a strange problem...
After some modifications in my project's source code, it is no longer able to be run inside C::B, in normal or debugger mode.
But when I am trying to run it from command line, everything seems to work perfectly, no crash, no exception... (well... at least software can be run, it is not stable at the moment)
I do not know if it is really a C::B bug, I have no clue on what is the problem: there is nothing in Code::Blocks 's log, only
Checking for existence: /home/berenger/autorealm/bin/debug/autorealm
Executing: x-terminal-emulator -T autorealm -e /home/berenger/autorealm/bin/debug/autorealm (in /home/berenger/autorealm/bin/debug)
Process terminated with status 1 (0 minutes, 0 seconds)
in build log, and C::B survive to the application's crash.
When I try to debug it, it seem it does not even enter the wxWidget "App" class I made. At least, if I put a breakpoint on the first line which should be executed in my program, it seem to be never reached.
Thinking about wxWidgets... Maybe I made something stupid with project's options related to wxWidgets... but I can see what. And as I said, things works like a charm outside of C::B.
I actually have no idea about what is happening or which information I could add... Maybe the problematic source? (
https://bitbucket.org/bmorel/autorealm/changeset/60e9b3e05d48)