# sourcegraph-debug-extension **Repository Path**: mirrors_sourcegraph/sourcegraph-debug-extension ## Basic Information - **Project Name**: sourcegraph-debug-extension - **Description**: An extension to debug extensions - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Debug extension Helps debug Sourcegraph extensions. ## Why? Use this extension to determine whether a bug is coming from the extensions you are using or Sourcegraph's code. ## What? This extension simply displays the version of Sourcegraph you are connected to in the hover tooltip and after the line you are hovering. This allows us to test network request, adding hover tooltip information and adding decorations to the DOM.