Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] GDB is missing breakpoints in QT code.. is this a bug?

I can only guess that the breakpoints are not properly set in the debug session (if a breakpoint is set on a debug session it's image has a checkmark). This could happen if the breakpoints are set in the source files that are not in the source lookup path.

----- Original Message ----- From: "Brian Black" <BlackBsd@xxxxxxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Thursday, August 11, 2005 3:27 PM
Subject: [cdt-dev] GDB is missing breakpoints in QT code.. is this a bug?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi
im having trouble debugging qt code using cdt on linux/windows.
when i
start the debugger, if i dont have a breakpoint in the main function
level the programm will just run, and will not stop at main().

by placing a break in main and beginning to step through, i am
not able
to break at any breakpoints.  by pressing f8, it will run all the way
through the program.

any ideas on why the debugger does not stop on breakpoints?  is this a
bug?  i have tested this binary on linux using kdbg and it will break at
the breakpoints.  i could provide example code in which this occurs..

thanx
brian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFC+6aHI9Y/1VIS+jgRAr0/AJ9IRQh6cZ8a59r+qsBrjYQPJ5F2WgCgsLcB
kO8g+nvsKDiyNUzTrCioNWY=
=62DK
-----END PGP SIGNATURE-----
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top