Help for this page

Select Code to Download


  1. or download this
    $self_ph->{GDBSERVERTHREAD} = threads::async{
              $gdbserver_path :6000 $Exe_path 1> NUL 2> NUL` ;
              threads->exit();
        };
    $self_ph->{IN_QUEUE} = new Thread::Queue;
    
  2. or download this
    `taskkill /F /IM My_Exe.exe`;
     $self_ph->{GDBSERVERTHREAD}->join();
     $self_ph->{GDBSERVERTHREAD} = undef;