-
Notifications
You must be signed in to change notification settings - Fork 678
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 - Step over property gives VS IDE specific output in debug console #263
Comments
I'm experiencing this too. Any known workarounds? |
@sternb0t if you want to stop in the property - set a breakpoint, if you are just concerned about the text -- you will need to ignore it. |
Thanks @gregg-miskelly but how can I set a breakpoint in a .NET core property like the ones in |
Sorry I meant to say |
In the short term, it is pretty difficult to step into the CoreFX. Here is what you would need to do though:
|
BTW: We have a planned feature to make this process less painful. We didn't have an issue tracking this, so I opened #373 so that you can follow progress if you are interested. |
Awesome, thank you for this. |
This issue has the latest status I'm aware of on CoreFX binaries producing portable PDBs: |
@chuckries I believe this is addressed with #530. Correct? If so, can you close it? |
@gregg-miskelly correct, this fix is in master and will be in the next release. |
This appears in the debug console when stepping over a property:
The text was updated successfully, but these errors were encountered: