User`s manual

TM - Transparent Mode
3-223
3
TM without any arguments displays the current escape character,
which you must enter in order to return to the debugger.
Examples
Example 1: Display the escape character.
PPC1-Bug>TM <Return>
Escape character: $01=^A
.
.
.
<Control-A>
PPC1-Bug>
Example 2: In this example, the default port of 1 is specified by the
NULL PORT argument, and the escape character is set to CTRL-g.
PPC1-Bug>TM,,^g <Return>
Escape character: $07=^G
.
.
.
<Ctrl-g>
PPC1-Bug>
Example 3: In this example, $03 is specified as the port logical unit
and the escape character is set to CTRL-b.
PPC1-Bug>TM 3 2 <Return>
Escape character: $02=^B
.
.
.
<Ctrl-b>
PPC1-Bug>