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
Validate hashtable key is not null in the debug service
The `scriptPath` (which amusingly could also be a script block) is used
as a key in a hashtable of breakpoints in the debug service. To avoid a
(that specifically showed up in the unit tests), we validate that a
non-empty (and non-null) value is provided.
0 commit comments