Tagged Questions

0
votes
2answers
449 views

WPF: How to refresh a window while debugging?

I am debugging an algorithm that is being represented by a set of ViewModels. In order to debug this algorithm I would like to redraw the View while stepping through part of the algorithm. Is this ...