Skip to content
  • AndyGill's avatar
    Changing bootstrapping for pipes between debugger and debuggee · 75580f64
    AndyGill authored
     - Now we use two pipes and a fork rather than use named pipes
     - We use the HPCRIX env var to send the pipe numbers in %d:%d format
     - We now always breakpoint for special events
     - We check to see we are the original process before each breakpoint event
       sub processes are not debugged; this lets us debug the debugger.
    75580f64