[2.076] Debuginfos: Use fully qualified names#2363
[2.076] Debuginfos: Use fully qualified names#2363kinke merged 3 commits intoldc-developers:merge-2.076from
Conversation
|
This, in combination with switching from |
|
I use https://github.com/Microsoft/microsoft-pdb/tree/master/cvdump to dump debug information in object or PDB files. As it seems, LDC doesn't write a S_PUB32 for the function, but only a LF_FUNC_ID with the prettyfied name. That doesn't seem to make a big difference to the debugger, though. |
Tested by dmd-testsuite's runnable/testpdb.
No description provided.