Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Originally posted by macabre13
To see what is in app->exec() you will need source of that function. And since you problably use trial of commercial version. Simply forget about it.
Another this that for debugging there is also symbols map file. And that also is needed.
But there is hope for you, if you can read asm output![]()
Quoted
Originally posted by CrackedMind
Quoted
No .cpp no debug!
it's wrong.
i have the same trouble with Open Source Edtion and Visual Studio 2008 Express Edition.
'Zi' option used in generated qt .vcproj files. For debugging is need 'ZI' option.
I think it will solve the problem.
Quoted
Originally posted by googling
Quoted
Originally posted by CrackedMind
Quoted
No .cpp no debug!
it's wrong.
i have the same trouble with Open Source Edtion and Visual Studio 2008 Express Edition.
'Zi' option used in generated qt .vcproj files. For debugging is need 'ZI' option.
I think it will solve the problem.
Hi
I tried ZI, but it seems not working![]()