I am trying to debug a third-party library, which in some cases throws a link reference exception, but I get an exception only from the javascript side, which does not contain the stack trace in the error message.
Is there a value in the scriptmanager or something similar with additional information about the exception, or should I remove the update panels to get the original exception?
(It’s easier said what has been done, its nested several update panels are deep)
Thank!
source
share