Search code examples
c#gdi+drawing

How to debug GDI+ in c#?


i have a user control, and it's not drawn correctly, how to debug the drawing? If i set break point, the control will get blocked, i can't see the drawing result instantly? any idea?


Solution

  • What you need is the Graphics Debugger visualizer.