Probably not through using the CLI, but you can debug directly within the script using dump_stack
:
() dump_stack() impure asm "DUMPSTK";
Is it possible to dump values while developing using toncli?
This question was imported from Telegram Chat: https://t.me/tondev_eng/9234
Probably not through using the CLI, but you can debug directly within the script using dump_stack
:
() dump_stack() impure asm "DUMPSTK";