I am using VScode on Ubuntu 20.04 for Python development, I use breakpoint()
for debugging, when the script enter in debugging mode, I copy commands from the text editor and paste it to integrated terminal windows for debugging. Is there any keyboard shortcut for it? (such as: select the code that you want to execute in the integrated terminal and then press SHIFT + ENTER) ?
Asked
Active
Viewed 9 times
-1

Amir saleem
- 1,404
- 1
- 8
- 11
-
Thanks @starball, thats the answer of my question. Can you, please, post this comment so I will mark it as accepted answer? – Amir saleem Sep 01 '23 at 06:13