Debugger

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
0xBADC0DE

Debugger

Post by 0xBADC0DE »

I remember reading about a debugger that let you see your C code a few monthes back. Anyone have a link to that?
Kim

Re:Debugger

Post by Kim »

Bochs + GDB + Insight Screenshot

Bochs needs to have remote debuging compiled in. Please note its only usefull for testing the core of your kernel, but its great to have all those nice debuging features.
Post Reply