CLEAR DEBUG CONTROLS

Hi
What's the best way to clear the data from the debug controls? i.e. breakpoints, errors etc?
Thanks
Hi Gael,
Errors and FindResults have Clear method which clears their data.
Locals, Threads and CallStack clears their content automatically while debugger session is stopped.
Breakpoints are populated from Debugger.Breakpoints, therefore to clear them you need to clear Debugger.Breakpoints and call UpdateList method.
We will add this method for Watches and Output in the next update, and happy to provide a hot fix if needed.
regards,
Andrew
Hi Andrew.
Breakpoints works but Errors doesn't. The list clears but the button caption still shows the number of errors and if you click it twice the errors show again.
No need for hot fix. Happy to wait for next update.
Many thanks.
Gael
Hi Gael,
The issue with clearing error list have been resolved already in version 4.0 which is just released.
regards,
Andrew