generated from cheshire-cat-ai/plugin_template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I can run debug process only using debugpy.breakpoint() into my plugin code instead classic manual breaking points
Steps to reproduce the behavior:
- I use: docker run --rm -it -v ./data:/app/cat/data -v ./plugins:/app/cat/plugins -p 1865:80 -p 5678:5678 ghcr.io/cheshire-cat-ai/core:latest
- I set up plugin:

- Connect my VScode as explain into MD file
I got this connection errors:

anyway I connect but if I place a breaking point manually it doesn't work


It works only if I place into the code debugpy.breakpoint()
Furthermore in your launch.json "type": "python" is deprecated (requested "type":"debugpy"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working