Skip to content

Some questions about the debug adapter protocol #485

Closed
@EricCD-S

Description

@EricCD-S

i am trying to realize debug function via --dap, i start "graalpy --dap test.py" in a subprocess and communicate by socket, but i can not set breakpoints. I follow the message order "initialize setbreakpoints configurationDone launch (or attach, i tried different requests)....". I do recieve response for each request, but breakpoints are always "verified: false", i can not get variablies i want and "continue" request ends with the results of my program, it always generates an error message at the same time. If there is a more detailed and specific tutorial than the one in the official document? I can figure out what's wrong with my code. thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions