dgrnbrg / guzheng

Instrumentation for Clojure
38 stars 3 forks source link

Add support for exceptions #3

Open dgrnbrg opened 12 years ago

dgrnbrg commented 12 years ago

Insert a try block inclusive of all but the last statement. Then if something is caught, log what lines were skipped and rethrow. Also need to instrument all try and catch blocks.