• jon@schemawound.com

Error.debug = true;

On the Supercollider list today someone mentioned something that I wish I knew about a long time ago.  If you execute the following code all future errors will display a basic error inspector.  This will help you more efficiently debug what is going on in the system.

Error.debug = true;

I have now added this line into my startup file. If you would like to test this out you can have Supercollider throw a fatal exception by executing the following line

'test'.die

Tags :