Created
August 29, 2013 18:01
-
-
Save colormono/6381329 to your computer and use it in GitHub Desktop.
Debug errors
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
try{ | |
// Your code here | |
// If an error occures, catch it and show me | |
} catch( err ){ | |
alert( "Error at line # " + err.line.toString() + "\r" + err.toString() ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment