tonkv / qdevelop

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

Can't create debug version of the project #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Creating new project with debug version (it could be as simplest as
possible, e.g. one empty form).
2. In project properties setting on "debug_and_release" version (it's
essential because in "debug" alone I cannot build projects without some error) 
3. First build: everything's ok. Project is ready for debugging (output
file has proper size - about 300 kB enabling using breakpoints and so on)
4. Second build: there problem occurs. Second build produces release
version (I suppose that because file size is now about 10 times less).
Simultaneously Version option in project resets without my intention on
"Debug".

What is the expected output? What do you see instead?

Expected output is debug version. Instead I have version with no
possibility to debug (e.g. I cannot enter any working breakpoint).

What version of the product are you using? On what operating system?

QDevelop 0.23, OS: Mandriva 2007

Original issue reported on code.google.com by j.baszki...@gmail.com on 18 Jun 2007 at 7:46

GoogleCodeExporter commented 9 years ago
The good way is to choose "debug" and not "debug_and_release" in project 
properties.
After, to build your program in debug mode, you must certainly to rebuild the Qt
library in debug mode. In your Qt directory, enter "./configure --help" to view 
all
options and especially that for build Qt in debug mode.

Original comment by jlbi...@gmail.com on 18 Jun 2007 at 8:00

GoogleCodeExporter commented 9 years ago
Is this safe to close? I will close soon if I don't get a negative response.

Original comment by diegoi...@gmail.com on 8 May 2008 at 9:49

GoogleCodeExporter commented 9 years ago
Closed

Original comment by jlbi...@gmail.com on 19 Jul 2008 at 9:02