-
Notifications
You must be signed in to change notification settings - Fork 727
Update readme for 1.3 #597
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
Conversation
|
Addresses #578 |
|
@DustinCampbell I was just comping you an email about this. Great minds think alike :). I will send you some text. |
|
Also addresses #553 |
|
OK, I added the debugger what's new items. I reworded some of the text a bit, so please take a look. |
|
Also, I arbitrarily ordered them to highlight some of the more important items. Let me know if you disagree with the order and I'll change it. |
| * Support for conditional breakpoints | ||
| * New configuration option to enable [stepping into properties and operators](https://github.com/OmniSharp/omnisharp-vscode/blob/release/debugger.md#stepping-into-properties-and-operators). | ||
| * Duplicate warnings and errors should no longer accumulate in Unity projects [#447](https://github.com/OmniSharp/omnisharp-vscode/issues/447) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two other debugger items that I realized I forgot --
- Support for setting the value of variables in the debugger. To do this, right click on the variable and invoke 'Set Value'.
- Display of type names for variables changed in the debugger to support VS Code's variable assignments. A shortened form of the type names is now displayed as part of the variable name, and the full type name can be viewed by hovering over the name.
|
Otherwise LGTM |
|
👍 |
|
@gregg-miskelly: Does this look right? These two items appeared to me to be related, so I collapsed them. Was that correct? |
|
ping? |
|
LGTM |
@gregg-miskelly, @caslan: If you send me information for the debugger, I'll incorporate it into this PR.