Is it possible to give a name to code that I execute using eval?
When the browser loads a file and executes it, and then the code throws an exception, the browser can tell me in which file at which line the exception happened.
I want that it also can tell me where and in which eval
ed code an exception happened. It should display the name I gave this code then.
Hope you understand what I want.
Thanks for your help!