CW 10.1 -- can't manipulate breakpoints in Debugger

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW 10.1 -- can't manipulate breakpoints in Debugger

526 Views
gloucks
Contributor III

I am new to eclipse. In the C/C++ perspective I can toggle breakpoints by double-clicking the breakpoint column in the editor. As soon as I launch the debugger, I lose the ability to manipulate the breakpoints from the file view (I can enable/disable existing breakpoints in the Breakpoint view). After terminating the debug session and switching back to C/C++ perspective, I am still unable to toggle breakpoints in the file view. If I then close the opened file and reopen it, I can again toggle breakpoints. If I am in the Debug perspective and the debugger is connected, reloading the file does not re-allow breakpoint control.

Labels (1)
0 Kudos
2 Replies

380 Views
gloucks
Contributor III

I seemed to have fixed my problem, but I have no idea if this is correct.

 

I changed the default file associations for all the file types that could have breakpoints from "Syntax Coloring Editor" to either "Assembly Editor" (*.asm, ...)  or "C/C++ Editor" (*.c, *.h, ...).

0 Kudos

380 Views
mindchasers
Contributor III

 

If you are having problems with breakpoints, then you might want to try the debugger shell. 

 

Window->Show View->Other

 

Debug->Debugger Shell

 

Do a "help bp" in the window for command syntax.

 

 

0 Kudos