Versions Compared

Key

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

...

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

  2. Confirm by clicking OK.
    Graebert LISP Extension is installed from Market Place.

...

Debugging

  1. Run ARES Commander 2024 or later.

2. Go to Options->System Options->Lisp Debugger and check to enable the lisp debugger.

...

4. Now close ARES Commander to save the settings and launch it again.

5. Go to the Visual Studio Code Menu → Run → Add Configuration → Select option the options FLisp Debug: Attach Or or FLisp Debug: launch

...

Adding Lunch Launch and Attach Configurations will look like this:

...

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 ARES Commander applications and OEMs, On attach Status bar will change it’s color blue to orange and Lisp files will load automatically. Now User 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 exe 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 commanderCommander, Status the status bar will change its color from blue to orange and Lisp files will load automatically. Now User users can run the lisp command in ARES and debug the lisp function.

...