Hello,
I was trying the following code to test Codelite.
I tried to set some breakpoints but are ignored when I start the debugger and the program end without breaking.
Only setting the automatic breakpoint at main the program breaks but only on that breakpoint.
- Please post here the debugger log (from the bottom pane, 'Debug' tab)
- Assuming that you know what you are doing, and you build the 'Debug' target, my guess is that your workspace is located in a directory with spaces in the path. Move it to a location with no spaces in the path.