Use breakpoint
Jens Dagerbo
jens.dagerbo at swipnet.se
Fri Apr 23 11:15:11 UTC 2004
Typically: Make sure the program is built with full debug info. Set
breakpoint. Start Debug.
Note: Breakpoints set in C++ constructors are usually ignored. This is a GDB
bug that we really can't do much about.
jd
On Friday 23 April 2004 08:53, Saeed Ansari wrote:
> Hi,
>
> I want to use breakpoint to debugg my program.But when I set a breakpoint
> for a line the debugg goes to the end of the program.
>
> How can I debugg it untill the breakpoint ?
>
> Regards,
>
> Saeed
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for 25¢
More information about the KDevelop-devel
mailing list