# HyperProbe ## Docs - [Configure the HyperProbe VS Code Extension Settings](https://docs.hyperprobe.co/extension/configuration.md): Set the server URL, configure certificate pinning, and understand all the configurable settings available in the HyperProbe VS Code extension. - [Install the HyperProbe VS Code Extension and Connect](https://docs.hyperprobe.co/extension/installation.md): Install the HyperProbe VS Code extension from the marketplace, verify it is running, and connect it to your service using a .hprc file. - [Inserting and Managing HyperProbe Probes in VS Code](https://docs.hyperprobe.co/extension/probes.md): Insert, configure, monitor, and delete HyperProbe probes directly from the VS Code extension — without redeploying or restarting your application. - [Redacting sensitive data from production snapshots](https://docs.hyperprobe.co/guides/data-redaction.md): Configure HyperProbe to strip passwords, tokens, and secrets from captured variable state before any data leaves your production process. - [Capture your first production snapshot using VS Code](https://docs.hyperprobe.co/guides/first-snapshot.md): End-to-end walkthrough: place a snapshot probe on a live line, trigger it, and inspect the captured variables and call stack directly in VS Code. - [Configuring HyperProbe safety guardrails for production](https://docs.hyperprobe.co/guides/safety-guardrails.md): Understand HyperProbe's built-in rate limits, lag thresholds, and cooldown logic, and learn how to tune them for your traffic and latency requirements. - [Using source maps to debug compiled TypeScript code](https://docs.hyperprobe.co/guides/source-maps.md): Configure HyperProbe to map probe coordinates from TypeScript source files to compiled output, so you always work with original line numbers in VS Code. - [How HyperProbe Works: Probes, Agents, and Data Flow](https://docs.hyperprobe.co/how-it-works.md): A user-focused explanation of the HyperProbe probe lifecycle — from setting a probe in VS Code to viewing captured variable state in your editor. - [HyperProbe: Debug Production Code Without Disruption](https://docs.hyperprobe.co/introduction.md): HyperProbe is a non-breaking production debugger. Set probes on live code to capture variable state, emit logs, and track metrics — with zero downtime. - [Log Probes: Inject Dynamic Logs Into Production Code](https://docs.hyperprobe.co/probes/logs.md): Log probes add a log line at any point in your running code without redeploying — interpolate live variable values into the message using ${} syntax. - [Snapshot Probes: Capture Live Variable State in Production](https://docs.hyperprobe.co/probes/snapshots.md): Snapshot probes capture local variables, watch expressions, and the full call stack at any line in production — without pausing or redeploying. - [Quickstart: Set Up HyperProbe and Capture Your First Probe](https://docs.hyperprobe.co/quickstart.md): Install the VS Code extension, login to the Dashboard, add the Node.js SDK to your app, and capture your first production snapshot — end to end in under 10 minutes. - [HyperProbe Node.js SDK Full Configuration Reference](https://docs.hyperprobe.co/sdks/configuration.md): Complete reference for all HyperProbe Node.js SDK options, their defaults, environment variable overrides, and recommended values for production. - [HyperProbe Java Agent: Attach and Configure Your JVM](https://docs.hyperprobe.co/sdks/java.md): Attach the HyperProbe Java agent to your JVM application using -javaagent to enable live debugging and telemetry capture with zero code changes. - [HyperProbe Node.js SDK: Installation and Setup Guide](https://docs.hyperprobe.co/sdks/node.md): Install and initialize the HyperProbe Node.js SDK agent in your application to enable live debugging, snapshots, and dynamic logs in production. - [HyperProbe Common Error Messages and How to Fix Them](https://docs.hyperprobe.co/troubleshooting/common-errors.md): Step-by-step fixes for the most frequent errors and unexpected behaviors you may encounter when setting up or running HyperProbe in your application. - [HyperProbe Frequently Asked Questions — Usage Guide](https://docs.hyperprobe.co/troubleshooting/faq.md): Answers to common questions about how HyperProbe works, what data it captures, how to set it up, and how to get the most out of it in production.