ProDBG icon indicating copy to clipboard operation
ProDBG copied to clipboard

Remote API 0.1

Open emoon opened this issue 10 years ago • 0 comments

Feature level for RemoteAPI:

  • The remote API is a simple API that allows debugging of "Remote" Targets over TCP/IP using a simple message sending system. For one example there is a examples/Fake6502 included which shows how to debug an emulated 6502 CPU
  • Stepping : step in, out, etc (worth to notice that its up to the remote api to implement them correctly but ProDBG should be able to send the data)
  • Request memory, disassembly, exception location

emoon avatar Nov 16 '13 10:11 emoon