Until fixed, you could use the debug output itself to generate a RAW.607 signal.
Code:
alias rawworkaround {
  var %Window $+(@Debug-, $cid)
  if (!$window(%Window)) {
    window -hvn %Window
    debug -i %Window on $ $+ debugh
  }
}
alias debugh {
  tokenize 32 $1 | if ($1 == <-) { .signal -n RAW. $+ $iif($2 == PING, $2, $3) $2- }
}


Execute /rawworkaround in your connect event

Last edited by NaquadaServ; 21/10/06 05:54 PM.