SoftBench 6.90 Release Notes
SoftBench 6.90 Release Notes
Known Problems and Workarounds
Chapter 1 9
1. On the Target menu, choose Modify Properties. This displays the Modify Target
Properties dialog box. Notice that the relevant target is selected in the Select
Build Configuration list of this dialog box.
2. Click Customize Build Configuration. This displays the Customize Build
Configuration for Target <target name> dialog box.
3. Click the Specify Include and Compile Options arrow. This expands the
Customize Build Configuration for Target <target name> dialog box.
4. Click Set Compile Modes. This displays the Set Compile Modes dialog box.
5. Under DEBUG, in the Compiler Flags text box, type +objdebug.
6. Click OK.
For more information, see SoftBench online help.
You will not be able to use the integrated SoftBench debugger, SoftDebug. SoftDebug
treats these programs as if they have been stripped, and attempts to debug the program
at the assembly level. A workaround for this problem is to use WDB, HP version of the
GDB debugger that debugs programs compiled and linked with the +objdebug option.
For information on how to integrate WDB with SoftBench, see “Compatibility
Information” on page 11 .
• Static Analyzer Databases from SoftBench 5.X
If you have a Static Analyzer database generated with SoftBench 5.X, you must
regenerate the database before performing Static Analysis with SoftBench 6.X.
Internationalization Problems
On HP-UX 10.20 and HP-UX 11.0, if SoftXemacs is started with Japanese SoftBench, the
SoftXemacs window immediately shrinks to a one line window, instead of maintaining the
original window size.
To correct this problem, you must set the following X resource before starting SoftBench:
xemacs*preeditType:Root
To set this resource, place it in your X resource file ($HOME/filename, where filename is
.Xresources or .Xdefaults), and then use the following command:
xrdb -merge $HOME/.Xresources