Open
Description
nicolas.jinchereau reported this on 2017-09-06T18:34:33Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=17811
CC List
- r.sagitario
Description
I'm trying to work on a mixed D/C++ project, but when something goes wrong in the C++ code, I simply get this:
"Unhandled exception: 0xe06d7363: Win32 Exceptions"
The Stack Frame drop down in VS only has two entries:
"KernelBase.dll!_RaiseException@16 + 0x62 bytes"
"my.exe!__d_throw_exception() + 0x196 bytes"
And a disassembly window opens up pointing inside "_RaiseException@16:"
There is no way to determine what went wrong from here. Breakpoints often do not work properly either.