shell-variables-tutorial/ ├── README.md ├── LICENSE ├── docs/ │ ├── introduction.md │ ├── basic-concepts.md │ ├── advanced-topics.md │ └── troubleshooting.md ├── examples/ │ ├── basic ...
I wished to ask if there was a tutorial to use breakpoints within the tool. I'm personally used to breakpoints exclusively on an IDE (like Visual Studio), so I'm not sure if the ones established here ...