Virgo Software

Features

  • The application debugging add-In for Microsoft Visual Studio 2005.
  • Works like regular Watch window.
  • Allows you to see the full contents of Windows GDI handles: HDC, HBITMAP, HBRUSH, HFONT, HPALETTE, HPEN (including extended pens), HRGN, HICON, and HCURSOR when debugging your image processing or UI programs.
  • Works with MFC classes: CDC, CClientDC, CMetaFileDC, CPaintDC, CWindowDC, CGdiObject, CBitmap, CBrush, CFont, CPalette, CPen, and CRgn.
  • Also works with your own GDI wrapper classes.
  • Tracks items that have changed between debugger execution stops.
  • Works with programs written in C/C++ languages.

Benefits

  • Save time debugging your image processing or UI programs.
  • Gain access to full contents of Windows GDI handles - see how they change when your code executes.
  • Watch how your device context's painting surface changes when you call painting functions.
  • Verify that your GDI handles contain the data you expect them to have.