Platform Framework
R24 AMR | Min(s) read

Launching the Program

This section debugs and analyse the debugging process of your Basic program.

Right-click the program in the Package Explorer and click Debug As or Run As > Basic Program.

If you do not have the run or debug as BASIC program options, then it means you are pointing on a subroutine instead of a program.

Global View of the Environment

After the above step, Eclipse switches to the Debugger view. The program is launched and it breaks the first breakpoint. Let us analyse the resulting situation:

The BASIC Launcher uses the following Eclipse standard:

  • Step Over : F6
  • Step In : F5
  • Step Out : F7
  • Continue : F8
If a common variable is not used in the program, then it will not be shown in the variable list. Also, if you have a variable defined as Long, then you cannot manually assign a non-numeric value.

You can re-launch your program at any time by using the DEBUG or RUN menu.

Expressions View

There are scenarios where you may have too many variables in a program and it is difficult for you to locate them. You can simplify this by right-clicking on the variable and selecting the Add Watch option. This will help you to view the variable in the Expressions view.

Debug Options

If you run the previous example, then you should be able to find the last launch in the DEBUG and RUN menu. You can also configure the DEBUG or RUN options as shown below:

Remote Client

It is possible to use a remote client which will act as the console running in Eclipse. This is useful when you run applications like EX, which needs to run in a proper VT100 console.

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:07:21 PM IST