Visual D no bp's on x64

Rainer Schuetze via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Sun Jun 18 14:02:12 PDT 2017



On 18.06.2017 20:25, Mike B Johnson wrote:
> 
> Didn't work ;/
> 
> All I get on the output wndow is
> 
> "
> C:\Windows\System32\dbghelp.dll unloaded.
> The thread 0x1ea4 has exited with code -1 (0xffffffff).
> The thread 0x1390 has exited with code -1 (0xffffffff).
> The thread 0x1ac has exited with code -1 (0xffffffff).
> The program '[492] Async.exe' has exited with code -1 (0xffffffff).
> "

It seems the debug engine is only attached to the process when it starts 
terminating. Nothing cut off at the top? Strange.

Please try switching to the Visual Studio debug engine on the project 
debugger configuration page. This still uses mago as the D expression 
evaluator, but has all the other features of the VS debugger. It's 
actually the new and preferred way to run the debugger since the last 
Visual D release, especially with mixed languages.


More information about the Digitalmars-d-debugger mailing list