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: Requires
nrfutilinstalled and on your PATH. LogScope uses nrfutil for device discovery and RTT communication. - Serial UART transport: Requires Python 3 installed. LogScope uses a Python helper for serial port communication.
- Both transports: No additional drivers needed beyond what your debug probe requires.