You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking for some guidance - trying to debug an app in Kubernetes using Cloud Code. I can get it to connect to the debugger, but can't get it to stop on any breakpoints.
My guess is that either the localRoot or remoteRoot is wrong, but not sure why.
TIA.
Command to apply:
ko apply --debug --disable-optimizations -f containersource.yaml
Hi,
Looking for some guidance - trying to debug an app in Kubernetes using Cloud Code. I can get it to connect to the debugger, but can't get it to stop on any breakpoints.
My guess is that either the
localRoot
orremoteRoot
is wrong, but not sure why.TIA.
Command to apply:
ko apply --debug --disable-optimizations -f containersource.yaml
Partial ContainerSource YAML:
Launch Configuration JSON:
The text was updated successfully, but these errors were encountered: