-2
You guys, good night! Please, I would like some help for a beginner in programming. How do I remove this blue tag in the Pycharm editor, as shown in the photo, so it goes back to normal?
Since thanks for the help!
-2
You guys, good night! Please, I would like some help for a beginner in programming. How do I remove this blue tag in the Pycharm editor, as shown in the photo, so it goes back to normal?
Since thanks for the help!
Browser other questions tagged python configuration pycharm
You are not signed in. Login or sign up in order to post.
This blue color occurs when
selecionamos
one or more lines of code. For you, undo the selection (remove this blue color), just click with the left mouse button on any place in the useful area of the code.– Solkarped
@Solkarped Thanks for your attention! But I’m trying here and I’m not getting it, unfortunately. Both left and right I’m not getting it. Could?
– Jose
Are you debugging your code? You have debug enabled?
– Solkarped
@Solkarped was building a code and I don’t know what I did, this selection appeared in blue. I’m trying to press somewhere and I can’t undo it. What would debug be enabled? I’m still at the beginning of the course learning.
– Jose
Debug is a code debugging tool. Maybe, you activated it without realizing it. In any case, save your code, close Pycharm, and then restart it.
– Solkarped
@Solkarped Unfortunately it still continues. Get out of it and go back and continue. How do I disable debug? I even opened another file and appeared this mark in blue.
– Jose