almondtools / testrecorder

Create Test Fixtures from Runnable Java Code
http://testrecorder.amygdalum.net/
GNU Lesser General Public License v3.0
51 stars 5 forks source link

Source information for exceptions in instrumentation code #67

Open almondtools opened 6 years ago

almondtools commented 6 years ago

Currently exceptions in instrumentation code cannot be located back to there origin. It could be helpfull if exceptions contain hints in which file the exception has failed.

My first intuitions says that the debug information and the source map in the bytecode should be enhanced.