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
The index build and the real build maintain two separate checkouts of the package dependencies. Because of this, jump-to-definition takes you to the source file in the .build/index-build folder, while the build uses the checkout in the .build. Hence, setting a breakpoint in the index-build checkout does not cause the breakpoint to be hit at runtime.