How QT debug DLL file:

1, the dynamic library copy dll file to run directory;
2, using the generated dynamic library qt open cpp files, to set a breakpoint debugging. (No copies are needed to cpp files source directory, qt used to open the file directory can cpp);
3, operating procedures, can set breakpoints;

Guess you like

Origin www.cnblogs.com/hujianglang/p/11401050.html