www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Open source Windows debugger

reply Walter Bright <newshound2 digitalmars.com> writes:
http://x64dbg.com/#start

Anyone want to give this a whirl?
Jul 27 2014
parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Sunday, 27 July 2014 at 19:07:14 UTC, Walter Bright wrote:
 http://x64dbg.com/#start

 Anyone want to give this a whirl?
It looks like an open-source clone of OllyDbg. Looking at the advertised features, it seems to be aimed at reverse engineering, as I see no mention of source-level debugging, or any supported debug information formats. I'd guess that it would not be great at debugging your own programs.
Jul 27 2014
next sibling parent reply "francesco cattoglio" <francesco.cattoglio gmail.com> writes:
On Sunday, 27 July 2014 at 20:39:53 UTC, Vladimir Panteleev wrote:
 On Sunday, 27 July 2014 at 19:07:14 UTC, Walter Bright wrote:
 http://x64dbg.com/#start

 Anyone want to give this a whirl?
It looks like an open-source clone of OllyDbg. Looking at the advertised features, it seems to be aimed at reverse engineering, as I see no mention of source-level debugging, or any supported debug information formats. I'd guess that it would not be great at debugging your own programs.
Yep, I have to agree. Or well, probably it's good enough for Walter, but I would be utterly unable to debug even 50 lines of code with that :-P
Jul 27 2014
parent "Martin Krejcirik" <mk-junk i-line.cz> writes:
On Sunday, 27 July 2014 at 20:50:14 UTC, francesco cattoglio 
wrote:
 Yep, I have to agree.
 Or well, probably it's good enough for Walter, but I would be 
 utterly unable to debug even 50 lines of code with that :-P
It should be usable, if you convert your debug information to PDB format using cv2pdb tool. At least ollydbg shows the source correctly.
Jul 27 2014
prev sibling next sibling parent "John Colvin" <john.loughran.colvin gmail.com> writes:
On Sunday, 27 July 2014 at 20:39:53 UTC, Vladimir Panteleev wrote:
 On Sunday, 27 July 2014 at 19:07:14 UTC, Walter Bright wrote:
 http://x64dbg.com/#start

 Anyone want to give this a whirl?
It looks like an open-source clone of OllyDbg. Looking at the advertised features, it seems to be aimed at reverse engineering, as I see no mention of source-level debugging, or any supported debug information formats. I'd guess that it would not be great at debugging your own programs.
It does make for a nice disassembler though :)
Jul 27 2014
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
On 7/27/2014 1:39 PM, Vladimir Panteleev wrote:
 On Sunday, 27 July 2014 at 19:07:14 UTC, Walter Bright wrote:
 http://x64dbg.com/#start

 Anyone want to give this a whirl?
It looks like an open-source clone of OllyDbg. Looking at the advertised features, it seems to be aimed at reverse engineering, as I see no mention of source-level debugging, or any supported debug information formats. I'd guess that it would not be great at debugging your own programs.
It did mention PDB on one page. But not Codeview.
Jul 27 2014