Skip to content

Installation

  1. Open VS Code
  2. Go to the Extensions view (Cmd+Shift+X on macOS, Ctrl+Shift+X on Windows/Linux)
  3. Search for “LogScope”
  4. Click Install

Or install directly from the VS Code Marketplace.

Terminal window
code --install-extension novelbits.novelbits-logscope

LogScope adds a new icon to the VS Code Activity Bar (left sidebar). Click it to open the LogScope sidebar, where you can connect to a device and start viewing logs.

The first time you open LogScope, you’ll see a welcome view with:

  • J-Link RTT transport:
    • SEGGER J-Link Software and Documentation Pack — required so LogScope can discover and talk to your debug probe via libjlinkarm. Install from segger.com/downloads/jlink. The macOS installer places it under /Applications/SEGGER/JLink_V*/; the Windows installer under C:\Program Files\SEGGER\JLink_V*\.
    • Python 3 — LogScope automatically installs the required pylink-square package on first connect.
    • nrfutil 8.x (optional) — used for Nordic device auto-detection and reset commands. See the Nordic-only section below for the correct install steps.
  • Serial UART transport: Requires Python 3. LogScope uses a Python helper for serial port communication.
  • Drivers: No additional drivers needed beyond what your debug probe requires.