NonStop Development Environment for Eclipse 4.0 Debugging Supplement

Size: px
Start display at page:

Download "NonStop Development Environment for Eclipse 4.0 Debugging Supplement"

Transcription

1 NonStop Development Environment for Eclipse 4.0 Debugging Supplement HP Part Number: Published: October 2013 Edition: NSDEE 4.0, J06.03 and subsequent J-series RVUs, H06.08 and subsequent H-series RVUs

2 Copyright 2011, 2013 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor s standard commercial license. Export of the information contained in this publication may require authorization from the U.S. Department of Commerce. Warranties The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Acknowledgements Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. Java is a U.S. trademark of Oracle and/or its affiliates. UNIX is a registered trademark of The Open Group.

3 Contents 1 Introduction...6 Introducing the debugging features for the NonStop Development Environment for Eclipse...6 New and changed features for NSDEE Debugging tasks...8 Preparing to debug a NonStop Application...8 Related topics...8 Debugging optimized code...8 Launching a NonStop Application under debugger control...9 Related topics...10 Attaching the debugger to a NonStop process...10 Related topics...10 Debugging a Snapshot file...11 Related topics...11 Detaching the debugger from a NonStop process...11 Related topics...12 Creating or modifying debug configurations...12 NonStop Application debug configurations...12 Creating a new NonStop Application debug configuration...12 Modifying an existing NonStop Application debug configuration...14 Related topics...15 Specifying arguments for NonStop Application debug configurations...15 Considerations...17 Specifying DEFINEs, ASSIGNS, and PARAMs for Guardian launch types...18 Specifying environment variables for OSS launch types...19 NonStop Attach Process debug configurations...20 Creating a new NonStop Attach Process debug configuration...20 Modifying an existing NonStop Attach Process debug configuration...23 Related topics...24 NonStop Snapshot debug configurations...24 Creating a new NonStop Snapshot debug configuration...24 Modifying an existing NonStop Snapshot debug configuration...26 Related topics...27 Tasks common to all debug configurations...27 Listing and filtering debug configurations...27 Related topics...27 Deleting an existing debug configuration...27 Related topics...27 Specifying alternate source file locations...27 Adding source lookup paths...29 Creating and editing path mapping lookups...29 Related topics...30 Specifying debugger options...30 Related topics...32 Using the debug perspective for NonStop Applications...32 Inspecting the stack...32 Related topics...33 Controlling the execution of a NonStop Application...33 Considerations for NonStop Attach Process debug configurations...33 Related topics...33 Setting watchpoints...33 Related topics...33 Contents 3

4 Setting watch expressions...33 Related topics...34 Setting breakpoints...34 Related topics...34 Inspecting and modifying variable values...34 Considerations...35 Related topics...35 Inspecting and modifying register values...35 Considerations...35 Related topics...36 Inspecting and modifying memory...36 Related topics...36 Debugging NonStop Applications using Native Inspect (einspect) commands...36 Entering Native Inspect commands from the console view...36 Related topics...37 Switching between the Native Inspect (einspect) console and the application console...37 Related topics...38 Ending a debugging session...38 Related topics Reference information...39 Debug perspective for NonStop debugging configurations...39 Debug configurations dialog for NonStop debugging configurations...40 Configurations list...40 Debug configuration group box...41 Main tab...42 Project selection dialog...42 Process browser dialog...43 Arguments tab (NonStop Application debugging configurations only)...43 Considerations...44 Environment tab (NonStop Application debugging configurations only)...44 Environment tab for Guardian launch types...45 Environment tab for OSS launch types...45 Debugger tab...45 Source tab...46 Add source dialog...46 Add file system directory dialog...47 Path mappings dialog...47 Local path mapping dialog or remote path mapping dialog...48 Related topics...48 Related topics...48 Common tab for NonStop debug configurations...48 Native Inspect commands supported by NSDEE...49 Related topics...49 NonStop icons and buttons Support and other resources...51 Supported Release Version Updates (RVUs)...51 Intended audience...51 New and changed information in this edition...51 Related information...51 Publishing history...51 HP encourages your comments...51 Technical support...52 Index Contents

5 Figures 1 Sample variables view for optimized application Debug configurations dialog with main tab for NonStop Application debug configurations Arguments tab for NonStop Application debug configurations Environment tab for NonStop Application debug configurations, Guardian launch type Environment tab for NonStop Application debug configurations, OSS launch type Main tab for NonStop Attach Process debug configurations Process browser dialog for Guardian launch types Process browser dialog for OSS launch types Main tab for NonStop Snapshot debug configurations Source tab Debugger tab Debug perspective for NonStop Applications Debug view for NonStop debugging...39 Tables 1 Source lookup rules in add source dialog...47

6 1 Introduction Introducing the debugging features for the NonStop Development Environment for Eclipse The debugging features for the NonStop Development Environment Version 4.0 for Eclipse (NSDEE) allow you to debug NonStop TNS/E applications developed using NSDEE as well as applications developed outside of NSDEE, attach the debugger to a running process, and debug Snapshot files. The features described in this document are extensions to the Eclipse Workbench, the C/C++ Development Toolkit (CDT), and the NonStop Development Environment Version 4.0 for Eclipse (NSDEE), and use the Native Inspect (einspect) debugger. To debug TNS or TNS/R applications, use Inspect or Visual Inspect. Supported application programming languages: C and C++ COBOL ptal To debug Java applications for NonStop server targets, see the white paper Using the Eclipse Platform to debug Java applications on HP NonStop servers. For information about the supported versions of NSDEE and Native Inspect, see Supported Release Version Updates (RVUs) (page 51). The NonStop Development Environment for Eclipse 4.0 Debugging Supplement and the NonStop Development Environment for Eclipse 4.0 User Guide are available online from the NonStop Technical Library at: Under User guide, scroll down to NonStop Development Environment for Eclipse 4.0 Debugging Supplement and NonStop Development Environment for Eclipse 4.0 User Guide. This document describes only those features and considerations that are specific to NonStop Applications, Snapshots, and processes. This document is a supplement to the following documents, all of which are available from the Eclipse Workbench help menu. NonStop Development Environment for Eclipse 4.0 User Guide Workbench User Guide C/C++ Development User Guide To access the Workbench help menu, select Help Help Contents. In addition, some users might find these documents helpful: Native Inspect Manual Guardian Programmer's Guide TACL Reference Manual Open System Services User's Guide These documents are available in the NonStop Technical Library at: 6 Introduction

7 New and changed features for NSDEE 4.0 Product changes for NSDEE 4.0 include: Upgrade to Eclipse Juno 4.2. CDT 8.1, and Debugging Services Framework (DSF-GDB) Support for Windows XP SP3, Windows 7 x86/x64, and Windows 8 x86/64 Support for Java 6 (JRE 1.6) and Java 7 (JRE 1.7) Projectless debugging support for debugging applications built outside of NSDEE ptal application debugging Introducing the debugging features for the NonStop Development Environment for Eclipse 7

8 2 Debugging tasks Preparing to debug a NonStop Application The standard process to prepare to debug a NonStop Application is: Create a NonStop Local project or NonStop Remote project for the application NOTE: Eclipse workspaces are containers for organizing a set of related projects. HP recommends that you use separate workspaces for: Local NSDEE projects and remote NSDEE projects Each application If your workspace combines multiple applications, HP recommends that you clear all breakpoints and watch expressions before you debug each application. Build a debuggable version of your application so that you can step through source and examine symbols For information about these tasks, see the NonStop Development Environment for Eclipse 4.0 User Guide. NOTE: Related topics NSDEE also supports debugging applications built outside of NSDEE, referred to in this document as projectless debugging. Before you can debug a NonStop Application, you must build a debuggable version of your application so that you can step through the source and examine symbols. For information, see the NonStop Development Environment for Eclipse 4.0 User Guide and Debugging optimized code (page 8). Related tasks: Launching a NonStop Application under debugger control (page 9) Attaching the debugger to a NonStop process (page 10) Debugging a Snapshot file (page 11) See also the NonStop Development Environment for Eclipse 4.0 User Guide. Debugging optimized code If the application or any project it references has been compiled at an optimization level 1, the Variables view might not be able to display the values of all local variables each time your application is suspended. Figure 1 (page 9), which contains an example of the Variables view for an application compiled at optimization level 1, shows the most common message displayed for a variable that is unavailable due to code optimization: Value not available at the current location\unable to create variable object 8 Debugging tasks

9 Figure 1 Sample variables view for optimized application In addition to the messages shown in the Variables view, you might see messages similar to these in the Native Inspect (einspect) console in the Console view: Value is not available at current location Due to optimization, the address/value of "total" is unknown for the current location. Closest location(s) where it is available: 1) 0x70000e92 to 0x70000ea0 (in line 34) in register $r40 2) 0x70000ea1 to 0x70000ed0 (in line 35) in register $r8 3) 0x70000ef1 to 0x70000f31 (in line 38 to 40) in register $r25 These messages can provide hints about registers that might contain the value of a variable that has a value that can not be displayed in the Variables view due to optimization. If you are having difficulty debugging the application at optimization level 1, you can compile the application at optimization level 0. When you have finished debugging, you can compile the application at higher optimization levels. For more information about code optimization, see the reference manual for the programming language you are using for this application and the Code Profiling Utilities Manual. Launching a NonStop Application under debugger control Before you can debug a NonStop Application using NSDEE, you must select or create a NonStop Application debug configuration. A debug configuration defines how an executable file is to be opened under debugger control. If you want to reuse an existing NonStop Application debug configuration and do not need to modify it, in the Debug Configurations dialog, in the configurations list, select the debug configuration you want use and double-click to launch it. TIP: If the configurations list contains a large number of debug configurations, find the one you want to select by filtering the results as described in Listing and filtering debug configurations (page 27). To create a new NonStop Application debug configuration, see Creating a new NonStop Application debug configuration (page 12). To modify an existing NonStop Application debug configuration, see Modifying an existing NonStop Application debug configuration (page 14). NOTE: Often you can access wizards, dialogs, and actions using more than one method. For information about other methods for accessing a wizard or dialog, see the reference topic for that wizard or dialog. Launching a NonStop Application under debugger control 9

10 Related topics Related tasks: Creating a new NonStop Application debug configuration (page 12) Modifying an existing NonStop Application debug configuration (page 14) Attaching the debugger to a NonStop process (page 10) Debugging a Snapshot file (page 11) Using the debug perspective for NonStop Applications (page 32) Related reference topics: Debug configurations dialog for NonStop debugging configurations (page 40) Debug perspective for NonStop debugging configurations (page 39) Attaching the debugger to a NonStop process As an alternative to debugging an application by launching the application under debugger control, you can attach the debugger to a NonStop process. You might want to use this method in these situations: When it is difficult to start the process from the debugger, such as when the process is started in a Guardian Pathway environment. When you need more complex or different terminal emulation than the NSDEE console provides. To attach the debugger to a NonStop process, you must select or create a NonStop Attach Process debug configuration: If you want to reuse an existing NonStop Attach Process debug configuration, you must modify it to specify CPU and PID. Then, in the Debug Configurations dialog, in the list of configurations, you can double-click to launch it. TIP: If the configurations list contains a large number of debug configurations, find the one you want to select by filtering the results as described in Listing and filtering debug configurations (page 27). To create a new NonStop Attach Process debug configuration, see Creating a new NonStop Attach Process debug configuration (page 20). To modify an existing NonStop Attach Process debug configuration, see Modifying an existing NonStop Attach Process debug configuration (page 23). NOTE: Often you can access wizards, dialogs, and actions using more than one method. For information about other methods for accessing a wizard or dialog, see the reference topic for that wizard or dialog. Related topics Related tasks: Creating a new NonStop Attach Process debug configuration (page 20) Modifying an existing NonStop Attach Process debug configuration (page 23) Specifying debugger options (page 30) Ending a debugging session (page 38) Using the debug perspective for NonStop Applications (page 32) 10 Debugging tasks

11 Related reference topics: Debug configurations dialog for NonStop debugging configurations (page 40) Debug perspective for NonStop debugging configurations (page 39) Debugging a Snapshot file A process Snapshot file or Snapshot is a disk file that is an image of a process, its data, and its status at the moment it was saved. Snapshot files are analogous to core files on UNIX systems. Snapshot files have file code 130. The ability to examine a Snapshot file can be useful when a process terminates abnormally and you want to determine the circumstances in effect at the time of the termination. You cannot execute any commands that would alter the state of the Snapshot, or commands that would execute a process, such as step or continue. Such commands report an error during Snapshot analysis. To debug a NonStop Snapshot file, you must select or create a NonStop Snapshot debug configuration: If you want to reuse an existing NonStop Snapshot debug configuration and do not need to modify it, in the Debug Configurations dialog, in the configurations list, select the debug configuration you want use and double-click to launch it. TIP: If the configurations list contains a large number of debug configurations, find the one you want to select by filtering the results as described in Listing and filtering debug configurations (page 27). To create a new NonStop Snapshot debug configuration, see Creating a new NonStop Snapshot debug configuration (page 24). To modify an existing NonStop Snapshot debug configuration, see Modifying an existing NonStop Snapshot debug configuration (page 26). NOTE: Often you can access wizards, dialogs, and actions using more than one method. For information about other methods for accessing a wizard or dialog, see the reference topic for that wizard or dialog. Related topics Related tasks: Creating a new NonStop Snapshot debug configuration (page 24) Modifying an existing NonStop Snapshot debug configuration (page 26) Specifying debugger options (page 30) Using the debug perspective for NonStop Applications (page 32) Related reference topics: Debug configurations dialog for NonStop debugging configurations (page 40) Debug perspective for NonStop debugging configurations (page 39) Detaching the debugger from a NonStop process To detach the debugger from a process without terminating the process, use one of these methods: In the Debug view, click (Disconnect). From the main toolbar, select Run Disconnect Debugging a Snapshot file 11

12 Related topics Related tasks: Attaching the debugger to a NonStop process (page 10) Ending a debugging session (page 38) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) The discussion of Debug views in the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Creating or modifying debug configurations This topic describes how to create or modify debug configurations using the Debug Configurations dialog for these debug configurations: NonStop Application debug configurations (page 12) NonStop Attach Process debug configurations (page 20) NonStop Snapshot debug configurations (page 24) In addition, Tasks common to all debug configurations (page 27) describes tasks you can perform using the Debug Configurations for any of the three debug configurations listed above. NonStop Application debug configurations Creating a new NonStop Application debug configuration To debug an application for the first time, you must create a NonStop Application debug configuration for this application. 12 Debugging tasks

13 1. Open the Debug Configurations dialog (Figure 2). For example, from the main toolbar, select Run Debug configurations. Figure 2 Debug configurations dialog with main tab for NonStop Application debug configurations 2. The list in the left side of the Debug Configurations dialog shows the types of debug configurations you can create in addition to the names of debug configurations that have already been created in this workspace. In this list, double-click the NonStop Application configuration type. A new debug configuration appears below the debug configuration type with the default name New_configuration. In the next steps in this procedure, use the tabs on the right side of the Debug Configurations dialog (see Figure 2) to edit your new configuration. When you finish entering the information for each tab, click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied, or go on to the next tab and click Apply when you are ready to apply your changes to all tabs. If the Debug button is available and you click Debug, your changes are applied before the debugger is launched. TIP: If you already have configured another NonStop Application debug configuration, you can copy it and modify the copy to create your new NonStop Application debug configuration. However, that debug configuration must already have the correct launch type. 3. In the Name: box, enter a name for this debug configuration, or use the default name, New_configuration. 4. In the Main tab, configure these settings: a. For NonStop launch type: select Guardian if your application is a Guardian application or select OSS if your application is an OSS application. Creating or modifying debug configurations 13

14 b. For NonStop project:, specify the NonStop development project that was used to build the application. Enter the name of the project in the box or click Browse... to locate and select the project using the Project selection dialog (page 42). This is optional for applications built outside of NSDEE. c. For NonStop system: specify the system on which to run the application. Choose a previously-configured system by selecting a system from the drop-down list, or configure a new system by clicking Edit... and using the Configure Connections dialog to configure the remote connection. For more information about the Configure Connections dialog, see the NonStop Development Environment for Eclipse 4.0 User Guide. d. For NonStop executable's path on NonStop system: specify the path to the executable file to be debugged on the NonStop system. Enter the full path and name of the executable file, or if you have selected a system in NonStop system:, you can click Browse... to locate and select the executable file on that remote system. e. If you need to transfer the executable file from your desktop to the NonStop system before you begin debugging, in Local executable to be transferred to NonStop path specified above: enter the full path to the executable file on your local system in the box or click Browse... to locate and select the file. 5. If you want to specify options to be used by the run command when launching your program, specify program arguments, or use a working directory other than your home directory. Enter the information in the Arguments tab. See Specifying arguments for NonStop Application debug configurations (page 15). 6. If you want to specify environment options, such as ASSIGNs, DEFINEs, or PARAMs for Guardian applications or environment variables for OSS applications, enter the information in the Environment tab: If this is a Guardian launch type, see Specifying DEFINEs, ASSIGNS, and PARAMs for Guardian launch types (page 18). If this is an OSS launch type, see Specifying environment variables for OSS launch types (page 19). 7. If you want to specify options for the debugger to use, enter the information in the Debugger tab. See Specifying debugger options (page 30). 8. By default, the debugger searches for source files at the path recorded when the application was compiled. If you need to specify a different location, such as when you have moved the files to a different system, use the Source tab to specify the current location of the files. A rule must be specified, either the default or alternate locations. See Specifying alternate source file locations (page 27). 9. The Common tab allows you to set other options related to the Eclipse workspace. For information about this tab, see Common tab for NonStop debug configurations (page 48). 10. If you have not already done so for each tab, click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. Modifying an existing NonStop Application debug configuration To modify an existing NonStop Application debug configuration: 1. Open the Debug Configurations dialog (Figure 2). For example, from the main toolbar, select Run Debug configurations. 2. The list in the left side of the Debug Configurations dialog shows the types of debug configurations you can create in addition to the names of debug configurations that have already been created in this workspace. In this list, double-click the debug configuration you want to modify. 14 Debugging tasks TIP: If the configurations list contains a large number of debug configurations, find the one you want to select by filtering the results as described in Listing and filtering debug configurations (page 27).

15 3. If you want to change the name of this configuration, enter the new name in the Name: box. 4. Make the modifications you want in each of the tabs. When you finish entering the information for each tab, click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied, or go on to the next tab and click Apply when you are ready to apply your changes to all tabs. If the Debug button is available and you click Debug, your changes are applied before the debugger is launched. a. In the Main tab, specify the NonStop launch type, project name (optional), system and user name, and the process. If the launch type is modified, also modify the remote path map (if specified) by deleting the old entry and adding a new entry. See Creating a new NonStop Application debug configuration (page 12). b. If you want to specify options to be used by the run command when launching your program, specify program arguments, or use a working directory other than your home directory, enter the information in the Arguments tab. See Specifying arguments for NonStop Application debug configurations (page 15). c. If you want to specify environment options, such as ASSIGNs, DEFINEs, or PARAMs for Guardian applications or environment variables for OSS applications, enter the information in the Environment tab: If this is a Guardian launch type, see Specifying DEFINEs, ASSIGNS, and PARAMs for Guardian launch types (page 18). If this is an OSS launch type, see Specifying environment variables for OSS launch types (page 19). d. If you want to specify options for the debugger to use, enter the information in the Debugger tab. See Specifying debugger options (page 30). e. By default, the debugger searches for source files at the path recorded when the application was compiled. If you need to specify a different location, such as when you have moved the files to a different system, use the Source tab to specify the current location of the files. A rule must be specified, either the default or alternate locations. See Specifying alternate source file locations (page 27). f. The Common tab allows you to set other options related to the Eclipse workspace. For information about this tab, see Common tab for NonStop debug configurations (page 48). 5. If you have not already done so for each tab, click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. Related topics Related tasks: Creating or modifying debug configurations (page 12) Related reference topics: Debug configurations dialog for NonStop debugging configurations (page 40) Specifying arguments for NonStop Application debug configurations You use the Arguments tab (Figure 3) to specify options to be used by the run command when your program is launched, arguments to pass to the application, and to specify a working directory other than your home directory. Creating or modifying debug configurations 15

16 Figure 3 Arguments tab for NonStop Application debug configurations 16 Debugging tasks

17 1. To specify arguments for the run command used to launch the application under debugger control, enter them in the box below Run command options (newlines treated as spaces):. The syntax used for these arguments must be valid for the option selected for NonStop launch type: in the Main tab; either OSS or Guardian. For the Guardian launch type, you are not required to use opening and closing forward slashes. NSDEE does not validate this syntax. This example shows run command arguments, all on the same line, for an application that has an OSS launch type: -gpri=149 -cpu=2 This example shows run command arguments, each on a separate line, for an application that has an OSS launch type: -gpri=149 -cpu=2 This example shows run command arguments, all on the same line, for an application that has a Guardian launch type. The opening and closing slashes (/) are optional: /PRI 149, CPU 2/ This example shows run command arguments, each on a separate line, for an application that has a Guardian launch type. The opening and closing slashes (/) have been omitted (they are optional): PRI 149, CPU 2 NOTE: The debug, nowait, and term options are not supported. You can use the cpu option to specify on which processor the application and the debugger should run. If you specify this option, it is used for both the debugger and the target application. If you do not use the cpu option, the application and debugger are run in a processor that is chosen by the system. 2. To specify arguments to pass to the application, enter them in the box below Program arguments (newlines treated as spaces):. The syntax used for these arguments must be valid for the program being debugged. NSDEE does not validate this syntax. 3. By default, your home directory is used as the working directory. To specify a directory other than your home directory: For OSS launch types, select Set working directory:. For Guardian launch types, select Set initial $volume.subvolume: Enter the full path and directory name in the box or click Browse... to locate and select the directory or volume and subvolume you want to use. 4. Click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. Considerations For run command options and program arguments: You can enter program and run command arguments one per line for easy reading or you can enter all of the arguments on a single line, but the syntax you use must be valid for the option selected under NonStop launch type: in the Main tab; either OSS or Guardian. NSDEE does not validate this syntax. For the Guardian launch type, you are not required to use opening and closing forward slashes. Creating or modifying debug configurations 17

18 Specifying DEFINEs, ASSIGNS, and PARAMs for Guardian launch types You can specify DEFINEs, ASSIGNS, and PARAMs for Guardian launch types using the Environment tab (Figure 4 (page 18)) of the Debug Configurations dialog. These settings are used for this debug configuration only (they are not stored in your TACLCSTM file, for example). To specify DEFINEs, ASSIGNS, and PARAMs manually, select Set the following DEFINEs, ASSIGNs, and PARAMs: and enter them in the box. Separate entries by entering each on its own line. If you would like to use a set of DEFINEs, ASSIGNs, and PARAMs that are stored in a file, you can select Set DEFINEs, ASSIGNs, and PARAMs contained in remote file: and either enter the full path and name of the file in the box or click Browse... to locate and select the file. NOTE: Enter DEFINEs, ASSIGNs, and PARAMs exactly as you would enter them at the TACL prompt. For example: PARAM TRACE ON ASSIGN STDERR, file-name ADD DEFINE =PLUTO, FILE \FAR.$OFF.WORLDS.PLUTO TIP: You can also cut and paste to enter items in this box. This ability can be useful if you want to copy a subset of DEFINEs, ASSIGNS, and PARAMs from a file or from another debug configuration. For introductory information about DEFINEs, ASSIGNS, and PARAMs, see the TACL Reference Manual and the Guardian Programmer's Guide in the NonStop Technical Library. Figure 4 Environment tab for NonStop Application debug configurations, Guardian launch type 18 Debugging tasks

19 Specifying environment variables for OSS launch types You can specify OSS environment variables for OSS launch types using the Environment tab (Figure 5 (page 20)) of the Debug Configurations dialog. These environment variables are used only for the shell session used with this debug configuration (they are not stored in your.profile file, for example). To specify environment variables manually, select Set the following environment variables: and enter them in the box exactly as you would if you were setting the environment variable in the shell. Environment variables generally are in the format export name=value. Separate variables by entering each variable on its own line. If you would like to use a set of environment variables that are stored in a file, you can select Set environment variables contained in remote file: and either enter the full path and name of the file in the box or click Browse... to locate and select the file. NOTE: Enter environment variables exactly as you would set them in a shell. For example, if you set the environment variable TESTMODE by entering: TESTMODE=1 your setting will not be available to your application. Instead, you must enter: export TESTMODE=1 TIP: You can also cut and paste to enter a set of variables and values in this box. This ability can be useful if you want to copy a subset of variables and values from a file or from another debug configuration. For introductory information about OSS environment variables, see the Open System Services User's Guide in the NonStop Technical Library. Creating or modifying debug configurations 19

20 Figure 5 Environment tab for NonStop Application debug configurations, OSS launch type NonStop Attach Process debug configurations Creating a new NonStop Attach Process debug configuration 1. Open the Debug Configurations dialog. For example, from the main toolbar, select Run Debug configurations. 2. The list in the left side of the Debug Configurations dialog shows the types of debug configurations you can create in addition to the names of debug configurations that have already been created in this workspace. In this list, double-click the NonStop Attach Process configuration type. A new debug configuration appears below the debug configuration type with the default name New_configuration. In the next steps in this procedure, use the tabs on the right side of the Debug Configurations dialog (see Figure 2) to edit your new configuration. When you finish entering the information for each tab, click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied, or go on to the next tab and click Apply when you are ready to apply your changes to all tabs. If the Debug button is available and you click Debug, your changes are applied before the debugger is launched. TIP: If you already have configured another NonStop Attach Process debug configuration, you can copy it and modify the copy to create your new NonStop Attach Process debug configuration. However, that debug configuration must already have the correct launch type. 20 Debugging tasks

21 Figure 6 Main tab for NonStop Attach Process debug configurations 3. In the Name: box, enter a name for this debug configuration, or use the default name, New_configuration. 4. In the Main tab, configure these settings: a. For NonStop launch type: select Guardian if your application is a Guardian application or select OSS if your application is an OSS application. b. For NonStop project:, specify the NonStop development project that was used to build the application. Enter the name of the project in the box or click Browse... to locate and select the project using the Project selection dialog (page 42). This is optional for applications built outside of NSDEE. c. For NonStop system:, specify the system on which the process is running. Choose a previously-configured system by selecting a system from the drop-down list, or configure a new system by clicking Edit... and using the Configure Connections dialog to configure the remote connection. For more information about the Configure Connections dialog, see the NonStop Development Environment for Eclipse 4.0 User Guide. Creating or modifying debug configurations 21

22 d. For NonStop CPU and process ID number (CPU, PIN):, specify the process you want to debug. Enter the processor number in the first box and the process ID number (PIN) in the second box, or click Browse... to select a process. If you click Browse...: If you selected the Guardian NonStop launch type, the version of the Process Browser dialog in Figure 7 (page 22) appears. In this example, ZHOME is entered in the process filter, so only rows that contain the text ZHOME are displayed: Figure 7 Process browser dialog for Guardian launch types If you selected the OSS NonStop launch type, the version of the Process Browser dialog in Figure 8 (page 22) appears: Figure 8 Process browser dialog for OSS launch types 22 Debugging tasks

23 To select a process, click in the row that contains the process, then click OK. The process CPU and PIN are displayed in the boxes in the Main tab of the Debug Configurations dialog, and the Process Browser dialog closes. 5. If you want to specify options for the debugger, enter the information in the Debugger tab. See Specifying debugger options (page 30). 6. By default, the debugger searches for source files at the path recorded when the application was compiled. If you need to specify a different location, such as when you have moved the files to a different system, use the Source tab to specify the current location of the files. A rule must be specified, either the default or alternate locations. See Specifying alternate source file locations (page 27). 7. The Common tab allows you to set other options related to the Eclipse workspace. For information about this tab, see Common tab for NonStop debug configurations (page 48). 8. Click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. Modifying an existing NonStop Attach Process debug configuration To modify an existing NonStop Attach Process debug configuration: 1. Open the Debug Configurations dialog (Figure 6 (page 21)). For example, from the main toolbar, select Run Debug configurations. 2. The list in the left side of the Debug Configurations dialog shows the types of debug configurations you can create in addition to the names of debug configurations that have already been created in this workspace. In this list, double-click the debug configuration you want to modify. TIP: If the configurations list contains a large number of debug configurations, find the one you want to select by filtering the results as described in Listing and filtering debug configurations (page 27). Creating or modifying debug configurations 23

24 Related topics 3. If you want to change the name of this configuration, enter the new name in the Name: box. 4. Make the modifications you want in each of the tabs. When you finish entering the information for each tab, click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied, or go on to the next tab and click Apply when you are ready to apply your changes to all tabs. If the Debug button is available and you click Debug, your changes are applied before the debugger is launched. a. In the Main tab, specify the NonStop launch type, project name (optional), system and user name, and the process. If the launch type is modified, also modify the remote path map (if specified) by deleting the old entry and adding a new entry. See Creating a new NonStop Attach Process debug configuration (page 20). b. If you want to specify options for the debugger, enter the information in the Debugger tab. See Specifying debugger options (page 30). c. By default, the debugger searches for source files at the path recorded when the application was compiled. If you need to specify a different location, such as when you have moved the files to a different system, use the Source tab to specify the current location of the files. A rule must be specified, either the default or alternate locations. See Specifying alternate source file locations (page 27). d. The Common tab allows you to set other options related to the Eclipse workspace. For information about this tab, see Common tab for NonStop debug configurations (page 48). e. If you have not already done so for each tab, click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. Related tasks: Detaching the debugger from a NonStop process (page 11) Ending a debugging session (page 38) Creating or modifying debug configurations (page 12) Related reference topics: Debug configurations dialog for NonStop debugging configurations (page 40) NonStop Snapshot debug configurations Creating a new NonStop Snapshot debug configuration 1. Open the Debug Configurations dialog. For example, from the main toolbar, select Run Debug configurations. 2. The list in the left side of the Debug Configurations dialog shows the types of debug configurations you can create in addition to the names of debug configurations that have already been created in this workspace. In this list, double-click the NonStop Snapshot configuration type. A new debug configuration appears below the debug configuration type with the default name New_configuration. In the next steps in this procedure, use the tabs on the right side of the Debug Configurations dialog (see Figure 9 (page 25)) to edit your new configuration. When you finish entering the information for each tab, click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied, or go on to the next tab and click Apply when you are ready to apply your changes to all tabs. If the Debug button is available and you click Debug, your changes are applied before the debugger is launched. 24 Debugging tasks TIP: If you already have configured another NonStop Snapshot debug configuration, you can copy it and modify the copy to create your new NonStop Snapshot debug configuration. However, that debug configuration must already have the correct launch type.

25 3. In the Name: box, enter a name for this debug configuration. 4. In the Main tab (Figure 9 (page 25)), configure these settings: a. For NonStop launch type: select either Guardian or OSS. Your selection determines what types of remote paths are allowed in all the tabs of the Debug Configuration dialog and all of the dialogs related to browsing the remote system. b. For NonStop project:, specify the NonStop development project that was used to build the application. Enter the name of the project in the box or click Browse... to locate and select the project using the Project selection dialog (page 42) dialog. This is optional for applications built outside of NSDEE. c. For NonStop system:, specify the system on which to run the debugger. Choose a previously-configured system by selecting a system from the drop-down list, or configure a new system by clicking Edit... and using the Configure Connections dialog to configure the remote connection. For more information about the Configure Connections dialog, see the NonStop Development Environment for Eclipse 4.0 User Guide. d. For NonStop Snapshot file: specify the Snapshot file you want to debug by entering the full path to the Snapshot file in the box or by clicking Browse... to locate and select the file. e. Click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. f. If the executable for the program is not in the same location as it was when the Snapshot was taken, select Location of executable (if moved since Snapshot was created): and enter the full path to the executable in the box or click Browse... to locate and select the file. Figure 9 Main tab for NonStop Snapshot debug configurations 5. If you want to specify options for the debugger, enter the information in the Debugger tab. See Specifying debugger options (page 30). Creating or modifying debug configurations 25

26 6. By default, the debugger searches for source files at the path recorded when the application was compiled. If you need to specify a different location, such as when you have moved the files to a different system, use the Source tab to specify the current location of the files. A rule must be specified, either the default or alternate locations. See Specifying alternate source file locations (page 27). 7. The Common tab allows you to set other options related to the Eclipse workspace. For information about this tab, see Common tab for NonStop debug configurations (page 48). 8. Click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied. Modifying an existing NonStop Snapshot debug configuration To modify an existing NonStop Snapshot debug configuration: 1. Open the Debug Configurations dialog (Figure 9 (page 25)). For example, from the main toolbar, select Run Debug configurations. 2. In the Debug Configurations dialog, in the configurations list, select the debug configuration you want to modify. TIP: If the configurations list contains a large number of debug configurations, find the one you want to select by filtering the results as described in Listing and filtering debug configurations (page 27). 3. If you want to change the name of this configuration, enter the new name in the Name: box. 4. Make the modifications you want in each of the tabs. When you finish entering the information for each tab, click Apply to apply your changes or Revert to revert to the settings in effect the last time changes were applied, or go on to the next tab and click Apply when you are ready to apply your changes to all tabs. If the Debug button is available and you click Debug, your changes are applied before the debugger is launched. a. In the Main tab (Figure 9 (page 25)), specify the NonStop launch type, project name (optional), system and user name, and the process. If the launch type is modified, also modify the remote path map (if specified) by deleting the old entry and adding a new entry. See Creating a new NonStop Snapshot debug configuration (page 24). b. If you want to specify options for the debugger, enter the information in the Debugger tab. See Specifying debugger options (page 30). c. By default, the debugger searches for source files at the path recorded when the application was compiled. If you need to specify a different location, such as when you have moved the files to a different system, use the Source tab to specify the current location of the files. A rule must be specified, either the default or alternate locations. See Specifying alternate source file locations (page 27). d. The Common tab allows you to set other options related to the Eclipse workspace. For information about this tab, see Common tab for NonStop debug configurations (page 48). 5. Click Apply to apply your changes. To revert to the settings in effect the last time changes were applied, click Revert. 26 Debugging tasks

27 Related topics Related tasks: Creating or modifying debug configurations (page 12) Related reference topics: Debug configurations dialog for NonStop debugging configurations (page 40) Tasks common to all debug configurations Listing and filtering debug configurations To filter the list of debug configurations shown in the configuration list in the Debug Configurations dialog (Figure 2 (page 13)), use any of these methods: Use the filter box to specify text that must be included in the name of the configuration. For example, if you enter NonStop in the filter, only the NonStop debug configuration types are shown. Click to clear the text in the filter box. Click to collapse all expanded debug configurations. Only the debug configuration types are shown. Click to open the Preferences dialog, which is filtered to show only the Run/Debug preferences. For more information about using this dialog, see the Workbench User Guide. Click the filter menu and select an option from the menu. Related topics Related tasks: Creating or modifying debug configurations (page 12) Related reference topics: Configurations list (page 40) Deleting an existing debug configuration To delete an existing debug configuration shown in the configuration list in the Debug Configurations dialog (Figure 2 (page 13)), use either of these methods: Click the debug configuration to select it, then click (Delete). Right-click the debug configuration and select Delete. Related topics Related tasks: Listing and filtering debug configurations (page 27) Related reference topics: Configurations list (page 40) Specifying alternate source file locations By default, the debugger looks for source files at their compile-time location. If the source files are not available at their compile-time location, you can use the Source tab (Figure 10) to direct the debugger to search in alternate locations. NOTE: In most cases, the default path is the correct path. You only change entries in the Source tab if you have moved the source files since the application was compiled. Creating or modifying debug configurations 27

28 Figure 10 Source tab The box for Source Lookup Path: contains the list of the categories of rules that have been configured for this debug configuration. Initially only the default rule is configured. The default rule is: For NonStop Remote projects and applications built on NonStop servers outside of NSDEE, a Remote Compile-Time File Path, which specifies that the debugger looks for source files on a remote system using compile-time paths. Figure 10 shows an example for a remote project. For NonStop Local projects and applications built locally outside of NSDEE, a Local Compile-Time File Path, which specifies that the debugger looks for source files using compile-time paths on the local system. The debugger performs source lookups by applying the rules in the Source Lookup Path: list, in order. The debugger stops traversing the list when a match is found. You can use the Up and Down buttons to the right of the list to change the order of the rules. Use the Add and Remove buttons to the right of the list to add or remove entries from the list. Select Edit... to edit existing entries. Select Restore Default to restore the default setting of a single default rule. The options in NonStop system (for Remote Path Lookup) specify the NonStop system on which to search for files: Lookup on same system as launch (see Main tab), when selected, specifies that the debugger look for the files on the same system as specified for the debugging configuration on the Main tab. Lookup on system:, when selected, specifies that the debugger look for the files on the system specified in the box. To specify a system, select the system in drop-down list or click Edit... to specify a different system than those shown in the list. 28 Debugging tasks

29 Adding source lookup paths To add an entry to the Source Lookup Path: list in the Source tab, click the Add... button to the right of the list. The Add Source dialog appears. From this dialog, you can select and add any of the six types of source lookup rules listed in the dialog. Choose which type of rule you want to add: To look for source files in this location... The local compile-time location. A local directory that you will specify. On the local system using a path derived by substituting part or all of a file s compile-time path with a replacement path. The remote compile-time location. A remote directory that you will specify. On the remote system using a path derived by substituting part or all of a file s compile-time path with a replacement path. Select this rule type and click OK Local Compile-Time File Path (This is the default rule for local NonStop projects and applications built locally outside of NSDEE) Local File System Directory Local Path Mapping Remote Compile-Time File Path (This is the default rule for remote NonStop projects and applications built on NonStop servers outside of NSDEE.) Remote File System Directory Remote Path Mapping This happens next The rule you selected is added to the list of source lookup path entries shown in the Source tab. The Add File System Directory dialog is displayed. Follow the instructions in Add file system directory dialog (page 47). A new path mapping entry is added to the list of entries in the Source tab, but this new entry does not have any mappings associated with it. To add path mappings to a path mapping entry, select the path mapping entry in the list in the Source tab and click Edit... The Path Mappings dialog is displayed. Follow the instructions in Creating and editing path mapping lookups (page 29). The rule you selected is added to the list of source lookup path entries shown in the Source tab. The Add File System Directory dialog is displayed. Follow the instructions in Add file system directory dialog (page 47). A new path mapping entry is added to the list of entries in the Source tab, but this new entry does not have any mappings associated with it. To add path mappings to a path mapping entry, select the path mapping entry in the list in the Source tab and click Edit... The Path Mappings dialog is displayed. Follow the instructions in Creating and editing path mapping lookups (page 29). Creating and editing path mapping lookups Path mappings tell the debugger to replace part of a source file's compile-time path with another path and to use the resulting path to search for source files. For example, suppose your remote OSS source files were located in /home/mikeb/myproj when you compiled the program, but later you moved the sources to /home/mikeb/fy09/myproj. By creating a path mapping of /home/mikeb to /home/mikeb/fy09, you tell the debugger to substitute /home/mikeb/fy09 whenever it looks for a source path that starts with /home/mikeb/. To add path mapping entries to the Source Lookup Path: list in the Source tab 1. Create a container for the path mapping entries: a. To the right of the Source Lookup Path: list, click Add... The Add Source dialog appears. b. Select either Local Path Mapping or Remote Path Mapping c. Click OK. Creating or modifying debug configurations 29

30 2. Add one or more path mappings to the container: a. Select the path mapping container (by default, named either Local Path Mapping: New Mapping or Remote Path Mapping: New Mapping). b. Click Edit... Depending on the type of mapping you selected, either the Local Path Mappings dialog or the Remote Path Mappings dialog appears. c. (Optional) Change the name of the mapping container by editing the Name: box. d. Click Add... If you chose a local path mapping, the Local Path Mapping dialog appears. If you chose a remote path mapping, the Remote Path Mapping dialog appears. e. In Compilation path:, enter the portion of the original compile-time path that you want to replace. f. In the bottom box, enter replacement path or click Browse... to locate and select the system path. g. Click OK to apply your changes and close the dialog. h. Either click OK to apply your changes and close the Local Path Mappings dialog or the Remote Path Mappings dialog, or go to step d to add another path mapping to this container. Related topics Related tasks: Creating or modifying debug configurations (page 12) Related reference topics: Source tab (page 46) Specifying debugger options You specify debugger options for a debug configuration using the Debugger tab (Figure 11). 30 Debugging tasks

31 Figure 11 Debugger tab The Use default debugger option is selected by default. To use a different debugger than the default debugger (for example, you have installed a different version of the debugger in another location), select Use debugger at the following path: and enter the path in the box or click Browse... to locate and select the debugger you want to use. (NonStop Application debug configurations only) By default, Stop at main entry point after launch is selected. To specify a function at which to stop before the main entry point is reached, select Stop at the following function after launch: and enter the name of the function in the box. Creating or modifying debug configurations 31

32 Related topics Related tasks: Creating or modifying debug configurations (page 12) Related reference topics: Debugger tab (page 45) Using the debug perspective for NonStop Applications The Debug perspective for NonStop Applications, Snapshot files, and processes is an extension of the C/C++ Development Toolkit (CDT), and is nearly identical to the CDT Debug perspective. For a brief description of the key differences, see Debug perspective for NonStop debugging configurations (page 39). Figure 12 shows an example of the Debug perspective being used to debug a NonStop Application. For information about the CDT, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) This topic describes common debugging tasks as they apply to debugging NonStop Applications, Snapshot files, and processes, including: Inspecting the stack (page 32) Controlling the execution of a NonStop Application (page 33) Setting watchpoints (page 33) Setting watch expressions (page 33) Setting breakpoints (page 34) Inspecting and modifying variable values (page 34) Inspecting and modifying register values (page 35) Inspecting and modifying memory (page 36) Debugging NonStop Applications using Native Inspect (einspect) commands (page 36) Ending a debugging session (page 38) Figure 12 Debug perspective for NonStop Applications Inspecting the stack You can use the Debug view to inspect the stack for NonStop Applications in the same ways that you can use the Debug view in CDT to inspect the stack for other kinds of applications. For more 32 Debugging tasks

33 Related topics information about this task, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) See also the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Controlling the execution of a NonStop Application You can use the Debug view to control the execution of a NonStop Application in the same way that you use the Debug view in the CDT to control the execution of other kinds of applications, including using the Run menu and using the icons in the Debug view. For information about controlling debug execution, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Considerations for NonStop Attach Process debug configurations Related topics For NonStop Attach Process debug configurations, selecting Run Terminate or the terminate icon terminates the process to which you attached the debugger. To release the process from debugger control and allow the process to continue executing, select Run Disconnect or, in the Debug view, click (Disconnect). Before disconnecting the debugger from the process, clear all breakpoints in the process and continue process execution. If you attempt to disconnect from a process when breakpoints are set, a warning appears that describes the situation and gives you the option of continuing or aborting the operation. If the process is suspended, it is resumed automatically. Related tasks: Debugging a Snapshot file (page 11) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) Setting watchpoints Related topics Watchpoints are not supported for NonStop debugging. However, you can use the mab command, which has similar capabilities, in the Native Inspect (einspect) console. For more information about the Native Inspect console, see Entering Native Inspect commands from the console view (page 36). For more information about the mab command, see the Native Inspect Manual. Related tasks: Entering Native Inspect commands from the console view (page 36) Setting watch expressions You set watch expressions for NonStop processes in the same ways that you can set watch expressions in the CDT. For information about watch expressions, see the discussion about adding expressions in the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Using the debug perspective for NonStop Applications 33

34 Related topics NOTE: Watch expressions are associated with your Eclipse workspace, not with a particular project. Consequently, if you debug multiple projects in the same workspace, errors can be reported if an expression in your workspace is not valid for the project you are debugging. HP recommends that you clear all watch expressions before you debug a different program in the same workspace. In addition, you can configure multiple Eclipse workspaces and use a workspace for each set of related projects. For more information about configuring workspaces, see the NonStop Development Environment for Eclipse User Guide. Related reference topics: Debug perspective for NonStop debugging configurations (page 39) See also the discussion about adding expressions in the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Setting breakpoints Related topics You set and edit breakpoints for NonStop Applications in the same ways that you can set breakpoints in the CDT for other types of applications. For information about breakpoints, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) NOTE: Breakpoints are associated with your Eclipse workspace, not with a particular project. Consequently, if you debug multiple projects in the same workspace, errors can be reported if a breakpoint in your workspace is not valid for the project you are debugging. HP recommends that you clear all breakpoints before you debug a different program in the same workspace. In addition, you can configure multiple Eclipse workspaces and use a workspace for each set of related projects. For more information about configuring workspaces, see the NonStop Development Environment for Eclipse User Guide. Setting breakpoints is the equivalent of using the Native Inspect break command. Deleting breakpoints is the equivalent of using the Native Inspect delete breakpoints command. NOTE: NSDEE uses sequential line numbers instead of the line numbers established by the EDIT program. Setting breakpoints at fractional EDIT line numbers is not supported. Related reference topics: Debug perspective for NonStop debugging configurations (page 39) See also the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Inspecting and modifying variable values You can inspect and modify variables for NonStop Applications in the same ways that you can inspect and modify variables using the CDT for other types of applications. For information about inspecting and modifying variables, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) 34 Debugging tasks

35 Considerations Related topics NOTE: Casting a variable to a different type is supported for C/C++ applications only. Do not attempt to use NSDEE to cast a variable to a different type in COBOL or ptal applications. For ptal variables, you can cast integer variables to ASCII values by entering the print /c command in the Native Inspect console. For example: > print /c gstartup_message.default $11 = { VOL = {79 "O", 83 "S", 32 " ", 32 " "}, SUBVOL = {65 "A", 66 "B", 84 "T", 32 " "} } If the application or any project it references has been compiled at optimization level 1, the Variables view might not be able to display the values of all local variables each time your application is suspended. For more information about variables and optimization, see Debugging optimized code (page 8). When your applications stops at a breakpoint set at a function declaration, the values of the local variables shown in the Variables view are not accurate. However, when you step your application to the function's first statement, the variables in the Variables view are updated with accurate values. Related tasks: Inspecting and modifying register values (page 35) Inspecting and modifying memory (page 36) Specifying debugger options (page 30) Debugging optimized code (page 8) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) Debugger tab (page 45) See also the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Inspecting and modifying register values Considerations You can inspect and modify register values for NonStop Applications in the same ways that you can inspect and modify register values in the CDT for other types of applications. For information about inspecting and modifying register values, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) For information about register names for NonStop TNS/E applications, see the Native Inspect Manual in the NonStop Technical Library. NOTE: Casting a register to a different type is supported for C/C++ applications only. Do not attempt to cast a register to a different type in COBOL or ptal applications. The Registers view displays the register values for the current program execution point. Selecting a frame on the call stack does not cause the Registers view to display the registers for that frame. Using the debug perspective for NonStop Applications 35

36 Related topics Related tasks: Inspecting and modifying variable values (page 34) Inspecting and modifying memory (page 36) Specifying debugger options (page 30) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) Debugger tab (page 45) See also the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Inspecting and modifying memory Related topics You can inspect and modify memory for NonStop Applications in the same ways that you can inspect and modify memory in the CDT for other types of applications. For information about inspecting and modifying memory, see the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Related tasks: Inspecting and modifying register values (page 35) Inspecting and modifying register values (page 35) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) Debugger tab (page 45) See also the C/C++ Development User Guide. (Available from the Eclipse Workbench help menu. Select Help Help Contents.) Debugging NonStop Applications using Native Inspect (einspect) commands In addition to the debugging tasks you can perform using the Debug perspective, you can use the Native Inspect (einspect) console in the Console view to enter a limited set of Native Inspect debugging commands. For a list of supported Native Inspect commands, see Native Inspect commands supported by NSDEE (page 49). NOTE: NSDEE ignores the Native Inspect configuration file (EINSCSTM). You must configure the debugger using the Debug Configurations dialog only. Entering Native Inspect commands from the console view You can enter Native Inspect commands that are supported by NSDEE from the Native Inspect (einspect) console in the Console view: 1. If the name of the console does not include einspect, click (Console) to change the console that is displayed. 2. Enter commands in the console as you would enter them at a terminal. The Native Inspect console does not display a prompt, but it accepts your commands when you enter them and press the return key. NOTE: NSDEE does not validate this syntax 36 Debugging tasks

37 For a list of the Native Inspect commands supported by NSDEE, see Native Inspect commands supported by NSDEE (page 49). Related topics Related tasks: Switching between the Native Inspect (einspect) console and the application console (page 37) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) Native Inspect commands supported by NSDEE (page 49) Switching between the Native Inspect (einspect) console and the application console When you launch a NonStop Application debug configuration, there are two consoles in the Console view: The Native Inspect (einspect) console, which shows the name einspect after the name of the debug configuration: The application console, which displays the path to the application after the name of the debug configuration: To switch between the consoles, in the Console view, use one of these methods: Click (Console) in the upper right corner of the Console view. Select the console you want to display from the Console view menu:. Select the Native Inspect (einspect) console by clicking the Native Inspect node in the Debug view (see Figure 13 (page 39)). Select the application console by clicking the application node in the Debug view (see Figure 13 (page 39)). Using the debug perspective for NonStop Applications 37

38 Related topics Related tasks: Entering Native Inspect commands from the console view (page 36) Related reference topics: Debug perspective for NonStop debugging configurations (page 39) Ending a debugging session Related topics The debugging session ends when one of these conditions occurs: The application or process being debugged terminates. You click (Terminate) in the Debug view or you select Run Terminate. If you have attached the debugger to a process and you release the process from debugger control by clicking (Disconnect) in the Debug view or selecting Run Disconnect. You exit the Eclipse application. Related tasks: Using the debug perspective for NonStop Applications (page 32) Controlling the execution of a NonStop Application (page 33) Detaching the debugger from a NonStop process (page 11) 38 Debugging tasks

39 3 Reference information Debug perspective for NonStop debugging configurations The Debug perspective for NonStop Applications, Snapshot files, and processes is an extension of the C/C++ Development Toolkit (CDT), and is nearly identical to the CDT. Figure 12 (page 32) shows an example of the Debug perspective for NonStop debugging. The key differences from the CDT include: The perspective switcher toolbar includes icons for the NonStop Local perspective and the NonStop Remote perspective, when they are open. For more information about these perspectives, see the NonStop Development Environment for Eclipse User Guide. For more information about the perspective switcher toolbar, see the discussion of toolbars in the concepts section of the Workbench User Guide. TIP: You can change the perspective switcher to display icons or both icons and names. Placing your cursor over one of the perspectives the perspective switcher, right-click, and select Show Text. A NonStop debug configuration has the NonStop icon as its label decoration. These are the types of NonStop debug configurations: NonStop Application NonStop Attach Process NonStop Snapshot For more information about these debug configurations, see the Debug configurations dialog for NonStop debugging configurations (page 40). The Debug Configurations dialog has features specific to the NonStop debug configurations. See Debug configurations dialog for NonStop debugging configurations (page 40). In the Debug view, the Restart action is not supported. The Debug view also shows a Native Inspect (einspect) node in addition to the application node (Figure 13). Figure 13 Debug view for NonStop debugging Debug perspective for NonStop debugging configurations 39

HPE NonStop Development Environment for Eclipse 6.0 Debugging Supplement

HPE NonStop Development Environment for Eclipse 6.0 Debugging Supplement HPE NonStop Development Environment for Eclipse 6.0 Debugging Supplement Part Number: 831776-001 Published: June 2016 Edition: L16.05 and subsequent L-series RVUs, J06.20 and subsequent J-series RVUs Copyright

More information

NonStop Development Environment for Eclipse 7.0 Debugging Supplement

NonStop Development Environment for Eclipse 7.0 Debugging Supplement NonStop Development Environment for Eclipse 7.0 Debugging Supplement Part Number: 831776-002 Published: August 2017 Edition: L15.02 and all subsequent L-series RVUs, J06.18 and all subsequent J-series

More information

Introducing HP NonStop Development Environment Version 2.0 for Eclipse (NSDEE 2.0)

Introducing HP NonStop Development Environment Version 2.0 for Eclipse (NSDEE 2.0) Introducing HP NonStop Development Environment Version 2.0 for Eclipse (NSDEE 2.0) Swaroop Dutta Steve Williams Seth Hawthorne May 6, 2010 1 2010 Hewlett-Packard Development Company, L.P. The information

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

HPE 3PAR OS GA Patch 12

HPE 3PAR OS GA Patch 12 HPE 3PAR OS 3.3.1 GA Patch 12 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 12 on the HPE 3PAR Operating System Software OS-3.3.1.215-GA. This document is for

More information

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

HP Fortify Scanning Plugin for Xcode

HP Fortify Scanning Plugin for Xcode HP Fortify Scanning Plugin for Xcode Software Version: 4.40 User Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The only warranties for HP products

More information

HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment

HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment Part number: 5697-8185 First edition: June 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company,

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 Importing Templates from Similar Operating Systems Table of contents Overview... 2 Preparation... 2 Template preparation... 2 Modifying an exported XML template...

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database HP Integration with Incorta: Connection Guide HP Vertica Analytic Database HP Big Data Document Release Date: July, 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server

HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server HP Network Node Manager i Software Step-by-Step Guide to Scheduling Reports using Network Performance Server NNMi 9.1x Patch 2 This document shows an example of building a daily report for the ispi Performance

More information

HP Service Test Management

HP Service Test Management HP Service Test Management for the Windows operating system Software Version: 11.00 Installation Guide Document Release Date: February 2011 Software Release Date: February 2011 Legal Notices Warranty The

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

HPE ALM Client MSI Generator

HPE ALM Client MSI Generator HPE ALM Client MSI Generator Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE ALM Client MSI Generator Legal Notices Warranty The only warranties

More information

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE

HPE ALM Excel Add-in. Microsoft Excel Add-in Guide. Software Version: Go to HELP CENTER ONLINE HPE ALM Excel Add-in Software Version: 12.55 Microsoft Excel Add-in Guide Go to HELP CENTER ONLINE http://alm-help.saas.hpe.com Document Release Date: August 2017 Software Release Date: August 2017 Legal

More information

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions

HPE 3PAR OS MU3 Patch 18 Upgrade Instructions HPE 3PAR OS 3.1.3 MU3 Patch 18 Upgrade Instructions This upgrade instructions document is for installing Patch 18 on the HPE 3PAR Operating System Software 3.1.3.334 (MU3). This document is for Hewlett

More information

Infor LN Studio Application Development Guide

Infor LN Studio Application Development Guide Infor LN Studio Application Development Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

HP ALM Performance Center

HP ALM Performance Center HP ALM Performance Center Software Version: 12.53 Quick Start Document Release Date: May 2016 Software Release Date: May 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise Development

More information

HP 3PAR OS MU3 Patch 18 Release Notes

HP 3PAR OS MU3 Patch 18 Release Notes HP 3PAR OS 3.2.1 MU3 Patch 18 Release Notes This release notes document is for Patch 18 and intended for HP 3PAR Operating System Software 3.2.1.292 (MU3). HP Part Number: QL226-98326 Published: August

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Getting Started With BPM - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices Warranty The only

More information

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

Native Inspect Manual

Native Inspect Manual Native Inspect Manual Abstract This manual describes how to use the symbolic command-line debugger Native Inspect for debugging TNS/E native processes and snapshot files on HP NonStop Series TNS/E systems.

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

HP UFT Java Add-in Extensibility

HP UFT Java Add-in Extensibility HP UFT Java Add-in Extensibility For the Windows operating systems Software Version: 12.00 Developer Guide Document Release Date: March 2014 Software Release Date: July 2014 Legal Notices Warranty The

More information

HP 3PAR OS MU3 Patch 17

HP 3PAR OS MU3 Patch 17 HP 3PAR OS 3.2.1 MU3 Patch 17 Release Notes This release notes document is for Patch 17 and intended for HP 3PAR Operating System Software. HP Part Number: QL226-98310 Published: July 2015 Edition: 1 Copyright

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.00 Embedded UCMDB Applets Using Direct Links Document Release Date: January 2009 Software Release Date:

More information

HP Operations Manager

HP Operations Manager HP Operations Manager Software Version: 9.22 UNIX and Linux operating systems Java GUI Operator s Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty

More information

HP Intelligent Management Center Remote Site Management User Guide

HP Intelligent Management Center Remote Site Management User Guide HP Intelligent Management Center Remote Site Management User Guide Abstract This book provides overview and procedural information for Remote Site Management, an add-on service module to the Intelligent

More information

Business Process Testing

Business Process Testing Business Process Testing Software Version: 12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices

More information

HP ProLiant Essentials RDMA for HP Multifunction Network Adapters User Guide

HP ProLiant Essentials RDMA for HP Multifunction Network Adapters User Guide HP ProLiant Essentials RDMA for HP Multifunction Network Adapters User Guide Part Number 432562-00B February 2007 (Second Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information

HPE Java Add-in Extensibility

HPE Java Add-in Extensibility HPE Java Add-in Extensibility Software Version: 14.02 Developer Guide Go to HELP CENTER ONLINE https://admhelp.microfocus.com/uft/ Document Release Date: November 21, 2017 Software Release Date: November

More information

HPE Project and Portfolio Management Center

HPE Project and Portfolio Management Center HPE Project and Portfolio Management Center Software Version: 9.41 Getting Started Go to HELP CENTER ONLINE http://ppm-help.saas.hpe.com Document Release Date: March 2017 Software Release Date: March 2017

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide Abstract This guide contains basic information for network administrators, engineers, and operators who use the Branch

More information

HPE 3PAR OS MU5 Patch 49 Release Notes

HPE 3PAR OS MU5 Patch 49 Release Notes HPE 3PAR OS 3.2.1 MU5 Patch 49 Release Notes This release notes document is for Patch 49 and intended for HPE 3PAR Operating System Software + P39. Part Number: QL226-99362a Published: October 2016 Edition:

More information

HPE Security Fortify Plugins for Eclipse

HPE Security Fortify Plugins for Eclipse HPE Security Fortify Plugins for Eclipse Software Version: 17.20 Installation and Usage Guide Document Release Date: November 2017 Software Release Date: November 2017 Legal Notices Warranty The only warranties

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

More information

HPE 3PAR OS MU3 Patch 28 Release Notes

HPE 3PAR OS MU3 Patch 28 Release Notes HPE 3PAR OS 3.2.1 MU3 Patch 28 Release tes This release notes document is for Patch 28 and intended for HPE 3PAR Operating System Software 3.2.1.292 (MU3)+Patch 23. Part Number: QL226-99107 Published:

More information

NSIGHT ECLIPSE EDITION

NSIGHT ECLIPSE EDITION NSIGHT ECLIPSE EDITION DG-06450-001 _v7.0 March 2015 Getting Started Guide TABLE OF CONTENTS Chapter 1. Introduction...1 1.1. About...1 Chapter 2. New and Noteworthy... 2 2.1. New in 7.0... 2 2.2. New

More information

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912)

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912) ARM DS-5 Version 5.12 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. ARM DUI 0480L () ARM DS-5 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. Release Information The following

More information

HPE Security Fortify WebInspect Runtime Agent

HPE Security Fortify WebInspect Runtime Agent HPE Security Fortify WebInspect Runtime Agent Software Version: 17.3 Agent Installation Guide Document Release Date: April 2017 Software Release Date: April 2017 Legal Notices Warranty The only warranties

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP SiteScope Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only warranties

More information

Native Inspect Manual

Native Inspect Manual Native Inspect Manual Part Number: 528122-015R Published: November 2015 Edition: H06.23 and subsequent H-series RVUs, J06.12 and subsequent J-series RVUs, and L15.02 and subsequent L-series RVUs Copyright

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Code Profiling Utilities Manual

Code Profiling Utilities Manual Code Profiling Utilities Manual Part Number: P04195-001 Published: April 2018 Edition: L15.02 and all subsequent L-series RVUs, J06.03 and all subsequent J-series RVUs, and H06.03 and all subsequent H-series

More information

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions

HPE 3PAR OS MU3 Patch 97 Upgrade Instructions HPE 3PAR OS 3.2.2 MU3 Patch 97 Upgrade Instructions Abstract This upgrade instructions document is for installing Patch 97 on the HPE 3PAR Operating System Software. This document is for Hewlett Packard

More information

HP Virtual Connect Enterprise Manager

HP Virtual Connect Enterprise Manager HP Virtual Connect Enterprise Manager Data Migration Guide HP Part Number: 487488-001 Published: April 2008, first edition Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For the Linux or Windows operating systems Software Version: 9.02 Document Release Date: October 2011 Software Release Date: October 2011 Legal Notices Warranty The only warranties

More information

HP Insight Control for Microsoft System Center Installation Guide

HP Insight Control for Microsoft System Center Installation Guide HP Insight Control for Microsoft System Center Installation Guide Abstract This guide describes installing HP Insight Control for Microsoft System Center. This guide is intended for use by system integrators

More information

HP ProLiant Storage Server iscsi Feature Pack

HP ProLiant Storage Server iscsi Feature Pack Release Notes HP ProLiant Storage Server iscsi Feature Pack Product Version: Version 1.51 First Edition (November 2004) Part Number: T3669-90902 This document provides information not covered elsewhere

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.60 User Guide Document Release Date: December 2010 Software Release Date: December 2010 Legal Notices Warranty The only warranties

More information

HP Intelligent Management Center v7.1

HP Intelligent Management Center v7.1 HP Intelligent Management Center v7.1 iar Quick Start Guide Part number: 5998-6863 Published: September 2014 Software Version: IMC PLAT 7.1 (E0302) Edition: 1.0 Legal and notice information Copyright 2014

More information

HPE Security Fortify Runtime Application Protection (RTAP)

HPE Security Fortify Runtime Application Protection (RTAP) HPE Security Fortify Runtime Application Protection (RTAP) Software Version: 17.3 Agent Installation Guide Document Release Date: April 2017 Software Release Date: April 2017 Legal Notices Warranty The

More information

HP Accelerated iscsi for Multifunction Network Adapters User Guide

HP Accelerated iscsi for Multifunction Network Adapters User Guide HP Accelerated iscsi for Multifunction Network Adapters User Guide Part Number 410538-00J December 2007 (Ninth Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

HP Visual Collaboration Desktop. User Guide

HP Visual Collaboration Desktop. User Guide HP Visual Collaboration Desktop User Guide HP Visual Collaboration Desktop v2.0 First edition: November 2010 Legal notices Copyright 2010 Hewlett-Packard Development Company, L.P. The information contained

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Exchange Access Auditing Supplemental Configuration Guide July 15, 2017 Supplemental Configuration Guide SmartConnector

More information

HP Visual Collaboration Desktop. Getting Started

HP Visual Collaboration Desktop. Getting Started HP Visual Collaboration Desktop HP Visual Collaboration Desktop v2.0 First edition: November 2010 Legal notices Copyright 2010 Hewlett-Packard Development Company, L.P. The information contained herein

More information

HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner

HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner Document Version 2.10 July 2009 1 Copyright 2007-2009 Hewlett-Packard Development Company, L.P. The information contained herein is

More information

NSIGHT ECLIPSE EDITION

NSIGHT ECLIPSE EDITION NSIGHT ECLIPSE EDITION DG-06450-001 _v8.0 September 2016 Getting Started Guide TABLE OF CONTENTS Chapter 1. Introduction...1 1.1. About...1 Chapter 2. New and Noteworthy... 2 2.1. New in 7.5... 2 2.2.

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

HPE Intelligent Management Center v7.3

HPE Intelligent Management Center v7.3 HPE Intelligent Management Center v7.3 Service Operation Manager Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who

More information

HP LeftHand P4500 and P GbE to 10GbE migration instructions

HP LeftHand P4500 and P GbE to 10GbE migration instructions HP LeftHand P4500 and P4300 1GbE to 10GbE migration instructions Part number: AT022-96003 edition: August 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company, L.P. Confidential

More information

Studio Authoring Guide

Studio Authoring Guide Operations Orchestration Software Version: 10.70 Windows Studio Authoring Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty The only warranties for

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP Operations Manager Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA Technical white paper Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4

More information

Modem and Networking compaq notebook series

Modem and Networking compaq notebook series b Modem and Networking compaq notebook series Document Part Number: 316749-002 February 2003 This guide explains how to connect a modem cable and a network cable to your notebook. The guide also provides

More information

HPE 3PAR OS MU2 Patch 36 Release Notes

HPE 3PAR OS MU2 Patch 36 Release Notes HPE 3PAR OS 321 MU2 Patch 36 Release Notes This release notes document is for Patch 36 and intended for HPE 3PAR Operating System Software 321200 (MU2)+P13 Part Number: QL226-99149 Published: May 2016

More information

HP Network Node Manager i Software Step-by-Step Guide to Custom Poller

HP Network Node Manager i Software Step-by-Step Guide to Custom Poller HP Network Node Manager i Software Step-by-Step Guide to Custom Poller NNMi 9.1x Patch 2 This document includes two examples. The first example illustrates how to use Custom Poller to monitor disk space.

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/2/2018 Legal Notices Warranty The only warranties for Micro Focus products and services are set forth in the express warranty

More information

HP Data Protector Media Operations 6.11

HP Data Protector Media Operations 6.11 HP Data Protector Media Operations 6.11 Getting started This guide describes installing, starting and configuring Media Operations. Copyright 2009 Hewlett-Packard Development Company, L.P. Part number:

More information

HP ALM Synchronizer for Agile Manager

HP ALM Synchronizer for Agile Manager HP ALM Synchronizer for Agile Manager Software Version: 2.10 User Guide Document Release Date: August 2014 Software Release Date: August 2014 Legal Notices Warranty The only warranties for HP products

More information

HPE 3PAR OS MU3 Patch 23 Release Notes

HPE 3PAR OS MU3 Patch 23 Release Notes HPE 3PAR OS 321 MU3 Patch 23 Release tes This release notes document is for Patch 23 and intended for HPE 3PAR Operating System Software 321292 (MU3)+Patch 18 Part Number: QL226-98364 Published: December

More information

HP Storage Manager User Guide. May 2005 (First Edition) Part Number

HP Storage Manager User Guide. May 2005 (First Edition) Part Number HP Storage Manager User Guide May 2005 (First Edition) Part Number 394897-001 Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide HP ALM Software Version: 12.21 patch 2 Business Views Microsoft Excel Add-in User Guide Document Release Date: September 2016 Software Release Date: September 2016 Legal Notices Warranty The only warranties

More information

HP OpenView Storage Data Protector A.05.10

HP OpenView Storage Data Protector A.05.10 HP OpenView Storage Data Protector A.05.10 ZDB for HP StorageWorks Enterprise Virtual Array (EVA) in the CA Configuration White Paper Edition: August 2004 Manufacturing Part Number: n/a August 2004 Copyright

More information

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HPE VMware ESXi and vsphere. Part Number: 818330-003 Published: April

More information

HP integrated Citrix XenServer 5.0 Release Notes

HP integrated Citrix XenServer 5.0 Release Notes HP integrated Citrix XenServer 5.0 Release Notes Part Number 488554-003 March 2009 (Third Edition) Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to

More information

System information update for system board replacement events

System information update for system board replacement events System information update for system board replacement events Standard Operating Procedure (SOP) When you replace the system board on the HP Pro Tablet 608 G1, the system s EEPROM is not able to detect

More information

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014 HP Records Manager Software Version: 8.1 Kofax Capture Template Document Release Date: August 2014 Software Release Date: August 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Configuring Embedded LDAP Authentication

Configuring Embedded LDAP Authentication HP Restricted Configuring Embedded LDAP Authentication configure Configuring Embedded LDAP Authentication For HP product models: LaserJet 4345mfp, LaserJet 9040mfp, LaserJet 9050mfp, LaserJet 9500mfp,

More information

ActiveSpaces Transactions. Quick Start Guide. Software Release Published May 25, 2015

ActiveSpaces Transactions. Quick Start Guide. Software Release Published May 25, 2015 ActiveSpaces Transactions Quick Start Guide Software Release 2.5.0 Published May 25, 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Guest Management Software V2.0.2 Release Notes

Guest Management Software V2.0.2 Release Notes Guest Management Software V2.0.2 Release Notes Abstract These release notes provide important release-related information for GMS (Guest Management Software) Version 2.0.2. GMS V2.0.2 is MSM software version

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Network Policy Server Supplemental Configuration Guide March 29, 2013 Supplemental Configuration Guide SmartConnector

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Program Management Configuration Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software

More information

External Devices. User Guide

External Devices. User Guide External Devices User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 HP t5740 Windows XPe Support Guide Table of contents Overview... 3 Updating the HPDM Agent... 3 Symantec Endpoint Protection (SEP) Firewall... 3 VNC Shadowing...

More information

HPE 3PAR OS MU3 Patch 24 Release Notes

HPE 3PAR OS MU3 Patch 24 Release Notes HPE 3PAR OS 3.1.3 MU3 Patch 24 Release Notes This release notes document is for Patch 24 and intended for HPE 3PAR Operating System Software + P19. Part Number: QL226-99298 Published: August 2016 Edition:

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

More information

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide

HPE Security Fortify Plugins for Eclipse Software Version: Installation and Usage Guide HPE Security Fortify Plugins for Eclipse Software Version: 16.10 Installation and Usage Guide Document Release Date: April 2016 Software Release Date: April 2016 Legal Notices Warranty The only warranties

More information

HP Network Node Manager i-series Software

HP Network Node Manager i-series Software HP Network Node Manager i-series Software For the Windows, HP-UX, Linux, and Solaris operating systems Software Version: NNMi 8.1x patch 4 (8.12) Online Help: Document Release Date: June 2009 Software

More information

HPE ilo mobile app for ios

HPE ilo mobile app for ios HPE ilo mobile app for ios User Guide Abstract The HPE ilo mobile app provides access to the remote console, web interface, and scripting features of HPE ProLiant servers. Part Number: 689175-004 Published:

More information

HP Velocity User Guide for Thin Clients

HP Velocity User Guide for Thin Clients HP Velocity User Guide for Thin Clients Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. The information contained

More information

HPE RDX Utility Version 2.36 Release Notes

HPE RDX Utility Version 2.36 Release Notes HPE RDX Utility Version 2.36 Release Notes (RDX Tools 1.59) Abstract RDX Utility 2.36 (RDX Tools 1.59) enhances RDX Utility reporting for cartridges with a capacity greater than 2TB and implements Hewlett

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems Collaboration Guide Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices

More information

CodeWarrior Development Studio for etpu v10.x Quick Start SYSTEM REQUIREMENTS

CodeWarrior Development Studio for etpu v10.x Quick Start SYSTEM REQUIREMENTS CodeWarrior Development Studio for etpu v10.x Quick Start SYSTEM REQUIREMENTS Hardware Operating System Software Disk Space Intel Pentium 4 processor, 2 GHz or faster, Intel Xeon, Intel Core, AMD Athlon

More information