Skip to content

can debug with compileall #1801

@Layty

Description

@Layty

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"
                }
            ]
        }
    ]
}

Metadata

Metadata

Assignees

Labels

needs reproIssue has not been reproduced yet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions