Versions Compared

Key

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

...

  1. Run ARES Commander 2024 or later.

  2. In the Options dialog box, select System Options > Lisp Debugger and select Enable Debugging.

  3. Close ARES Commander to save the settings and launch it again.

  4. From the Visual Studio Code Menu select Run > Add Configuration.

  5. Add the Launch and Attach configuration options:

    • FLISP Debug: Attach

    • FLISP Debug: Launch

      Launch and Attach configuration options are added.

  6. 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.

    Tip: Pressing Ctrl+Shift+D displays the Run and Debug palette.

  7. FLISP Debug: launch
    First, you need to specify the path to ARES Commander executable file (ARESC.exe or the file corresponding to any other Graebert OEM application) in the Extension setting of Graebert LISP Extension.
    From the Run and Debug side palette of Visual Studio 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. You can run the LISP command in ARES Commander and debug the LISP functions.

LISP Protection

...

Features:

LISP Editor:

  • Syntax Highlighting

  • Snippet Completion for LISP & DCL

  • Smart Brackets

  • Comment Toggling

  • AutoComplete for LISP & DCL

  • Go-To-Definition and Peek Definition

  • Localization

  • LISP Encryption / Protection

  • Add & Update Header

  • Insert Region

  • Online Help

  • Load Current LISP File

  • Create Workspace

...

  • Attach/Launch

  • Start Debugging

  • Breakpoints

  • Step Over/In/Out

  • Variables [show last value]

  • Watch

  • Call Stack

  • Debug Console

  • Break On Error

  • Hover

 LISP Encryption / Protection

1.Click via Right Mouse Click to the top of your Lisp-file or press the shortcut keys CTRL+Shift+P to open the Command Palette…

...

2. Now select in the upcoming Combobox “FLISP: Protect LISP File

...

3. Before the protection you can configure a 2 characters key binding string, which is used for the encryption. This is not mandatory. It also works without these characters.

...

4. The resulting encrypted files can be found in a subfolder below the working or source files LISP folder. The protection tool encrypts all found LISP files of this folder and saved the encrypted copies under the subfolder \Out. A message is shown in the the right left corner of Microsoft Visual Code, where the files can be found.

...