I run a installation script in Git Bash. The script seems to be hanging.
Had this happened in Linux, I would have used strace command to see where the process stuck.
Is there something similar in Git Bash, or in Windows in general?
Git Bash is seen in many places in Windows, eg, running by itself or embedded in VS Code.
Clarification:
- This is NOT about tracing a Git command which has a debug mode.
- This is about a general tracing method for all commands in Git Bash or on Windows 10.
My Git Bash is
$ uname -a
MINGW64_NT-10.0-19044 mypc 3.1.6-340.x86_64 2020-07-09 14:33 UTC x86_64 Msys
Thank you