code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

No breakpoint execution #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If a breakpoint is enabled with keyboard F9, the breakpoint is shown in 
the editor window, but the program execution does not stop at the 
breakpoint.
2. If the same breakpoint is enabled with the right mouse button and the 
following context menu, the program execution stops at the breakpoint 
correctly.
3. If a breakpoint is enabled in the source code of a dynamic library 
subproject, which belongs to the main project, the program execution does 
not stop at the breakpoint, no matter how the breakpoint was enabled.

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

What version of the product are you using? On what operating system?
QDevelop V0.25, Qt 4.3.4 on Windows XP
QDevelop V0.25, Qt 4.3.4 on openSuse 10.3

Please provide any additional information below.
The behaviour is the same for the Windows and Linux version of QDevelop.

Original issue reported on code.google.com by r...@rumerk.de on 9 Jun 2008 at 12:01

GoogleCodeExporter commented 9 years ago
I cannot reproduce problem with F9 but problem with shared libraries does exist.
example output:
(gdb) Breakpoint 1 at 0x804a9fb: file src/main.cpp, line 6.
(gdb) Make breakpoint pending on future shared library load? (y or [n]) 
[answered N;
input not from terminal]
(gdb) (gdb) (gdb) (gdb) (gdb) Starting program:
/home/divius/Demo/qdev/test309/app/bin/app 
The second line is the source of problem.

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 1:26

GoogleCodeExporter commented 9 years ago

Original comment by Lord.Div...@gmail.com on 14 Feb 2009 at 7:36

GoogleCodeExporter commented 9 years ago
Issue 376 has been merged into this issue.

Original comment by Lord.Div...@gmail.com on 4 Oct 2009 at 5:57