We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09470fe + eea4c7f commit 7b473d5Copy full SHA for 7b473d5
1 file changed
doc/env.md
@@ -1,10 +1,13 @@
1
### Windows11/WSL2, I can launch Sublime Debugger.
2
3
+
4
+
5
> bash.exe -c "ip r |tail -n1|cut -d ' ' -f9"
6
7
※ Change to the IP address (v4) specified by your WSL2
8
9
#### Check python's parent process ID at startup
10
11
```markdown
12
import os
13
0 commit comments