HP WDB GUI 5.7 Reference Manual (September 2007)
Debugging with WDB GUI
Viewing Code
Chapter 3 57
Tips
• Click the toolbar button to open the Open File dialog box:
• To change the size of the Recent Files list on the File menu, click Preferences on the Edit
menu, and then change the value of Recent files list, maximum size.
• You can open another tab for a file in the Source view by choosing Edit File from the
Source view pop-up menu (press M3).
• You can open a file in the Source view in an external editor by choosing Open File in
$EDITOR from the Source view pop-up menu (press M3). If the EDITOR environment
variable is undefined, vi is used.
• You can open a file associated with a particular function using the function browser (see
Browsing Functions for details).
Viewing Code
The WDB GUI offers two main views for looking at your code: the Source view and the
Disassembly view. Use the Source view to see the contents of a file, and use the Disassembly
view to see the corresponding assembly code.