Forum Discussion

paulvinders's avatar
paulvinders
Contributor
8 years ago

How can I see the stacktrace when errors are catched using try catch finally?

Hi,   i'm calling a code sequence within a try-catch-finally block with TestExecute, e.g.:   function one() {   try   {      // call a function 'abc' which has an object error      abc();  ...