Skip to content

Instantly share code, notes, and snippets.

@djcsdy
Created June 12, 2012 23:08
Show Gist options
  • Save djcsdy/2920710 to your computer and use it in GitHub Desktop.
Save djcsdy/2920710 to your computer and use it in GitHub Desktop.
Launches a SWF in an fdb session so you can see traces and uncaught exceptions
#!/bin/sh
# This turned out to be easier than expected.
SWF="$1"
fdb "$SWF"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment