Community
Participate
Working Groups
Created attachment 210318 [details] Example communication log. The client is not receiving a Breakpoints status event, when processing an enable/disable test on a function/expression breakpoint. Note that the correct sequence of events are generated for source line breakpoints, when processing the same sequence of commands (e.g. this issue seems specific to function breakpoints)... Steps to reproduce: 1.) Begin debugging a simple linux application. 2.) Set a function breakpoint (in this case main). 3.) In the UI, disable the function breakpoint. a.) Note the sequence of events from the agent. 4.) In the UI, enable the function breakpoint. a.) Note the sequence of events from the agent. 5.) In the UI, disable the function breakpoint. At this point the Breakpoints status event is missing.
I cannot reproduce. In the log, I see a command with weird/invalid arguments: 379.973 Out: C 60 Breakpoints change ... Line:-1,Column:-1 ... Please, verify that the issue is reproducible with original code from eclipse.org repository - it looks like you are running some derivation.
Updated the client to help address this issue.