Nova

Extensions


Readme

LLDB for Nova

LLDB provides integration with the LLVM debugger, including tasks to run and debug programs, attaching the debugger to an existing process, and stepping through code.

Usage

Start debugging with LLDB's Run action:

  • Click the Run ▶️ button in the project toolbar;
  • Select the Project → Run menu item;
  • Press Command-R; or
  • Open the command palette and type run

Configuration

To configure global preferences, open Extensions → Extension Library... then select LLDB's Preferences tab.

You can also configure preferences on a per-project basis in Project → Project Settings...


Changelog

Version 0.1

Initial release providing an LLDB debugging task template.

⚠️ This is an unfinished alpha release.