[Issue 23811] Compiler doesn't emit global variables
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 28 14:48:45 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23811
--- Comment #6 from ryuukk_ <ryuukk.dev at gmail.com> ---
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``?
--
More information about the Digitalmars-d-bugs
mailing list