-
Notifications
You must be signed in to change notification settings - Fork 511
Problem with $arg when using debug mode #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@SeeminglyScience this says "the number of scope 1 exceeds the number of active scopes", which I assume is a stack frame error that we can ignore? |
If so, the error lies elsewhere here I think? |
@PatTheOche Would you be able to attach your full logs here? The error you've got above is expected. |
@rjmholt Yeah I have some notes about it in this comment. |
Closing this issue as inactive, will re-open if this is still an issue. |
$PSVersionTable
:Issue Description
I am experiencing a problem when $arg contains values and a breakpoint is used to test the code.
if $arg is empty, no problem.
after breakpoint, each F10 key use, another error is raised.
Launch.json example :
Attached Logs
the error is :
The text was updated successfully, but these errors were encountered: