Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] GBD does not obey to breakpoints

Check .log file. In CDT 1.1.0 if debugger fails to set a breakpoint it logs
the failure reason.

----- Original Message ----- 
From: "mtest001" <mtest001@xxxxxxxxxxx>
To: "cdt-dev" <cdt-dev@xxxxxxxxxxx>
Sent: Tuesday, September 23, 2003 9:54 AM
Subject: [cdt-dev] GBD does not obey to breakpoints



Hi,
I'm using Eclipse 2.1.1 with CDT 1.1.0 under windows.

I tried minGW GDB 5.2.1 and 5.1.1.

The problem is that if I set a breakpoint by double-clicking in my source
code the debugger does not stop on that breakpoint.

If I launch gdb manually and if I set my breakpoint with the command line
interface everything is fine.

When my program receives a segfault during a graphical debugging session in
Eclipse then the signal is correctly trapped and I can inspect my variables.

Did I missed something ? Is there a special directive to pass at compilation
time (I've just put a '-g3' parameter).

Best regards.

Accédez au courrier électronique de La Poste : www.laposte.net ;
3615 LAPOSTENET (0,34?/mn) ; tél : 08 92 68 13 50 (0,34?/mn)



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev





Back to the top