GoogleCloudPlatform / GoogleCloudPlatform/cloud-code-intellij
Debugger does not re-attach after making changes and triggering a build and deploy
- Dominant language
- No language data
- Stars
- 325
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
### Expected Behavior
1. Click Debug, to run a Cloud Code Kubernetes run configuration with Watch Mode: On Demand, with attached debugger
2. Debugger is attached
4. Breakpoint has check mark
5. Set breakpoint
6. Trigger breakpoint by executing a curl command
7. Click resume program to continue
8. Make code changes to the file with the breakpoint in it
9. Click Trigger Build and Deploy button to refresh changes without redeploying
10. Debugger is attached
11. Breakpoint has a check mark
12. Breakpoint is triggered by executing a curl command
13. Click resume program to continue
14. Changes are reflected in the response
### Actual Behavior
1. Click Debug, to run a Cloud Code Kubernetes run configuration with Watch Mode: On Demand, with attached debugger (Works!)
- 
- 
3. Debugger is attached (Works!)
- 
- 
4. Breakpoint has check mark (Works!)
- 
5. Set breakpoint (Works!)
- 
6. Trigger breakpoint by executing a curl command (Works!)
- 
- 
7. Click resume program to continue (Works!)
- 
8. Make code changes to the file with the breakpoint in it (Works!)
- 
9. Click Trigger Build and Deploy button to refresh changes without redeploying (Works!)
- 
10. **Debugger is no longer attached.** (Not Working!)
- 
11. **Breakpoint no longer has check mark** (Not Working!)
- 
12. **Breakpoint is not triggered by executing a curl command** (Not Working!)
- 
13. Changes are reflected in the response (Works!)
- 
### Additional Information
- IDE type (e.g. IntelliJ, Pycharm): Intellij
- IDE version: 2022.2.2
- Cloud Code version (Settings > Plugins > Cloud Code): 22.9.3-222
- 
- Cloud SDK (Settings > Cloud Code > Cloud SDK)
- Are you allowing the plugin to manage the Cloud SDK: Yes
- Version of the Cloud SDK: 404.0.0
- 
- Skaffold version (If you are using Kubernetes features; Settings > Cloud Code > Kubernetes): v1.39.2
- Operating System: Windows 10 Enterprise Version 10.0.19044 Build 19044
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.