watch-window
Debugger and Intellitrace show truncated text in text viewer for long SqlCommand.CommandText
I\'m trying to find out what the text is of a select statement made against SQL Server using Entity Framework. The CommandText property under both IntelliTrace and the debugger truncate the text to ex[详细]
2023-03-28 01:37 分类:问答VS2010, column width of watch window
I can\'t see values of variables in my Watch window. I can see the variable names. I believe it\'s because the column width for variable name column is very wide. This problem exists for all watch win[详细]
2023-03-11 04:00 分类:问答What does it mean when square brackets appear around a class name in the VS 2008 IDE?
In my watch window in VS2008, I\'m looking at an IEnumerable<classX>. Expanding the IEnumerable, some elements are shown with a Value of {classX}. Others appear with a Value of {[classX]}. What\[详细]
2023-01-04 20:21 分类:问答Is there a way to use Visual Studio's Watch Window in my own App?
I have a basic messaging application that takes requests from clients and returns them response objects.When I encounter a malformed request object I serialize it to a database log for failed requests[详细]
2022-12-19 12:18 分类:问答