Visual D seems to have a new bug

Rainer Schuetze r.sagitario at gmx.de
Wed Oct 2 20:48:42 UTC 2019



On 02/10/2019 18:04, Brett wrote:
> I was able to build and copy the file and all that but when I attach and
> add a BP on, say line 345 below the BP is missing and says symbols are
> not loaded. I took all the pdb's and put them in a directory and added
> the dir too the symbols dir in the VS options but it is still missing.
> Also the "modules" are not showing any symbols for mago... all visual
> studio stuff(mainly .net, not sure why they would be showing).
> 
> "This breakpoints will not currently be hit. Symbols not loaded"...
> 
> I use attach to process then find devenv.exe of the target D app(not the
> app itself but the visual studio process running it since I imagine that
> is the one running the mago dll).
> 

Copying the pdb should not be necessary because it is referenced by the
absolute path.

I suspect that you have selected "Managed code" only when attaching to
the process. You have to select/add "Native code".


More information about the Digitalmars-d-debugger mailing list