mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Update k8s dependencies to v0.26.2 * Update controller-runtime to v0.14.6 * Update cloud storage https://github.com/googleapis/google-cloud-go/issues/6857 * Update copy options * Update wolfi image * Remove controller-runtime replace directives * Fix integration tests
IDE Metrics
Handy, cheaper and easier way to help collect error report and metrics for ide components (i.e. supervisor vscode-desktop-extension vscode-web-workbench)
How to Debug
From source in Gitpod Browser Code
start simple server
go run main.go run --config config-example.json --verbose
with breakpoints
- Start a dlv server
dlv debug --listen=127.0.0.1:32991 --headless --api-version=2 -- run main.go run --config config-example.json --verbose
- Run
Attack to Delve (gitpod)inRun and Debugpanel
Hot deploy to preview env
./debug.sh