Let's say I put a breakpoint in the first line.
I see no option to simply skip the 2nd line and jump straight to the print statement.
Is there any hidden option? If not, what is the most non-intrusive way?
Commenting out the lines I don't wanna run is not elegant.
a = 3
a = 4
print(a)
You can do right click on the third statement and Jump to Cursor.
This is a manual action though... I don't think there is a mode to only run breakpointed lines...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With