Products Downloads


French version


 

This menu contains options controlling the execution of the program being debugged.


Parameters 

This option opens the debugging session's dialog box, letting you set the startup options for the debugged process and setup the Java virtual machine.

This option is only enabled if an executable has been selected but not run.

Keyboard shortcut: Alt + F7.


Start 

This option starts the program being debugged.

This option is only enabled if an executable or a process to be debugged has been selected but not run.

Keyboard shortcut: F8.


Stop 

This option stops the execution process.

Keyboard shortcut: Shift + F5.


Detach 

This option stops the debugging without terminating the debugged process.

Keyboard shortcut: Alt+F8.


Break 

This option lets you suspend the execution process.

Keyboard shortcut: Ctrl + B.

You cannot suspend the execution of AS/400 server parts. Consequently, the executable is suspended when it returns to the client part.


Resume 

This option lets you resume execution from the line where it was suspended.

Keyboard shortcut: F8.


Step over 

This option lets you execute the program being debugged step by step, ignoring any procedure or subprogram calls. The debugger suspends execution as soon as it encounters an Adelia instruction in the current call context or in the calling context.

Keyboard shortcut: F10.


Step into 

This option lets you perform execution step by step. The debugger suspends execution as soon as it encounters an Adelia instruction in any context.

Keyboard shortcut: F11.

With AS/400 server parts, this option cannot be used to enter a subprogram.


Step out 

This option lets you leave the current execution context. The debugger suspends execution as soon as it encounters an Adelia instruction not in the current call context.

Keyboard shortcut: Shift + F11.


Run to cursor 

This option is used to continue executing the program up to the line where the cursor is. The debugger will suspend execution if the line is executed by the debugged program.

The line must be a line of executable code.

Keyboard shortcut: Ctrl + F10.


↑ Top of page

  • Aucune étiquette