Debug Step Over (F8) is stepping in
Answered
While debugging (Shift+F9) this line:
carro.aceleracaoSeg.append(float(parte[2]))
If I press F8 (Step Over), PyCharm goes into `codecs.py`, line 309:
IncrementalDecoder.__init__(self, errors)
from
class BufferedIncrementalDecoder(IncrementalDecoder):
What is wrong?
Please sign in to leave a comment.
Hi! Do you have any breakpoints in this file? Do you get an exception breakpoint?
No, but I could not reproduce this case again, so you can close this case. Thanks.