Hi. Im trying to debug a view to see the process. I can only set a breakpoint on a <% if/foreach and not a <% var item
so I wonder if there is any setting I need to do for this to make it work? Because i need to set that row and see what values the model got (i know i can do it in the controller but there are a lot of scenarios i want this for in the view)
EDIT
nevermind for some odd reason it works when i rightclick and choose to set a breakpoint.
Dejan_S
Member
413 Points
202 Posts
debug a view in Visual Stuido?
Mar 30, 2011 07:34 AM|LINK
Hi. Im trying to debug a view to see the process. I can only set a breakpoint on a <% if/foreach and not a <% var item
so I wonder if there is any setting I need to do for this to make it work? Because i need to set that row and see what values the model got (i know i can do it in the controller but there are a lot of scenarios i want this for in the view)
EDIT
nevermind for some odd reason it works when i rightclick and choose to set a breakpoint.