Visual D intellisense now showing members

Rainer Schuetze r.sagitario at gmx.de
Sat Jun 9 08:18:22 UTC 2018



On 07/06/2018 04:28, DigitalDesigns wrote:
> And, in a stack trace when I click on a function call it takes me to the 
> wrong file! In the trace it lists the right file but when I double click 
> on it, it is the wrong file! It goes to the right line number but wrong 
> file. If that wrong file is not open then it will open it so it's 
> getting something mixed up. But exists somewhere.
> 
> Sometimes it works, sometimes it's wrong file, and sometimes it does 
> nothing at all.
> 
> I was just stepping through some code in main and it took me to the 
> wrong file just the same when I clicked. Something is buggy about the 
> file mapping.

As noted elsewhere, the debug extension no longer handles file locations 
anymore, that's done by the VS debugger. It relies on the debug 
information emitted by the compiler. This is reported to sometimes go 
wrong, especially in templated functions (e.g. 
https://issues.dlang.org/show_bug.cgi?id=11029). A manageable sized 
example would be nice to have in bugzilla.


More information about the Digitalmars-d-ide mailing list