Functionality missing from Visual C# express beta2?
The debugger seems to be missing some functionality too. Where's enable/disable breakpoints so I can get my list of all breakpoints? All I have is toggle breakpoint.
Those messages tie into stuff like CodeDefinitionWindow and breakpoints not being in the menus.
As you have noticed, there have been a few changes to the makeup of the Express products since Beta1. In particular, the following have been taken out of C# Express to reduce the complexity of the product:
- Code Definition Window
- Enacpsulate Field refactoring
- Reorder Parameters refactoring
- Remove Parameters refactoring
- Promote Local Variable to Parameter refactoring
In addition, ClickOnce (Build->Publish) has been added to help Express users distribute the applications they create.
Thanks,
Luke Hoban
Visual C# IDE Program Manager