Skip to content

Instantly share code, notes, and snippets.

@msjyoo
Created December 25, 2014 04:17
Show Gist options
  • Save msjyoo/7ac553c8ecd589648b83 to your computer and use it in GitHub Desktop.
Save msjyoo/7ac553c8ecd589648b83 to your computer and use it in GitHub Desktop.
phpstorm debug status bookmarklet
javascript:(function() {if(document.cookie.indexOf("XDEBUG_SESSION=PHPSTORM") > -1) {alert("Debugging Is Enabled.");} else {alert("Debugging Is Disabled.");}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment