I have trouble getting debugger work.
If I start debugger and step in code it works fine. But when I add a watch as wxString the problem starts.
The watch is not added to watch panel but also Trying to step into code stops working.
I don't know what to do
Help!
CodeLite 15.x
CodeLite is awesome, I just Love it!
Try deleting the 'Pre Defined Types' for wxString from the debugger settings dialog. from "settings -> debugger settings"
codelite should be using the python pretty printers for wxString so wxString should be very much readable for you
eranif wrote:Try deleting the 'Pre Defined Types' for wxString from the debugger settings dialog. from "settings -> debugger settings"
codelite should be using the python pretty printers for wxString so wxString should be very much readable for you
Eran
That is it!
Thanks and sorry for my dummy post
CodeLite 15.x
CodeLite is awesome, I just Love it!
eranif wrote:Try deleting the 'Pre Defined Types' for wxString from the debugger settings dialog. from "settings -> debugger settings"
codelite should be using the python pretty printers for wxString so wxString should be very much readable for you
Eran
std:string and char* behaves the same. Should I delete them?
After Installing fresh 13.04 Raring I copied the config folder of CodeLite from 12.04. Is that supposed to be the cause?
CodeLite 15.x
CodeLite is awesome, I just Love it!