VS Code - Debugging

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

"It all works just right out if the box.." NO IT DOESN'T!

JoeBob
Автор

Why can't there be a simple video that dives deep into setting up the config for debugging. Videos usually jumps right into debugging..

GeneralSalt
Автор

Is there any way to make live debugging? Like displaying a curve of data values?

NicolasRabault
Автор

Is it possible to debug node.js app with ES6? (include import, export keywords)

atak
Автор

How to debugg and run scala code the similar way....any additional extensions need to be installed in that case?

kalaivendhan
Автор

Is there a way to set it to a folder and debug any file there(not simultaneously)

randy
Автор

When I clicked the setting icon, I got only one configuration on launch.json not two. Do I have to do anything before hand?

"configurations": [ {

"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${file}"
} ]}

ichillewellyn
Автор

Anyone else having the issue where the VSC debugger hangs on "Debugger attached.
Waiting for the debugger to disconnect..."? I can't get it to debug even the simplest javascript program. Ridiculous that it's so difficult just to get a simple runtime environment and debugger to work.

SamChaneyProductions
Автор

Hey there!
I ran into a problem with my VS Code, it suddenly stopped working well(it freezes, makes sounds when I click buttons on my keyboard, it also does freeze my entire laptop, I can’t work on other things when my VS Code is open), May you please help. I use a laptop and it all started after I tried using node.js and downloading stuff for it to work.
Thank you so much

estherhabimana
Автор

I haven't found a way to debug a javascript file without setting up the configuration file. When I attempt to, it forces me to choose/create a configuration... Also, what kind of expression are we supposed to give in the HitCount breakpoints? You seemed to gloss over an actual example. Other than that, thanks for the video, and I'm excited for all of the future debugging!!

JamesQQuick
Автор

I have two problems one I inadvertently deleted the debugging icon, two I still can't get rid of the red squiggly line in one of my us code

ickimadrasi
Автор

I do not see the toolbar with the play button. Do I have to change something in my settings?

JimKernix
Автор

why this error: Running the contributed failed.

agentsmith
Автор

I'm trying to find out how to use the watch bar of the debugger and I can't find what expressions I can use in it

Submersed
Автор

I have got prob. Of run program, in my vs code, icon of play is not shown and i face the problem of Run program.

nitinchaudhary
Автор

I have a problem with react apps debugging, still getting into files that seems to be cached but I don’t want to go through them. Any suggestions please?

anasalhariri
Автор

For me, when click on run and debug icon, there is no variable, watch, call stack, what should i do?

raminsn
Автор

Yeah I agree with many comments that it would be helpful to show FIRST how to setup debugging configs since everything needs a config first. Something I am still trying to understand and hence why I am here but this is of no value.

jestermgee
Автор

The above video has a very nice explanation to use the debugging and other vscode config features, I was looking for a better way to do debugging node residing in a docker container. Please make a video on that.

ChitrankDixit
Автор

no video tutorial have manual how to debug single js file

olegtarasovrodionov