You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: