Can I debug a background LB?

Hello,

I believe in the past I have been able to debug a background logic block because a notification will open that takes me to debug window. Was there a unique configuration that allowed me to do that or am I mixing something up? If not is there a way to debug a background LB without setting it up as a row action for debug purposes?

You can debug background logic blocks that are initiated from any UI activity. You cannot debug background logic blocks kicked off as a scheduled job. If the one you want to debug is queued via the queue background logic block action then it will be a separate debug session (refresh sessions button) from the primary one.

The lack of a notification is suspicious and may need reported as a ticket, but the debug session itself should still exist and be represented if you use the refresh sessions button as well as show up in Jobs.

2 Likes

Okay I will try that and make a ticket. Thank you!