Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/When do debug calls get logged?Forum ↗

When do debug calls get logged?

App Development2 posts164 views1 likesLast activity Sep 2023
AS
asarpeshkarOP
Sep 2023

Specifically, do debug calls get logged if a command never terminates? For example, what happens if a debug call occurs before a non-terminating transaction in the command submission?

CO
cocreature
Sep 2023

Depends on where you look:

In a real ledger, they should get logged as they’re executed so even for a non-terminating transaction you will see them.

In Daml Studio they only get logged at the end so you don’t see them if your transaction never finishes.

← Back to Discussions