Script Call Traceback

This script prints out a more useful traceback when you make script calls.

Rather than some arbitrary message thrown by the interpreter that something
went wrong somewhere, you can see exactly why an error occurred. The script
editor also automatically moves to the line in question.

If you have a full error traceback script, it will show more information than before.

scriptCallTraceback1

Download

Script: download here

Installation

Place this script below Materials and above Main

Usage

Plug and play.

Traceback is printed to the console. You can enable console by going to “Game” in the menu and checking the “Show Console” option.

You may also like...

Leave a Reply

Your email address will not be published.

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax