Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

System Requirements

You need to fulfill the current system requirements of ARES Commander 2024 x64 (https://www.graebert.com/cad-software/ares-commander/system-requirements/) under Windows and also for Visual Studio Code (https://code.visualstudio.com/docs/supporting/requirements).

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.

...

5. Specify the following options:

FLisp FLISP Debug: Attach or FLisp FLISP Debug: launch

...

Launch and Attach Configuration options are added.

...

6. FLisp FLISP Debug: Attach
Go To Run and Debug(Ctrl+Shift+D) side palette of VSCode and select FLisp 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 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 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.

...