Debugpy run's sucessfully but dape wants to kill the process
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
```lisp
(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
16 条评论