We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet --info output: VS Code version: 1.7.1 C# Extension version: v.1.5.0-beta7 .NET Core version: 1.0.0-SDK Preview4
dotnet --info
It hit breakpoint and variable "i" value is 3
It can hit breakpoint ,but variable "i" value is 0 hwapp.zip
The text was updated successfully, but these errors were encountered:
Correct. Hit count breakpoints aren't yet implemented. But thanks for finding this so we don't forget about it.
Sorry, something went wrong.
gregg-miskelly
No branches or pull requests
Environment data
dotnet --info
output:VS Code version: 1.7.1
C# Extension version: v.1.5.0-beta7
.NET Core version: 1.0.0-SDK Preview4
Steps to reproduce
Expected behavior
It hit breakpoint and variable "i" value is 3
Actual behavior
It can hit breakpoint ,but variable "i" value is 0
hwapp.zip
The text was updated successfully, but these errors were encountered: