openDebugPanelAndNavigateTo

Open the debug panel by calling the showDebugPanelAsync(true) of the DebugPanelService and navigate to debugTab. This may only be called when the debug menu is not already opened.

When the debug panel is only needed for a brief moment to perform an action, withDebugTab is preferred instead of this method. Reduces the scope of ongoing things by closing the debug tab when the action is finished. In case the debug panel is needed for a longer period of time however, this method is more suitable as it prevents repeated opening and closing of the debug panel and avoids the clutter that comes with it.