Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created November 3, 2014 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgrins/4a8ef2dbda17dc40c899 to your computer and use it in GitHub Desktop.
Save bgrins/4a8ef2dbda17dc40c899 to your computer and use it in GitHub Desktop.
gToolbox.once("debugger-ready", panel => {
panel._controller.activeThread.addListener("paused", this._updateBadgeText)
panel._controller.activeThread.addListener("resumed", this._updateBadgeText)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment