My application needs to activate the protocol, I implemented it following the official guidelines.
Check the activation of the view on OnActivated and initialize a new frame and window if a protocol is detected.
When the application starts and joins the debugger using F5, I see the main page, then I click the "Back" button and click the link via email. The application starts correctly and shows me the page you need.
But the application will show a splash screen and close if I kill the application with the process manager before clicking the link.
So, I have to debug the application to localize the error, but the debugger detaches when the application was killed.
Please help me find a way to debug it!
source
share