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. Agents
  3. NodeJs

Troubleshoot / Release Notes

PreviousData RedactionNextVersion 1.0

Last updated 1 year ago

Latest stable release:

  • Please ensure the application is running with the same source code you're putting the tracepoint on.

  • If you face trouble adding tracepoint, ensure the VScode is started at the root of the project.

  • Some web frameworks run in DEBUG mode by default. This interferes with the working of our agent. So set DEBUG mode to false if you face trouble with the agent.

  • You can use us with typescript as well. The only thing is typescripts get compiled to javascripts before running, so there might be a mismatch in the line number you put the tracepoint on and the line number you observe in snapshot.

v1.0.2