You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the details for issue, please provide us Executables information and Debug output unless you have confidence that they don't help us.
Executables
Version of zsh-debug: (can be checked in: ctrl+shift+X or command+shift+X -> INSTALLED: Zsh Debug)
Output of following commands (on windows, execute them in Command Prompt or PowerShell):
where zsh
# if `code` not found on macOS, follow the instructions in:
# https://code.visualstudio.com/docs/setup/mac
code --version
zsh -c 'uname -a; for P in zsh zshdb cat mkfifo pkill; do echo ---; which -a $P; command $P --version; done'
Debug output
Paste here outputs in DEBUG CONSOLE (ctrl+shift+D or command+shift+D) with "showDebugOutput": true and "trace": true in launch.json.
Your launch.json may looks like:
I am also unable to use the debugger with a zsh console. Even though zsh is the default terminal in VS Code, when using the zsh debugger a bash console is always used.
This is a problem, because the debugger can't run bash 3.x, and that is the default bash version on MAC OS...
In addition to the details for issue, please provide us Executables information and Debug output unless you have confidence that they don't help us.
Executables
Version of zsh-debug: (can be checked in: ctrl+shift+X or command+shift+X -> INSTALLED: Zsh Debug)
Output of following commands (on windows, execute them in Command Prompt or PowerShell):
Debug output
Paste here outputs in DEBUG CONSOLE (ctrl+shift+D or command+shift+D) with
"showDebugOutput": true
and"trace": true
inlaunch.json
.Your
launch.json
may looks like:Details
Details goes here.
The text was updated successfully, but these errors were encountered: