Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 754 Bytes

File metadata and controls

19 lines (14 loc) · 754 Bytes

Debugging

This document describes methods to debug the binaries in various environments.

Note: This document assumes you are using the devcontainer.

Debug Locally

The skaffold tool comes with a debug command which automatically relaunches the containers with the appropriate debug tool. Docs

  • Run: make debug-local.
    • Make sure to stop any existing local servers first.
  • Click the Run and debug icon on the left side of IDE.
    • You may need to click a "Run and debug button" initially.
  • Select the service you want to debug.
    • You can debug different services at the same time.
  • Place your breakpoints and exercise those paths
  • Ensure to click the disconnect button when finished