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.