Author Topic: Can you remove an existing data break point in the GDB debugger plugin?  (Read 2939 times)

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
I cannot see in the existing GDB plugin where I can remove a data break point that I have added.  If you can remove the data break point, can you point me where it can be done via a menu option or where it does it in the code. Disabling the enable option in the data break point dialog does not remove the exiting break point from reading and testing the existing GDB plugin.

I have added the ability to remove a data break point to the list of items I need to do for the GDB/MI plugin. The more I look the more I find needs to be done, but that may not necessarily be a bad thing.