Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT ToggleBreakpointsTargetFactory enablement

Hi All,

Our customers use both GDB and JTAG debugging at the same time and setting breakpoint between debug sessions are cumbersome, the toggle breakpoint type selection need to be switch to match the breakpoint type inorder to create the corresponding breakpoint for each debug session.

I would like to change the way CDT toggle breakpoint target factory enablement, by making them more specific to the current debug context, project type and IDeclaration element.

For Disassembly view: the factory will be enabled when the debug session is either cdi or dsf-gdb.
For Editor: the factory will be enabled when the editor belongs to a project that supports ICBreakpoint Type, a CProject will have a new project scope preference.
For IDeclaration: the factory will behave similar to editor.

Does any one see any problem with this approach or have other suggest?

Thanks,
Patrick



Back to the top