Visual Studio/D not debugging
Igor via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Fri Jan 29 01:14:36 PST 2016
On Thursday, 28 January 2016 at 07:57:10 UTC, Rainer Schuetze
wrote:
>
>
> On 26.01.2016 04:08, Igor wrote:
>> 1. Mago not working. Can't launch debugger... maybe not
>> installed.
>
> If you are working on XP, you need to replace a DLL
> (https://gist.github.com/rainers/6cdf73b48837defb9f88/raw/7c2dcf8f07c50825887df896fe4d94d2f8cf089c/MagoNatDE.dll), see also https://github.com/rainers/mago/pull/4
>
>>
>> 2. Visual Studio's built in debugger doesn't allow watches.
>> The symbols
>> show up undefined. Locals show just fine.
>>
>>
>
> Visual Studio 2012 introduced a new debug engine that loses
> some of the capabilities of the preceding debug engine. This
> includes displaying variables in the Watch Window. You can
> switch back to the old debug engine by going to Tools->Options
> and then under the debugger settings, turn on native edit and
> continue. This will also reenable the visualizer macros in
> autoexp.dat.
It was enabled from the get go. When I disabled it I was able to
add watches. Haven't tested it much though.
Fields give the error "CXX0033: Error: error in OMF type
information" and qualification doesn't help(tried @ and .).
More information about the Digitalmars-d-ide
mailing list