future-typing
future-typing copied to clipboard
Breakpoints and line numbers are broken while debugging
When debugging line number is interpreted incorrectly. I guess it happens due to import typing as typing___ line added to a file.

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