[Issue 13243] Mago doesn't seem to work for Win64

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 5 21:04:25 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13243

--- Comment #7 from Manu <turkeyman at gmail.com> ---
Nope, no luck.

I just tried a 'hello world' project, and that didn't work either.

These steps:
File -> New -> Project -> D -> Console Application

This creates a Win32 'hello world' project.

Project -> Properties -> Debugging -> Choose Mago

Place breakpoint on writeln, debug, breaks at breakpoint.
Mago works as expected.

Configuration Manager -> Active Solution Platform -> New... -> x64, copy from
Win32

Build and run x64 build.
Breakpoint goes 'hollow', doesn't break. Mago doesn't seem to work.

Switch back to Visual Studio debugger, breakpoint works as expected.

--


More information about the Digitalmars-d-bugs mailing list