Skip to content

Instantly share code, notes, and snippets.

@thomashartm
Last active January 22, 2023 03:05
Show Gist options
  • Save thomashartm/b27ae49e9eafb248c357652e305e4b30 to your computer and use it in GitHub Desktop.
Save thomashartm/b27ae49e9eafb248c357652e305e4b30 to your computer and use it in GitHub Desktop.
Debug Burp Suite for Burp Extension Development
cd /Applications/Burp Suite Professional.app/Contents/java/app
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar burpsuite_pro.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment