What about the asynchronous BR in script debugger?

AnkitT
Tera Contributor

Is it possible to enable the script include for Async BR.

2 ACCEPTED SOLUTIONS

Sandeep Rajput
Tera Patron
Tera Patron

@AnkitT Unfortunately, Async BRs can not be debugged using Script debuggers as only synchornous operations can be debugged by script debugger.

 

Hope this helps.

View solution in original post

Abhishek_Thakur
Mega Sage

Hello @AnkitT ,

 

You can refer the below article.

 

https://www.linkedin.com/posts/abhishek-thakur-4636a722b_debugging-servicenowdeveloper-servicenowcom...

 

Please accept my answer and give thumbs up, if it helps you.

View solution in original post

3 REPLIES 3

Sandeep Rajput
Tera Patron
Tera Patron

@AnkitT Unfortunately, Async BRs can not be debugged using Script debuggers as only synchornous operations can be debugged by script debugger.

 

Hope this helps.

Abhishek_Thakur
Mega Sage

Hello @AnkitT ,

 

You can refer the below article.

 

https://www.linkedin.com/posts/abhishek-thakur-4636a722b_debugging-servicenowdeveloper-servicenowcom...

 

Please accept my answer and give thumbs up, if it helps you.

Zach Koch
Giga Sage
Giga Sage

I'm confused as to what you're asking. Are you asking if it is possible to enable the script debugger on an Async BR, or are you asking if it is possible to call a script include in a Async BR? In the case of the first question, take a look at this other post, as it may help you debug your Async BR Debug Async BR . In the case of the second question, yes you can call a script include in an Async BR.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!