News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Recommendations on a debugger?

Started by Astro, July 12, 2009, 11:32:23 AM

Previous topic - Next topic

Astro

Hi,

Does anyone have any recommendations for a debugger? I'd like something that's simple initially as I'm still learning. :)

dedndave

Olly Debug
google it
there are probably hundreds of plug-ins that work with it, as well
it isn't simple
but, nothing that is useful for 32-bit code is going to be

Vortex

Hi Astro,

Ollydbg is the best. You can also use Pelles editor to debug your EXEs.

Astro


ToutEnMasm


Quote
Ollydbg is the best. You can also use Pelles editor to debug your EXEs.
Olydbg is just a debugger
a symbolic debugger as windbg is very useful and not very difficult to use (with some advices taken here).


disintx

Quote from: ToutEnMasm on July 12, 2009, 05:50:19 PM

Quote
Ollydbg is the best. You can also use Pelles editor to debug your EXEs.
Olydbg is just a debugger
a symbolic debugger as windbg is very useful and not very difficult to use (with some advices taken here).


I found Windbg hard to get used to. It is very powerful though. I don't use it unless I need to debug drivers, which is once in a blue moon.

GregL

The MS Visual C++ debugger is my favorite. Mainly because I learned to use it long ago and I'm very familiar with it.