Versions Compared

Key

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

...

  • Visual Studio CodeĀ  [for Windows use VSCode version 1.72.1]
    https://code.visualstudio.com/download

  • ARES Commander 2024 x64 and any other Graebert OEM Applications [such as ARES Mechanical, ARES Maps etcMap.]

System Requirements

...

  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. Make the following settingsAdd the Launch and Attach configuration options:

    • FLISP Debug: Attach

    and
    • FLISP Debug: Launch

      Image Modified

      Launch and Attach configuration options are added.

      Image Modified
  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.
    ! You can press

    Tip: Pressing Ctrl+Shift+D to display 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 Any 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 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 You can run the LISP command in ARES Commander and debug the LISP functions.

...