-
Notifications
You must be signed in to change notification settings - Fork 68
妈呀,怎么会有那么多Bug?Oops, so much bug on this project. #1106
Comments
If you are installing Launch in this manner: Launch with wait: Note: |
Use NFS shared my runtime code to my mac. Both server and mac has installed self-build whl with latest master. I use vscode(版本 1.30.2 (1.30.2)) to attach remote debugger as
run as below and attach debugger in vscode:
nothing happend and no 8005 port is listened. run as no --wait shows:
Mamma Mia(Mario cry out) |
Try running django with, When using Also "configurations": [
{
"name": "Attach (Remote Debug) Django",
"type": "python",
"request": "attach",
"port": 7777,
"host": remoteIP,
"django": true,
"pathMappings": [
{
"localRoot": "${workspaceRoot}", // Local root (where source and debugger running)
"remoteRoot": nfsSharedDirectory, // Remote root (where remote code is running)
}
]
}
] |
Closing this for now, please reopen if needed. |
Environment data
PTVSD version: 4.2.0
OS and version: Linux 4.18.0-13-generic Hit-count conditional breakpoints #14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Python version (& distribution if applicable, e.g. Anaconda): Python 2.7.15+ (default, Oct 2 2018, 22:12:08)
[GCC 8.2.0] on linux2
Using VS Code or Visual Studio: VS Code
Actual behavior
same as the #987
Expected behavior
everything is all right.
Steps to reproduce:
comment the line and run command below
add code to views.py
The text was updated successfully, but these errors were encountered: