2,227 questions
0
votes
0
answers
54
views
How to Debug Node.JS apps with Google Firebase Studio?
I am having hard time while trying to debug a Node.JS app with the visual interface of VS Code. Firebase studio has only the option to "Install additional debuggers..."
The option to "...
1
vote
0
answers
60
views
Visual Studio Code debugger not catching breakpoint in first Flutter template app (running on Google Chrome))
I am trying to figure it out why while debugging in Visual Studio Code the first template Flutter app the debugger is not catching the instruction:
_counter++;
or
_counter--;
Here, I am attaching ...
1
vote
0
answers
95
views
understanding debugger output stm32nucleof401re
I am getting the following error (debugger output) when i try to do "ST_LINK: attach to application" in vscode. I have no idea what is going on. Any help is greatly appreciated.
I use WSL ...
3
votes
1
answer
116
views
Is there a debugger API for VS Code?
I would like to know if there exists any way to interact programmatically with the vs code debugger during a session.
Python would be ideal, but JS/TS could also work. For the langages being debugged (...
0
votes
1
answer
134
views
An error occurred while launching the application. spawn EINVAL (error code 303)
I have my Expo project running on port 8081. I start it with the command:
npx expo start
I open it on my phone using the Expo Go app (SDK 52).
I’m trying to set up debugging in VS Code using ...
0
votes
0
answers
82
views
VSCODE PHP debug not showing variable values when filename does not end in .php
I have the following simple php test file:
<?php
$a = 1 ;
$debug = true ;
This file has two linked filenames: testa and testa.php
I have set both of these files with a breakpoint at the third ...
18
votes
3
answers
5k
views
Jupyter Notebook extension Visual Studio Code stuck "connecting to kernel"
I use Python 3.11.1 and Jupyter Notebook to run code selections or lines in the Interactive Window for debugging or coding purposes.
A few days ago, everything was working fine, and I didn't have any ...
0
votes
0
answers
52
views
GDB console works with gdbserver, but via VSCode it doesn't stop at breakpoints
GDB console works well with gdbserver, but via VSCode it doesn't stop at breakpoints
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) ...
-1
votes
2
answers
156
views
How do you close terminals on debug stop
I would like to know how to setup launch.json and tasks.json to close all relevant terminals after debugging session is stopped.
For example i run ASP.NET app and Stripe Webhook Listen in compound ...
2
votes
0
answers
112
views
How to debug C++ code in a Python extension (VLLM) and speed up compilation?
I’m working with VLLM (open-source) which includes C++ extension code compiled for Python.
I installed it using
CXXFLAGS="-Og -g" pip install -e .
I want to debug the C++ code from Python by ...
1
vote
3
answers
209
views
vsCode losing focus to browser while coding
My vsCode is always on auto save mode
The problem I'm having is that with every minor change in the code, vsCode loses focus and the page is redirected to the browser to display the output
Please help ...
3
votes
0
answers
83
views
VS Code Debugger Not Attaching to React Native Expo Project
I am trying to set up a debugger for a new React Native project using Expo in VS Code. I tried way too many things now, but I am consistently running into issues where breakpoints are not being hit ...
1
vote
1
answer
187
views
How to configure NextJS 14 for debugging with VSCode and alternative Chrome profile?
Basics:
NextJS 14.2.16
Pages Router
VSCode IDE (latest version)
Flask is the backend, NextJS is only used to serve a React front-end.
Goal:
Debug web app with Chrome using a user profile that has ...
1
vote
1
answer
151
views
VS Code Chrome Debugger ("Launch Chrome against localhost") closes immediately, no error message
VS Code version:
Version: 1.103.1 (system setup)
Commit: 360a4e4fd251bfce169a4ddf857c7d25d1ad40da
Date: 2025-08-12T16:25:40.542Z
Electron: 37.2.3
ElectronBuildId: 12035395
Chromium: 138.0.7204.100
...
0
votes
0
answers
54
views
App start by debugger cannot trigger 'goto source code' by spawn code.exe
VS Code Version:
Version: 1.103.2 (user setup)
Commit: 6f17636121051a53c88d3e605c491d22af2ba755
Date: 2025-08-20T16:45:34.255Z
Electron: 37.2.3
ElectronBuildId: 12035395
Chromium: 138.0.7204.100
Node....