Viewing Vector, FRectangle, etc Properties in Debugger

Anything other than problems and feature requests.

Moderators: Frank Hileman, Anne Szyjan

Post Reply
User avatar
Frank Hileman
Site Admin
Posts: 1400
Joined: Sun Jul 25, 2004 8:16 pm
Location: California
Contact:

Viewing Vector, FRectangle, etc Properties in Debugger

Post by Frank Hileman » Wed Oct 27, 2004 6:56 am

For Visual Studio 2003 only (VS 2005 uses ToString):

If you are using C#, edit the mcee_cs.dat file in your

Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\Debugger

folder, adding to the bottom of mcee_cs.dat the contents of this file:

http://www.vgdotnet.org/support_files/a ... cs.dat.txt

Now you can see the coordinates of points, rectangles, names of elements, and many other data structures right in the watch windows, without having to expand.

In addition, you can hold the mouse over a variable and see the contents of a Prodige.Drawing data structure.
Last edited by Frank Hileman on Tue Apr 04, 2006 10:10 am, edited 1 time in total.

User avatar
Frank Hileman
Site Admin
Posts: 1400
Joined: Sun Jul 25, 2004 8:16 pm
Location: California
Contact:

Post by Frank Hileman » Tue May 03, 2005 8:06 am

This file is now installed in the VG.net root folder:
Program Files\Prodige Software Corporation\VG.net\[version number]

Post Reply