How to debug shortcut intents on Apple Watch?

Hi, I'm developing an app for Apple Watch that handle shortcut intents. As you may know intents work on a separate thread so it's impossible to add breakpoint and debug them in Xcode.

I added some os_log call in the code BUT my problem is that console app very often don't show the log stream, when connected to a real watch (not the simulator).

Am I the only one who experience this? Is there another way to test and debug shortcut intents on Apple Watch?

How to debug shortcut intents on Apple Watch?
 
 
Q