Reference Information ·
Save/Restore Debug Session Dialog Box
Home and Help Icons Keyword Index Home Using Help
Line Graphic
Line Graphic

Contents

Keyword Index

Using the WDB GUI

Reference Information
Main Window
Menus
Toolbar Icons and Shortcut Keys
Views
Source View
Disassembly View
Command View
Watch View
Local Variables View
Call Stack View
Threads View
Registers View
Memory Usage View
Build View
Dialog Boxes
Load Program Dialog Box
Open File Dialog Box
{short description of image} Save/Restore Debug Session Dialog Box
Breakpoints Dialog Box
Source File Paths Dialog Box
Object File Paths Dialog Box
Signals Dialog Box
Find Dialog Box
Debugger Preferences Dialog Box
Quick Watch Dialog Box
Fix List Dialog Box
Memory Check Dialog Box

Troubleshooting

Using Help



Bullet Overview
Bullet Save Debug Session Dialog Box Description
Bullet Restore Debug Session Dialog Box Description
Bullet See Also

Line Graphic

Overview

The Save Debug Session dialog box and the Restore Debug Session dialog box are very similar. Both are described here.

You can access the Save Debug Session dialog box on the File menu by clicking Save Session. You can access the Restore Debug Session dialog box on the File menu by clicking Restore Session.Line Graphic

Save Debug Session Dialog Box Description

Fields and Buttons

Field or Button Action
Session File text box Type or browse for the path and file name where you want the session information to be saved.

Current Directory check box Toggle this box to choose whether or not to save the current working directory.

Program Settings (Load Program) check box Toggle this box to choose whether or not to save the program settings you specified when you loaded your program.

Source Paths check box Toggle this box to choose whether or not to save the current source path.

Object Paths check box Toggle this box to choose whether or not to save the current object path.

Signals check box Toggle this box to choose whether or not to save the current signal handling information.

Breakpoints check box Toggle this box to choose whether or not to save the breakpoints that are currently set.

Window Layout check box Toggle this box to choose whether or not to save the window layout.

Debugger Preferences check box Toggle this box to choose whether or not to save the debugger preferences.

History File check box Toggle this box to choose whether or not to save the contents of history file.

Save Session button Click to save the session you have specified.

Cancel button Click to exit this dialog box without saving the session.

Line Graphic

Restore Debug Session Dialog Box Description

Fields and Buttons

Field or Button Action
Session File text box Type or browse for the path and file name of the session you want to restore.

Current Directory check box Toggle this box to choose whether or not to restore the current working directory.

Note: Restoring the current directory will cause your program to be reloaded.

Program Settings (Load Program) check box Toggle this box to choose whether or not to restore the current program settings.

Note: Restoring program settings will cause your program to be reloaded.

Source Paths check box Toggle this box to choose whether or not to restore the current source path.

Object Paths check box Toggle this box to choose whether or not to restore the current object path.

Signals check box Toggle this box to choose whether or not to restore the current signal handling information.

Breakpoints check box Toggle this box to choose whether or not to restore the breakpoints that are currently set.

Window Layout check box Toggle this box to choose whether or not to restore the window layout.

Debugger Preferences check box Toggle this box to choose whether or not to restore the current debugger preferences.

History File check box Toggle this box to choose whether or not to restore the contents of history file.

Restore Session button Click to restore the session you have specified.

Cancel button Click to exit this dialog box without restoring a session.

Line Graphic

See Also

Line Graphic

Return to Top