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
Post a Comment