Thread overview
Open source Windows debugger
Jul 27, 2014
Walter Bright
Jul 27, 2014
Vladimir Panteleev
Jul 27, 2014
Martin Krejcirik
Jul 27, 2014
John Colvin
Jul 28, 2014
Walter Bright
July 27, 2014
http://x64dbg.com/#start

Anyone want to give this a whirl?
July 27, 2014
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.
July 27, 2014
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
July 27, 2014
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.
July 27, 2014
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 :)
July 28, 2014
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.