Pre-requisites
Visual Studio Code
ARES Commander 2024
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 is installed from 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.
2. Go to Options->System Options->Lisp Debugger and check to enable the lisp debugger.
4. Now close ARES to save the settings and launch it again.
5. Go to Visual Studio Code Menu → Run → Add Configuration → Select option FLisp Debug: Attach Or FLisp Debug: launch
Adding Lunch 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 User 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 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, Status bar will change its color blue to orange and Lisp files will load automatically. Now User 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