Home > other >  Using the official version of mingw but debugging to jump into the qt source have to recompile to yo
Using the official version of mingw but debugging to jump into the qt source have to recompile to yo

Time:12-16

Using the official version of mingw but debugging to jump into the qt source you must recompile just can source path can't match completely, with vs2010 compiled version of the can,

CodePudding user response:

VS a file: PDB, it saved the debugging information, with this you can properly to jump to the library's internal source,

CodePudding user response:

PDB refers to vs debug file, there is no connection with mingw,
But can enter debug mingw.
Refer to https://blog.csdn.net/sabcdefg/article/details/110955412
  • Related