Excel-DNA / Excel-DNA/ExcelDna
No line numbers in stack trace with portable PDBs
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
Any idea why I don't seem to get line numbers in my stack traces dumped from ExcelDna for libraries in the stack which use portable PDBs?
I'm using .Net Framework 4.7.2 which AFAICT should support portable PDBs properly. Temporarily switching from portable to full (which I can't do longer term) does cause line numbers to show up in Excel, so it seems specific to the PDB type rather than that it e.g. cannot find the PDB; however, dumping stack traces from the same libraries with portable PDB, but from other applications (i.e. not excel) correctly show the line numbers in the stack trace - so for some reason the problem is specific to Excel/ExcelDNA?
Related:
#204, #111
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.