...
Run ARES Commander 2024 or later.
In the Options dialog box, select System Options > Lisp Debugger and select Enable Debugging.
Close ARES Commander to save the settings and launch it again.
From the Visual Studio Code Menu select Run > Add Configuration.
Make the following settings:
FLISP Debug: Attach and FLISP Debug: LaunchLaunch and Attach configuration options are added.
FLISP Debug: Attach
From the Run and Debug side palette of Visual Studio Code, select FLISP Debug:Attach and click Run (or press F5).
The list of all running ARES Commander applications and OEMs appears. On attach the status bar color changes from blue to orange. LISP files automatically load.
You can run the LISP command in ARES Commander and debug the LISP functions.
! You can press Ctrl+Shift+D to display the Run and Debug palette.FLISP Debug: launch
First, you need to specify the path to ARES Commander executable file [ ARESARESC.exe or Any other Graebert OEM application. ] in the Extension setting of Graebert LISP Extension.
From the Run and Debug side palette of Visual Studion Code, select FLISP Debug: launch and click Run (or press F5).
When launching ARES Commander, the status bar color changes from blue to orange. LISP files automatically load. Users can run the LISP command in ARES Commander and debug the LISP functions.
...