Some additional shortcuts for browser debugging that have been immensely helpful for me developing customizations:
Console tab is client side information (events, data rules, data views, etc.)
Console Debug commands:
-
Ctrl + Alt + 8 : toggle console tab’s debug mode
(or type in console: epDebug.toggleMetaFxLogging) -
Ctrl + Alt + L : Show all components/controls
-
Ctrl + Alt + 1 : Show data rules in a tree format
-
Ctrl + Alt + 2 : Show data rules in a table format
-
Ctrl + Alt + V : Show data views
-
Ctrl + Alt + 3 : Show “Dirty” data views, i.e. data views with unsaved changes
Network tab is server side information (like business objects and their methods, what was shown in Classic tracer). Helpful in developing BPMs (and Functions?).