future-typing icon indicating copy to clipboard operation
future-typing copied to clipboard

Breakpoints and line numbers are broken while debugging

Open Bobronium opened this issue 4 years ago • 0 comments

When debugging line number is interpreted incorrectly. I guess it happens due to import typing as typing___ line added to a file. Screenshot 2021-02-15 at 15 41 02

I don't know how to fix this entirely, but I think that if we will replace # -*- coding: future_typing -*- line with import typing as typing___, lines offset will become equal with in original file, eliminating the problem

Bobronium avatar Feb 15 '21 12:02 Bobronium