We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672e4e2 commit 83a64eaCopy full SHA for 83a64ea
src/tonpy/tests/test_tvm.py
@@ -117,7 +117,7 @@ def test_tvm_continuation():
117
def test_tvm_step_info():
118
# language=fift
119
code = """<{ BLESS 2 INT }>c"""
120
- t = TVM(code=convert_assembler(code))
+ t = TVM(code=convert_assembler(code), enable_stack_dump=True)
121
122
t.set_stack([convert_assembler("""<{ 228 PUSHINT }>s""")])
123
t.run()
0 commit comments