walnuthq / cairovm.codes

Source code for cairovm.codes — a web app to compile Cairo programs into Sierra and CASM with step-through execution capabilities.
https://cairovm.codes
MIT License
29 stars 24 forks source link

Bug: An empty row in the debug info table in debug sierra mode - Issue #162 #163

Closed melnikga closed 2 months ago

melnikga commented 2 months ago

I removed an extra row from the table using the condition: callstackEntry.fn_name || debugMode === ProgramDebugMode.Execution

mazurroman commented 2 months ago

@barabanovro can you review this