Community
Participate
Working Groups
Open my c source file (hello1.c) in C/C++ editor, and double click on the prefix area of an executable line to set a global breakpoint. I can see a green dot with little "G" is shown in the editor and in the Breakpoints view. Start debug configuration to debug my c program (hello1.out, and its source file is hello1.c). Run, program run to the end. Checked the tracing in my development workspace console, and I don't see any breakpoint request sent to the debug engine.
Fixed in 4.0 and HEAD.
Sync-ed up with HEAD, and verified this problem is fixed in HEAD. Thanks.