Data Debugger Visualizer
3463 단어 debugger
Introduction
These data visualizers for Visual Studio 2005 extend the Special QuickWatch for a DataSet that I found invaluable in VS 2003.
What it does?
These visualizers provide the following features:
DataSet
s, strongly typed DataSet
s, DataTable
s, DataView
s, DataRow
s and DataColumn
s. DataRow
, the respective row will be selected in the visualizer's grid. DataSet
can be in the format generated by the XmlSerializer
(as used by the Web Service framework, for example) or by the DataSet
's WriteXmlSchema
and WriteXml
methods. Using the code
For now, I'll leave examination of the code as an exercise for the reader.
Technical notes
DataSet
and DataTable
objects for enhancing the performance of serializing the objects across the Debuggee and Debugger processes. DataGridView
control wasn't particularly well documented and so getting the styles right was of more effort than expected and may not be the best way. DataGridView
(or DataGrid
) is still way too hard. It requires a combination of DataView
s, BindingSources and brute force. See DataTableVisualizerTab.OnVisibleChanged
for the code that does the trick. IPropertyChange
interface of the DataTableProperties
object for its binding. :http://www.ueow.com
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Cognos TM1의 Turbo Integrator 디버거Cognos TM1 10.2.2 FP7이 2017년 3월 말에 출시되었지만 FP7에서 Turbo Integrator 디버거를 사용할 수 있습니다. IBM TM1 TurboIntegrator 디버거 상기 페이지에 다운...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.