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
I'm unable to step into class in debug time or hit breakpoint in class. This wasn't problem in previous versions.
How to test
Create function and class
Instantiate object in function
Try to step into line where you instantiate object, for example [ClassName]::new('foor', 'bar')
Expected Behaviour
Step into
Actual Behaviour
Nothing
The text was updated successfully, but these errors were encountered:
I've just tested that the bug is not present in VSCode 1.30.2. In other words version 1.31.0 broke something in the PowerShell extension 1.11 and 2.0 Preview.
I wonder if this is related to issue #1750, which also suggests a change made in vscode 1.31 has broken stepping through code in the powershell debugger.
Thanks for reporting this @rudolfvesely it would also be really helpful if you could attach any logs you have when this occurs, instructions for how to do this are here
Hi all,
I hope this will be helpful. Please let me know if you have any questions.
Issue Description
I'm unable to step into class in debug time or hit breakpoint in class. This wasn't problem in previous versions.
How to test
Create function and class
Instantiate object in function
Try to step into line where you instantiate object, for example
[ClassName]::new('foor', 'bar')
Expected Behaviour
Step into
Actual Behaviour
Nothing
The text was updated successfully, but these errors were encountered: