-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
needs reproIssue has not been reproduced yetIssue has not been reproduced yet
Description
I want to know does it work with python3 -m compileall -b a.py ?
how to set pathMappings , I have set same path in my device and pc , but failed ? I want to know where to see the log ?
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Remote Attach",
"type": "debugpy",
"request": "attach",
"connect": {
"host": "10.1.6.137",
"port": 8888
},
"pathMappings": [
{
"localRoot": "/home/xx/xxx/abc",
"remoteRoot": "/home/xx/xxx/abc"
}
]
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs reproIssue has not been reproduced yetIssue has not been reproduced yet