PDBs from appveyor different from manual build
We have some projects that are set to build with full debug symbols:
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
When building and deploying through AppVeyor, exceptions don't show line numbers. But when building these projects manually through visual studio, they do.
Is this an option or is there anything we can do to generate PDBs the same way we do locally?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 01 Nov, 2018 04:54 PM
And you are sure that the configuration/platform conditions set in your project file and used when you build locally are the same when you build on AppVeyor?
Ilya Finkelshteyn closed this discussion on 01 Jan, 2019 09:00 PM.