[Request] Add built-in debugger

Support and general discussion.
Post Reply
Greatpsycho
Posts: 151
Joined: Tue 22 Mar, 2016 10:03 am
Location: Korea
Contact:

[Request] Add built-in debugger

Post by Greatpsycho »

If PCem has built-in debugger like BOCHS, it should be more useful. Do you have a plan to add built-in debugger?
User avatar
SarahWalker
Site Admin
Posts: 2054
Joined: Thu 24 Apr, 2014 4:18 pm

Re: [Request] Add built-in debugger

Post by SarahWalker »

Not at present. If I did, it would have the unfortunate side-effect of not working with the recompiler enabled. Plus, I don't really want to have to write an x86 disassembler.
AlecV
Posts: 18
Joined: Sun 12 Jun, 2016 8:37 pm

Re: [Request] Add built-in debugger

Post by AlecV »

You could add а tiny GDB stub like Qemu and Bochs does. It's enought for those who want debugger.
http://wiki.osdev.org/GDB
http://www.cs.columbia.edu/~%20sedwards ... -final.pdf
Post Reply