44
Views
4
Comments
How to debug an action in service?

Good day everyone,
I am currently creating an action for a timer in Module_BL. This action will run behind the scenes so I am not able to use the reactive app to debug it.
Is there a way to debug it? 

Thanks all.

2024-05-02 09-49-04
Murali Manoharan V
Champion

Hi @Siaming Ming
Yeah you can able to debug. Add breakpoint in the action , then turn on the debugger in the desired module, and hit the timer from service center by using the run now option. It will help you to debug the action used in timer.

Regards

Murali

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion
2025-11-25 13-20-12
Tamirys Silva Barina

Hi @Siaming Ming,

You can use Service Center to manually run the timer and add the LogMessage action (from the System module) in the timer’s server action to trace the flow. Log key steps and variables you need to analyze, then check the output in Monitoring > General Logs to debug step by step.

Alternatively, you can add a breakpoint to the server action and call it from a temporary screen, which will allow you to debug it interactively.

Kind regards,

Tamirys Barina

2025-04-14 11-22-14
Aditi Saraswat

Hi @Siaming Ming ,

You can debug the action by adding a breakpoint within the action. There's no need to set the entry module; you can leave it as the current module. Additionally, you can trigger the timer from the Service Center to debug the action. 

Hope this helps,

Thanks

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