Run selection/line without execution of entire block #5055
-
For debugging, I like to go line by line through my code by using the "Run selection/line in Console" feature (as I know from Spyder). However, once in a while, not the current line, but the complete code block will be sent to the console. Is there a way to strictly only ever send the current line and not the code block to the console? |
Beta Was this translation helpful? Give feedback.
Answered by
juliasilge
Oct 22, 2024
Replies: 1 comment 3 replies
-
Can you share more about how/when you are seeing this? What is some example code where you see the whole code block sent to the console? Are you working in a |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, I believe we are tracking this in #3464. Take a look and see if you have any additional info to add! 🙌