eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.68k stars 322 forks source link

Consider moving the Breakpoint plugin to be part of the core executable #786

Closed eteran closed 1 year ago

eteran commented 3 years ago

It could be argued that because breakpoints are such a fundamental feature of debuggers that there is no benefit for it being a plugin. By moving the code to be more tightly coupled with the main code, it may be easier to handle things like breakpoint restoration from sessions a little more cleanly.

It should be possible to do restoration nicely either way, but this may simplify things

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/95342346-consider-moving-the-breakpoint-plugin-to-be-part-of-the-core-executable?utm_campaign=plugin&utm_content=tracker%2F14326212&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F14326212&utm_medium=issues&utm_source=github).