Skip to content
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

Windows: Click pause button, program can`t pause when program is running without any breakpoints. #274

Open
noneghost opened this issue Jul 4, 2023 · 2 comments

Comments

@noneghost
Copy link
Contributor

Click pause button, program can`t pause when program is running without any breakpoints.

I find child_process.kill('SIGINT') can't pause program in windows platfrom. Because windows cmd console special mechanisms.

@noneghost noneghost changed the title windows: Click pause button, program can`t pause when program is running without any breakpoints. Windows: Click pause button, program can`t pause when program is running without any breakpoints. Jul 4, 2023
@noneghost
Copy link
Contributor Author

Similarly, cannot set breakpoints

@noneghost
Copy link
Contributor Author

I found that to terminate a process, you have to send a CTRL-C-EVENT signal to the current process group via GenerateConsoleCtrlEvent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant