Is it possible to debug FeatureActivated?
I am doing:
- Deploy ->
- Set Breakpoint in the public override void FeatureActivated ->
- Attach the process to the debugger ->
- refresh.
This doesn't work because the app has already been deployed and activated.
How do I tell it to insta-stop and let me walk through the activation process.
deploy >> set break point >> attach process to debugger then goto site action >> site settings >> manager site features >> deactivate feature and then activate it again.