Skip to content
Advertisement

Tag: debug-mode

VSCode Python: execute statement during debug

Is it possible to execute statements while the debug mode is active, possibly in the interactive mode? Let’s say I’m working with a dataframe, and it doesn’t behave as I want. I go line by line in debug mode, and I want to check some properties while doing that, for example the number of NaN values. Using the variable window

Advertisement