97
Views
1
Comments
how to debug in Core service (3 canvas Layer)

how to debug in Core service (3 canvas Layer)

2022-01-13 08-29-52
Saravanan Santhanam

Hi @Abduerhman Salama 

If you're debugging strongly connected Server Actions from the CS module you need to select the consuming module as the entry point and start the debug session such that the breakpoint entry comes from consumer to producer.

Suppose you're debugging loosely connected actions like REST API calls, Service Actions, or Asynchronous Processes or Timers you don't need to select the entry module. You can just add the breakpoint and then start the debug session.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Troubleshooting_Applications/Debugging_Applications/Debugging_Producer_Modules

I hope this helps!

Regards,

Saravanan Santhanam.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.