views:

65

answers:

1

The title says it all: I have a WPF application running in debug mode, and I would like to change the XAML while the application is still running.

I'm not asking for Edit-and-Continue. I don't mind that I will have to restart the application for the changes to become effective. I just want to be able to make changes to the XAML file while the application is still running, rather than having to (1) remember what I want to change in the UI, (2) close the application, (3) recall what I want to change and make the change.

+4  A: 

Menu => Debug => Detach All

Wallstreet Programmer
+1 - That's what I do!
JLWarlow