I used to use wxMessageBox to debug but now this time I need to use the GDB to debug. I still couldn't get the way to debug wxSmith .. but I really a newbie in debugging C++ GUI program ..
I have tried to toggle a break point at ScanForPlugins() at main.cpp and press F4 to let the program run to cursor .
another CB instants running , and I try to check the message , the 10 plugins have been loaded , and the keybind has also been loaded :shock: ? the program does not stop at breakpoint ?
I check the Debug menu, only Debug Windows and Stop debugger are not grey , cannot press continue /step over/step into.
Since wxSmith has a different project file , how should I do the debug ? I load the CB project file and toggle the breakpoint at ScanForPlugins and load wxSmith project file , toggle the break point at wxSmith source , is it correct ?