Bug 574467 - Tracing of command ids
Summary: Tracing of command ids
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.21   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-25 09:58 EDT by Udo Walker CLA
Modified: 2021-06-28 03:31 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Udo Walker CLA 2021-06-25 09:58:02 EDT
I miss a tracing option where I can configure the tracing of command ids.

When I create a new plug-in which adds some commands, handlers and menu/toolbar entries I want to know which commands (ids) where registered.

This tracing should work for e3 and e4 commands.

I want to know if the command was registered successfully and when a handler was executed which command registration was used.
Comment 1 Rolf Theunissen CLA 2021-06-28 03:31:08 EDT
Command execution can be traced by enabling the following option:

org.eclipse.ui/trace/commands

Also the following might help you:

org.eclipse.e4.ui.workbench.swt/trace/commands
org.eclipse.e4.ui.workbench.swt/trace/menus