-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug Batch (.bat) files #20882
Comments
If it would be possible to debug, this is more of a feature request than a question. |
How do you debug .bat files on Windows in general? Is there a debugger? |
I am not aware of standard .bat debugger and I don't know how one could be implemented. |
@weinand Only debugger I found was a command line BDEBUGGER https://jpsoft.com/help/bdebugger.htm Haven't tested it yet, though. |
Ok, may be someone can write an extension based on BDEBUGGER... |
This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. |
Fair enough :) |
The Powershell extension enables debugging (https://blogs.technet.microsoft.com/heyscriptingguy/2017/02/13/debugging-powershell-script-in-visual-studio-code-part-2/) which is a really neat. Unfortunately we still have a lot of older scripts at work due to legacy Win XP machines.
Does a similar functionality exist for Batch (.bat) files? I couldn't find any extension and there doesn't appear to be any built in functionality other than syntax highlighting.
The text was updated successfully, but these errors were encountered: