Skip to content

Debugpy run's sucessfully but dape wants to kill the process #279

@chrisemke

Description

@chrisemke

Buffer " dape-connection stderr" has a running process; kill it? (y or n) y

"HERE I HAVE A SUCCESS LOG"

  • Adapter child connection shutdown without successfully initializing *
  • Exit code 247 *
  • Session terminated *

this is my run:

that's my entrypoint on .dir-locals.el

(opony-run
  modes (python-mode python-ts-mode)
  command "python"
  command-args ("-m" "debugpy.adapter")
  :cwd dape-cwd-fn
  :module "opony"
  :args ["scrapers"
             "run"
             "--url"
             "https://www.randomurl",
             "--print-items"
             "--print-jobs"
             "--no-read-cache"
           ]
  )

NOTE: THIS HAPPENDS WHEN I RUN PLAYWRIGHT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions