ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

DebuggerCore doesn't detect when a breakpoint gets overwritten #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the debugging core will return the original byte when a read occurs where a 
breakpoint is at. we should detect if the byte was overwritten/changed, and 
somehow notify the user.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:20

GoogleCodeExporter commented 9 years ago
This is handled on a higher level and noted in the source that the DebuggerCore 
doesn't expect any breakpoints to be present.

Original comment by evan.teran on 3 Oct 2012 at 3:29