Skip to content
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

Debugger: The "hit count" property has no effect #895

Closed
qian6 opened this issue Nov 9, 2016 · 1 comment
Closed

Debugger: The "hit count" property has no effect #895

qian6 opened this issue Nov 9, 2016 · 1 comment

Comments

@qian6
Copy link

qian6 commented Nov 9, 2016

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

  1. Open hwapp folder in attachments directly
  2. Set a breakpoint at line of 10 in Program.cs file and set breakpoint conditional as hit count =4
    capture
  3. Press F5 to start debugging

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

@qian6 qian6 changed the title The "hit count" property has no effect Debugger: The "hit count" property has no effect Nov 9, 2016
@gregg-miskelly
Copy link
Contributor

gregg-miskelly commented Nov 9, 2016

Correct. Hit count breakpoints aren't yet implemented. But thanks for finding this so we don't forget about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants