-
|
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.