CtrlB
  • CtrlB Flow
    • 🖐️Introducing CtrlB Flow
    • 🏁Getting started
    • Getting data in CtrlB Flow
    • Explore your data
    • Control your data
  • CtrlB Live Debug
    • 🖐️Introducing CtrlB Live Debug
      • What can you do with CtrlB?
      • How CtrlB works?
    • 🏁Getting started in 2 minutes
    • Plugins
      • Visual Studio Code
      • PyCharm, IntelliJ & WebStorm
    • Agents
      • Python
        • Installation
        • Configuration
        • System Requirements
        • Data Redaction
        • Troubleshoot / Release Notes
          • Version 1.0
      • NodeJs
        • Installation
        • Configuration
        • System Requirements
        • Data Redaction
        • Troubleshoot / Release Notes
          • Version 1.0
      • Java
        • Installation
        • Run with IntelliJ
        • Configuration
        • System Requirements
        • Data Redaction
        • Troubleshoot / Release Notes
      • Go
        • Installation
        • Run with Goland
        • Run with Docker
        • Configuration
        • System Requirements
        • Data Redaction
    • 🎛️Conditional Expressions
    • 🏭Deploy within your firewall
    • 🍉Benchmarking impact on your system
      • Java
      • Go
    • Benchmarking impact on your system:
Powered by GitBook
On this page
  1. CtrlB Live Debug
  2. Introducing CtrlB Live Debug

What can you do with CtrlB?

Think of us as a super debugger that you can attach to your applications running in development, testing, staging, or production environments.

From the comfort of your IDE, add dynamic tracepoints and log points to specific lines of source code in the running application. This lets you understand data contained in variables that you hadn't logged before - ON THE FLY!

Use cases

Developers use CtrlB for various code-level observability goals:

  • Debugging production incidents.

  • Onboarding new developers.

  • Code flow investigation.

  • Debugging ML pipelines.

  • Troubleshoot microservices.

  • Save storage costs with dynamic logs.

PreviousIntroducing CtrlB Live DebugNextHow CtrlB works?

Last updated 1 year ago

🖐️