Pre-requisites
Visual Studio Code [for Windows use VSCode version 1.72.1]
https://code.visualstudio.com/downloadARES Commander 2024 and any other Graebert OEMs [ARES Mechanical, ARES Maps etc.]
Setup
To install Graebert LISP Extension [FLISP] plugin:
Do one of the following:
Type LISPIDE.
- or -
Type VLIDE.
The following message displays: “Do you want to Install the Graebert LISP Extension?“.Confirm by clicking OK.
Graebert LISP Extension will install using VLIDE command form 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 will add in %userprofile%/.vscode of the system. You can see the Extension Profile in the VS Code application.
Debugging
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 the options FLisp Debug: Attach or FLisp Debug: launch
Adding 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 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