https://issues.dlang.org/show_bug.cgi?id=13243
--- Comment #7 from Manu <[email protected]> --- 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. --
