cloud-code-intellij
cloud-code-intellij copied to clipboard
Save Debug remote path mappings
-
Given I debug using Cloud Code: Kubernetes in IntelliJ
-
And I choose "Automatic Configuration"
-
When I debug my app, IntelliJ correctly works out all the mappings
-
And I have to click a dialog to accept each mapping, one at a time.
-
This can be annoying as it happens on every single Debug, particularly if you have lots of images (e.g. 10+)
Feature request, ideas 1 - Offer the option to persist the automatic configuration for future runs 2 - Offer an option to accept all mappings automatically without the need to accept each one. 3 - Offer an option to accept all the mappings in a single dialog
Reference
- https://cloud.google.com/code/docs/intellij/debug#supported_ides
@seagullmouse sorry for the late reply, thank you for the feature request. What is the language you use for debugging?
@ivanporty Node.js (Typescript)