architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
500 stars 115 forks source link

Errors in scripts should be visible to the user #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a script that throws an error
2. execute it

A trivial example of such a script would be:
{{{
asdfasdf
}}}

What is the expected output? What do you see instead?

user should see an error message / stack trace. Instead, user sees nothing.

Original issue reported on code.google.com by dthomas.ch on 20 Jan 2010 at 10:42