Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Watchpoints and address breakpoints

The "Toggle watchpoint" action applies to the variables displayed in the outline. It doesn't work for C editors, but there are plans to make it work for 2.1. Address breakpoints can be set in the Disassembly view using the "Toggle breakpoint" action.
And of course gdb console accepts watchpoint and breakpoint commands.

----- Original Message ----- From: "Lott, Jeremiah" <jeremiah.lott@xxxxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Thursday, September 23, 2004 3:12 PM
Subject: [cdt-debug-dev] Watchpoints and address breakpoints


Did CDT 2.0 drop support for watchpoints and address breakpoints?  I see
that Eclipse added a retargetable "toggle watchpoint" action, but after
tracing through the code a bit, it doesn't seem that CDT will ever
enable the action.  Also, I don't see anything in the UI for address
breakpoints.  Thanks,

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



Back to the top