tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

Debugger jump the line #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to debug any program
2. Step through it using F10
3.

What is the expected output? What do you see instead?
I expect the program executed one line at a time. But instead, sometimes 
(almost every 3 lines) the debugger jump the line.  

What version of the product are you using? On what operating system?
0.21 rev87 on windows XP professional

Please provide any additional information below.

Original issue reported on code.google.com by joe_chan...@yahoo.ca on 17 Dec 2006 at 4:36

GoogleCodeExporter commented 8 years ago
When compiling the source with debug-and-release, files will be compiled using 
"-g
-O2" command line switches which may explain this. To properly debug 
applications,
you should compile without optimization (-O0) or in debug mode only. 

Closing, as this is not a QDevelop issue.

Original comment by diegoi...@gmail.com on 5 Dec 2007 at 9:55