CW 10.1 -- can't manipulate breakpoints in Debugger

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CW 10.1 -- can't manipulate breakpoints in Debugger

688 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

542 次查看
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 项奖励
回复

542 次查看
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 项奖励
回复