I use Qt to develop a c / C ++ application, while I am trying to debug an application with a static library, it is very slow and takes a lot of (r) s time.
can anyone suggest me to make the debugger as fast as vs2008 ..
Regards VS
You probably have this behavior, because each time the debugger retrieves the required debugging information for system libraries from the Internet or does not find the requested information at all. If so, something like this appears in the Debug window.
Follow these steps to set up a character cache that allows you to cache debugging characters:
http://doc.qt.io/qtcreator/creator-debugger-engines.html#setting-cdb-paths-on-windows
This may slow down the next time you debug, but the second time it should be pretty fast.
If you do not have internet access, you will need to manually download these symbols here:
http://msdn.microsoft.com/en-us/windows/hardware/gg463028.aspx
and put them in the symbol cache folder you specify.
it has nothing to do with windows and the debug symbol server this happens when libqt has debug symbols and it even (directly) happens in gdb / cgdb! this is due to the dwarf (still looking at it) regressed on windows (8), ubuntu (13.04), fedora (19-rc) and mac (10.8.5 and 10.9) -> obviously has little to do with os or library
Source: https://habr.com/ru/post/907325/More articles:How to keep a fixed aspect ratio for a button in android - androidqt creator debug slow - qtxslt: assigning variables equal to one of two cases - conditionalQt creator debugging mode is very slow - debuggingProgrammatically add roles after authentication - javaPayPal IPN $ _POST ['txn_id'] not installed - phpHow to transfer all directory files to several directories with a given number of files? - bashhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/907328/how-to-upload-files-to-soundcloud-using-python&usg=ALkJrhgTUqxLms2yRn51cQbsS7-NNiFLmghttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/907329/how-to-inject-a-single-factory-instance-to-multiple-repositories-and-unit-of-work-using-ninject&usg=ALkJrhgxJVK6hXl94YfRv4XNjfQbeDoFPQX11 Fullscreen Window (OpenGL) - fullscreenAll Articles