Skip to content
Discussion options

You must be logged in to vote

The big PDB file from the native compilation is useful if you want to debug the app or diagnose crash dumps. It's a native PDB - the debugger will not know it's debugging a C# app. You'll get similar experience to debugging C++ (line numbers, breakpoints, and locals will show up, but managed concepts like properties or visualizers will not work). So yes, it's useful, but make sure you select the Native debug engine (not the managed or mixed-mode debug engine).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MichalStrehovsky
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants