Allows you to set global debugging options in the development environment.
Note Application-specific options do not appear in the Options dialog box. You can set application-specific options in the Settings dialog box after you load the application. Common options are available all of the time.
CAUTION Clicking Cancel cancels all of the changes made in the dialog box. If you made changes to more than one category, none of the changes will be saved.
Hexadecimal Display
Displays numerical values (for example, parameters, return values, and expressions) in hexadecimal.
Note Hexadecimal Display does not affect numerical input. To input a value in hexadecimal, you must use the format specified by the specific language.
Attach to Running Programs
Allows you to attach the debugger to a running Script program and debug the program at any time and without having to launch it from the development environment.
Just-In-Time Debugging
Allows you to catch faults that occur while the program is running outside the debugging environment and allows you to decide if you want to start the debugging process. You must set this option before starting the application that you want to just-in-time debug.
Attach to Running Programs
Allows you to attach the debugger to a running Java program and debug the program at any time, without having to launch it from the development environment.
Just-In-Time Debugging
Allows you to catch faults that occur while the program is running outside the debugging environment and allows you to decide if you want to start the debugging process. You must set this option before starting the application that you want to just-in-time debug.