You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a file and pressing Save during a debug session, the TypeScript breakpoint indicators end up in the wrong place:
They were correct until I hit save, then they jumped into the comment. I don't expect them to be correct (since I've modified the code, but the source maps are based on the old code), but it's weird to have this happen too.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
When editing a file and pressing Save during a debug session, the TypeScript breakpoint indicators end up in the wrong place:
They were correct until I hit save, then they jumped into the comment. I don't expect them to be correct (since I've modified the code, but the source maps are based on the old code), but it's weird to have this happen too.
The text was updated successfully, but these errors were encountered: