Created
June 12, 2012 23:08
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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