Using the Debug information in visual studio
In this page we'll:
Use Shift + F12 key combination, to debug the current running code.
Use the "Watch window" to explore the information about the current controller.
See the value in the "Watch Window" for the following items for example:
AllowUpdate
- to see if we can update in this controllerFrom
- to see the main table of this controllerWhere
- to see the current controllerOrderBy
- the sort of the current controllerRelations
- to see the different relations and their infoColumns
- to see the columns in this controller
Explain how to uncheck the "Show External Code" menu item, to only see relevant information while we debug and avoid the "Symbol file not loaded" message in visual studio
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com