Installation
From the VS Code Marketplace
Section titled “From the VS Code Marketplace”- Open VS Code
- Go to the Extensions view (
Cmd+Shift+Xon macOS,Ctrl+Shift+Xon Windows/Linux) - Search for “LogScope”
- Click Install
Or install directly from the VS Code Marketplace.
From the Command Line
Section titled “From the Command Line”code --install-extension novelbits.novelbits-logscopeAfter Installation
Section titled “After Installation”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:
- Connect Device button to start the guided connection flow
- Open Log Viewer to open the log viewer panel
- Get Started Guide to walk through the basics
Requirements
Section titled “Requirements”- 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 underC:\Program Files\SEGGER\JLink_V*\. - Python 3 — LogScope automatically installs the required
pylink-squarepackage 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.
- SEGGER J-Link Software and Documentation Pack — required so LogScope can discover and talk to your debug probe via
- 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.