# How to step debug solidity - options

By [N00b21337](https://paragraph.com/@n00b21337) · 2023-01-11

---

There are few options you can choose when step debugging solidity.

1\. There is truffle CLI debugger.

2\. There is truffle GUI VS Code debugger

3\. There is remix IDE on website

4\. There is remix IDE as plugin for VS Code

I recommend you setup **forth solution**, as it is most robust and has best UX.

---

*Originally published on [N00b21337](https://paragraph.com/@n00b21337/how-to-step-debug-solidity-options)*
