|
Since blueCFD-Core 2017-1 that PDB files are generated and provided with blueCFD-Core. The compiler is GNU GCC. So does this effectively allow us to debug using Microsoft Visual Studio or not? |
Answered by
wyldckat
Aug 14, 2024
Replies: 1 comment
|
Yes, it is possible to debug with Microsoft Visual Studio and possibly with Microsoft Visual Code as well! The PDB feature was originally introduced to allow us to get stack tracing, but later on (~7 years later) we found out that it is indeed possible to debug with Visual Studio, which does make sense, given that PDB file format is specifically for it. |
0 replies
Answer selected by
wyldckat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is possible to debug with Microsoft Visual Studio and possibly with Microsoft Visual Code as well!
The PDB feature was originally introduced to allow us to get stack tracing, but later on (~7 years later) we found out that it is indeed possible to debug with Visual Studio, which does make sense, given that PDB file format is specifically for it.