Bug 574467

Summary: Tracing of command ids
Product: [Eclipse Project] Platform Reporter: Udo Walker <udo.walker>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: rolf.theunissen
Version: 4.21   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

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