Visual Studio Code – How do I run and debug Bash's source code through VS Code?
I would like to see how Bash implements command line argument parsing and stepping through the code as it parses some trivial command should be a good way to do that. How do I set this up? Bash is normally…