cdt-gdb-adapter
                                
                                 cdt-gdb-adapter copied to clipboard
                                
                                    cdt-gdb-adapter copied to clipboard
                            
                            
                            
                        Windows: Click pause button, program can`t pause when program is running without any breakpoints.
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.
Similarly, cannot set breakpoints
I found that to terminate a process, you have to send a CTRL-C-EVENT signal to the current process group via GenerateConsoleCtrlEvent