Java debug appearance preferences

The following preferences can be set using the Java Debug Appearance Preferences page.

Option

Description

Default

Display hexadecimal values

This preference controls whether hexadecimal values are shown for primitive values. This preference affects primitives of type byte, short, char, int, or long

Off

Display ASCII character values

This preference controls whether ASCII values are shown for primitive values. This preference affects primitives of type byte, short, int, or long.

Off

Display unsigned values

This preference controls whether unsigned values are shown for primitive values. This preference affects primitives of type byte.

Off

Show qualified names

This preference controls the default Show qualified names setting for newly opened views.

See Show Qualified Names

On

Show final fields

This preference controls the default Show final fields setting for newly opened views.

See Show Final Fields

Off

Show static fields

This preference controls the default Show static fields setting for newly opened views.

See Show Static Fields

Off

 
 Copyright IBM Corporation 2000, 2002. All Rights Reserved.