Debugging Qt program with Microsoft Visual Studio 2013 -



Debugging Qt program with Microsoft Visual Studio 2013 -

i created complex programme based on different modules load after programme has started. programme construction similar qtcreator. frankly speaking i've taken part of code qtcreator. (plugin management system) i'm trying debug programme visual studio 2013. debugger doesn't show right values , skip lines of code or jump next line of code previous line. seems me pdb file doesn't correspond proper file. how may possible? should set specific or additional parameters debugging qt programs in msvs 2013? might reason of such behaviour of debugger?

ps. installed qt 5.4.1 windows 32-bit (vs 2013, 705 mb) along visual studio add-in 1.2.4 qt5 (156 mb) properly. i've made cleanup , rebuild several times, tried delete related files after compilation - didn't help.

go project property pages-> c/c++ ->optimization. set 'optimization' property 'disabled(/od)'.

thanks saz!

visual-studio qt debugging qt-creator

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -