Is Sway has debug tools like gdb in c?

I am learing fuelVM , and I wanna execute Sway’s assembly step-by-step. I wanna if there is a debug tool or tutorials.

2 Likes

Hey @upon, there are few tools that you could use.
To start with, there is a sway playground that is a browser based IDE, where you can compile and deploy sway contracts

Apart from that, you can follow the sway by example guide from our docs.

I don’t know if there is a tutorial for that but you can check Assembly - The Sway Programming Language for sway assembly