-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
No existing issue found that is related to appengine debugging for Python
-
code-server
version:
1.604-vsc1.32.0 -
OS Version: Running on Ubuntu 16.04 compute engine Google Cloud
Description
I am trying to debug Appengine, the debugger connects (I see logging scrolling by), however breakpoints are never hit.
Steps to Reproduce
- Create task.json config that can launch appengine with a startup script (based on the instructions in the documentation)
- Attach the debugger to the running process and the status bar turns red proving that the debugger is connected
- see the appengine server logging scrolling in the debug console window
- set a breakpoint anywhere in code hosted by appengine (Python)
- breakpoint is never hit
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working