In This Book

 

 

 

 

 

 

 

 

property flags command to change the behavior of

 

the manager.

 

Currently, the user interface managers do not o￿er any

 

options through the manager

 

option argument.

 

 

 

You can use type names or synonyms wherever the

 

syntax of a debugger command calls for a type, such

 

as ui

 

type. For example, the following dde command

 

 

 

speci￿es gui as the ui

 

type:

 

 

 

dde -ui gui a.out

 

You can create a new synonym for a user interface

 

type name by creating a link to the user interface type

 

name in the directory /opt/langtools/dde/ui . For

 

example, to make mtf a valid user interface type, enter

 

the following commands (as superuser):

 

cd

/opt/langtools/dde/ui

 

ln -s ui_gui mtf

 

You can change the default user interface for

 

all users of your system by changing the link

 

/opt/langtools/dde/ui/default . The default user

 

interface is ordinarily set to ui_gui. For example, to

 

make the line-mo de interface the default, enter the

 

following commands (as superuser):

 

cd

/opt/langtools/dde/ui

 

rm

default

 

ln -s ui_line default

Startup File

Describes the startup ￿le that executes when the

 

debugger loads the manager.

Related Managers

Lists other t ypes of managers related to this manager.

Names, titles, and syn tax speci￿c to the user in terface managers are described in the following sections.

E-2 User Interface Managers