Using The Debugger With The X Window System - Motorola SCOUTTRAINER25 User Manual

Remote training system
Hide thumbs Also See for SCOUTTRAINER25:
Table of Contents

Advertisement

3.5 Using the Debugger With the X Window System

If you're using the X Window System to run the 'C2xx debugger, you need to
know about the keyboard's special keys, the debugger fonts, and using the de-
bugger on a monochrome monitor.
Using the keyboard's special keys
The debugger uses some special keys that you can map differently from your
particular keyboard. Some keyboards may have these special symbols on
separate keys. Other keyboards do not have the special keys.
The special keys that the debugger uses are shown in the following table with
their corresponding keysym. A keysym is a label that interprets a keystroke;
it allows you to modify the action of a key on the keyboard.
Use the X utility xev to check the keysyms that are associated with your key-
board. If you need to change the keysym definitions, use the xmodmap utility.
For example, you could create a file that contains the following commands and
use that file with xmodmap to change a keyboard to match the keys listed
above:
keysym R13
keysym Down
keysym F35
keysym Left
keysym Right = Right
keysym F27
keysym Up
keysym F29
keysym Insert = Insert
Refer to your X Window System documentation for more information about
using xev and xmodmap.
Using the Debugger With the X Window System
Key
to
F1
F10
PAGE UP
PAGE DOWN
HOME
END
INSERT
= End
= Down
= Next
= Left
= Home
= Up
= Prior
Installing the Simulator and C Source Debugger With HP-UX
Keysym
F1 to F10
Prior
Next
Home
End
Insert
Right
Left
Up
Down
3-9

Advertisement

Table of Contents
loading

Table of Contents