Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Marc.khouzam.gmail.com (Talk | contribs) (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