0

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.

Aishwarya
  • 7
  • 7

1 Answers1

0

Check out an extension called Breakpoint Generator.

Dmitry K.
  • 972
  • 6
  • 16