Forum Discussion

mmkumaram's avatar
mmkumaram
Occasional Contributor
12 years ago

Jscript exception Line number

When an exception caught is it possible to find the line number which caused the exception?. ex: try { log.Message("Test1"); log.Message("Test2"); log.Message("Test3"); } c...