My daml template is a simple one with a single choice and a debug call. However, the debug message doesn’t show up, not from the stdout in the daml start call above, and not from the client application (python dazl client) stdout.
The debug message also doesn’t show up when I ran test:
daml test --debug
I think I’m missing something obvious. How do we get debug (in template choice) log to show up in stdout?
@thm Can you share the template and Daml script used for debugging? I’m just guessing here but if I read the docs’ section on debugging right it could be that the debug message is never reached.
Both allow you to print something to StdOut if the code is reached.