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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 3 00:31:10 PDT 2014


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Switching the debug engine should be enough. You should not use "-gc" instead
of "-g" for debug information, though.

Some random ideas:

- Does it launch the executable at all?

- Does mago work for Win32?

- Might be an installation issue: Did this entry make it into the registry?
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MagoDebugger\Remote_x64: "C:\Program
Files (x86)\VisualD\Mago\MagoRemote.exe"

- Have you tried it on a "hello world" program? Maybe it is stumbling over some
complex debug information.

--


More information about the Digitalmars-d-bugs mailing list