The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: untio on March 10, 2012, 01:39:44 PM

Title: What tool I can employ for debuging
Post by: untio on March 10, 2012, 01:39:44 PM
Hi,
First, thanks for reading my stuff.
It seems that the more robust project for windows 64 bits programming is GoAsm. But my problem is that I need a debugger.
And, if possible, freeware.
Which debugger is freely available for 64 bits, if any.
Thanks in advance.
Title: Re: What tool I can employ for debuging
Post by: mineiro on March 10, 2012, 02:10:35 PM
windbg x64

http://msdn.microsoft.com/en-us/windows/hardware/gg463009

Title: Re: What tool I can employ for debuging
Post by: untio on March 11, 2012, 04:29:32 PM
Hi,
Thanks mineiro for your answer.
Now I must learn how to work with windbg. At this moment I am learning int 3.
Thanks again.
Title: Re: What tool I can employ for debuging
Post by: 1rDirEctoALgran0 on March 21, 2012, 09:13:44 PM
or GoBug of course...  :P

Even it is not freeware, it is not pricey.


Patrick.