You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Create a helper function that adds the default debugger launch command to the toolbar of a ConsolePanel or NotebookPanelonly if its kernel supports debugging. This function should be called from within the consoles plugin and the notebooks plugin.
/** * Adds a toolbar button to open the debugger. */functionupdateToolbar(widget: MainAreaWidget<ConsolePanel|NotebookPanel>): void{/* ... */}