Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/User/NewIn81

< CDT
Revision as of 16:31, 30 June 2011 by Unnamed Poltroon (Talk) (New page: == Debug == === Multi-select attach dialog === CDT now allows selecting more than one process to attach to in a single user operation. The bottom pane is used to see which processes hav...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debug

Multi-select attach dialog

CDT now allows selecting more than one process to attach to in a single user operation. The bottom pane is used to see which processes have been selected. If multi-process debugging is not supported with your debug session (needs GDB >= 7.2 and NonStop enabled), only the first process will be attached to.

Multiselect.png

Back to the top