…what is that? 🐍👀

preview_player
Показать описание
Did you know VS Code is the only place you can run Jupyter cells line-by-line? 👀 #shorts
Рекомендации по теме
Комментарии
Автор

Isn't this what watch the debugger has always shown for variable and watch statements anyway? And not language specific to python or notebooks?

TheSpacecraftX
Автор

That "WHAT IS THAT" is concerning at best

light-gray
Автор

next step : the possibility to stop the code at certain lines can't wait to have that

anthonybillon
Автор

When she said wait a minute I expected "Who ahre you"

jdeg
Автор

Congratulations. Debugging is infact a thing

niccster
Автор

And in visual studio I can just set a breakpoint, go line by line AND it can work for an async workflow as well. Not only that, we have something called viewers and explorers that just tell me what variables are alive during execution, even the ones that the compiler makes (of course in a sepperate tab). Congrat, print statements could just as well be a debug log to a file for all that thing cares. But it's cool and helpfull though, saves me the pain of breakpoints =)

LordErnie
Автор

I don’t understand how people don’t come across breakpoints when they first learn how to code. Blows the mind

homersimpson
Автор

Omg what a cool feature that has been available literally for decades

aperson-tx
Автор

Very useful feature
I recall doing it in IntelliJ 4-5 years ago

itsTyrion
Автор

Works for most languages, not just Python

theITGuy-nont
Автор

VsCode is dope for it's ability to use Jupyter Notebooks within the app, but all good text editors should have some sort of debugging feature.

kga
Автор

idk how the algorithm knew i needed to see this, but thank you VS code.

airlesstermite
Автор

Breaking: VSCode users discover what a "debugger" is.

iodinex
Автор

Rookies: Why do you code in VSCode? I heard it's not even an IDE

Senior programmers:

k_gold
Автор

I usually make a function debug(str) wich just prints the input, just to have a difference between actual prints and debugs

blai
Автор

they should set the channel name to VScode - Newbies

eboubaker
Автор

Why everyone bully the print, print is great, print is hope, print is love

noeldev
Автор

I was in my third semester when I first got introduced into the debugger and I was like „wow! That’s awesome!“

simonkraemer
Автор

except for when your bug only happens in optimized native code written in IVF, then you have to write several hundred print statements...

Gunbudder
Автор

Wow it’s the best new invention since the debugger lol 😂

kaydonner