debugging solution

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
User avatar
ezome
Posts: 20
Joined: Thu Aug 30, 2007 3:09 pm
Location: Germany

debugging solution

Post by ezome »

does anyone know a asm debugging solution that works? ;)
mine broke when i had to recompile bochs to enable vbe

so far i tried bfe/bochs, gdb/bochs, gdb/qemu on cygwin
but all of them crashed or didn't run i guess because the versions didn't match

is there any all in one solution including some emulator "and" debugger that
works right from the start for windows or linux?
and please don't mention the qemu monitor as long as there is no way to get
a proper memory output that's not as ugly and unreadable as the one at the console
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

Have you tried bochs' built-in debugger? (no gdb or anything) There are prebuilt debugger versions available from the website and you can pass a configure-time switch that does the same.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Smilediver
Member
Member
Posts: 37
Joined: Sun Aug 05, 2007 4:23 pm

Post by Smilediver »

I had the same problems, so I got gdb's sources, compiled it on cygwin and now it runs fine. I use qemu 0.9.0 and gdb 6.6.

P.S. Insight 6.6 works too :-)
Post Reply