Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 367 Bytes

A Toy Debugger

That can only do the following for now -

  1. Trace another process
  2. Set breakpoints by modifying the process

And that wishes to do the following sometime soon -

  1. Set breakpoints using the hardware registers
  2. Single step
  3. Set watchpoints

You can read about how breakpoints are set on my blog here