Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Pre-requisites

Setup
To install Graebert LISP Extension [FLISP] plugin:

  1. Do one of the following:
    Type LISPIDE.
    - or -
    Type VLIDE.
    The following message displays: “Do you want to Install the Graebert LISP Extension?“.

  2. Confirm by clicking OK.
    Graebert LISP Extension will install using VLIDE command from VS Code Market Place.

Alternatively, you can install the Graebert LISP Extension directly from Market Place by searching Extension Section(Ctrl+shift+X) of VS Code.

FLISP Extension adds in %userprofile%/.vscode of the system. You can see the Extension Profile in the VS Code application.

Debugging

  1. Run ARES Commander 2024 or later.

2. In the Options dialog box, select System Options > Lisp Debugger and select Enable Debugging.

3. Close ARES Commander to save the settings and launch it again.

4. From the Visual Studio Code Menu select Run >Add Configuration.

5. Specify the following options:

FLisp Debug: Attach or FLisp Debug: launch

Launch and Attach Configuration options are added.

6. FLisp Debug: Attach
Go To Run and Debug(Ctrl+Shift+D) side palette of VSCode and select FLisp Debug: Attach option then press Run button or press F5. There a list will appear with all running ARES Commander applications and OEMs, On attach Status bar will change it’s color blue to orange and Lisp files will load automatically. Now users can run the lisp command in ARES Commander and debug the lisp function.

7. FLisp Debug: launch
First need to set the ARES Commander executable path in the Extension setting of Graebert LISP Extension. Now go To Run and Debug(Ctrl+Shift+D) side palette of VSCode and select FLisp Debug: launch option then press Run button or press F5. On launch of ARES Commander, the status bar will change its color from blue to orange and Lisp files will load automatically. Now users can run the lisp command in ARES and debug the lisp function.

Features

    LISP Editor:

1. Syntax Highlighting
2. Snippet Completion for LISP & DCL
3. Smart Brackets
4. Comment Toggling
5. AutoComplete for LISP & DCL
6. Go-To-Definition and Peek Definition
7. Localization
8. LISP Encryption
9. Add & Update Header
10. Insert Region
          11. Online Help
          12. Load Current LISP File
     13. Create Workspace

    LISP Debugger:

1. Attach/Launch
2. Start Debugging
3. Breakpoints
4. Step Over/In/Out
5. Variables [show last value]
6. Watch
7. Call Stack
8. Debug Console
9. Break On Error
          10. Hover

  • No labels