On Tuesday, 28 March 2023 at 14:02:39 UTC, ryuukk_ wrote:
Ready to test folder: https://github.com/microsoft/vscode-cpptools/issues/10751#issuecomment-1486948783

Contains simple source to reproduce the issue + build script

Also contains binaries + dump in case you just want to see the data

Hopefully we can figure that out

I noticed in the pdb, there are no mention of the ``app_d`` module


I can only find:

```
      40 | S_PROCREF [size = 28] `app_d.main`
           module = 1, sum name = 0, offset = 40
```

and

```
       0 | S_GDATA32 [size = 40] `app_d.notice_me_global`
           type = 0x0074 (int), addr = 0003:3504
```

Is that why the debugger can't inspect global variables?

Why doesn't the pdb contain anything about ``app_d``?


  • Re: How to debug... ryuukk_ via Digitalmars-d-learn
    • Re: How to ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
      • Re: How... WebFreak001 via Digitalmars-d-learn
      • Re: How... ryuukk_ via Digitalmars-d-learn
        • Re:... ryuukk_ via Digitalmars-d-learn
          • ... ryuukk_ via Digitalmars-d-learn
            • ... ryuukk_ via Digitalmars-d-learn
            • ... ryuukk_ via Digitalmars-d-learn
            • ... ryuukk_ via Digitalmars-d-learn
            • ... ryuukk_ via Digitalmars-d-learn
            • ... Steven Schveighoffer via Digitalmars-d-learn
            • ... ryuukk_ via Digitalmars-d-learn
            • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
            • ... Salih Dincer via Digitalmars-d-learn

Reply via email to