I need to add permissions for all functions in all the controllers in my code. So i need to add break points at all the functions to check which ones are called during every click made while using my application. Is there any short cut.
Asked
Active
Viewed 161 times
0
-
1manually setting the breakpoints is not an option? – Chris Hawkes Apr 21 '16 at 13:13
-
No, here is no shortcut... – David Pine Apr 21 '16 at 13:13
-
there are more than 100 method used :( – Aishwarya Apr 21 '16 at 13:13
-
Possible duplicate of [Can I set breakpoints to all methods in a class at once in Visual Studio?](http://stackoverflow.com/questions/11625732/can-i-set-breakpoints-to-all-methods-in-a-class-at-once-in-visual-studio) – Glen Thomas Apr 21 '16 at 13:14