python - Visual Studio code doesn't show errors in the Debugging Console -


let's running python code error in vs code. run code error not shown in debugging console , debugger stops.

to see error, have put break point , run code line line , copy paste line error in debugging console see code.

is there way show error while running , not run code line line? p.s. have python extension installed! , press f5 run code after choosing python environment.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -