-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow clean shutdown of applications #15
Comments
Set by step implementation plan: https://support.microsoft.com/en-us/kb/178893
|
It would make sense to implement most of the C code in Kill, so I've opened a bug at https://github.com/SkyLined/Kill/issues/1 |
Code will probably need to set a timeout using |
Kill is no longer used by cBugId, but I could add the relevant APIs to |
It should be possible for BugId to cleanly terminate an application by sending WM_CLOSE message to all windows associated with the processes it is debugging. A user should be able to trigger this by calling a method of BugId when a test is finished and the user wants to make sure the application can be closed without triggering any bugs during shutdown.
The text was updated successfully, but these errors were encountered: