TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
73 stars 7 forks source link

Step over #195

Closed tolauwae closed 11 months ago

tolauwae commented 1 year ago

Add a STEPOver debug message to step over function calls (both direct and indirect).

Implementation works with a unique mark, a breakpoint that gets removed whenever the virtual machine gets paused. The step over runs the code until the mark, or an earlier breakpoint.

tolauwae commented 1 year ago

TODOs: