This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
v0.2
Pre-release
Pre-release
New features:
- Fully asynchronous: process state (stopped and running) change events are processed in a separate thread.
- Improved robustness: Errors are caught and logged to
$NVIM_PYTHON_LOG_FILE
, without killing the plugin for a lot of cases. - Clean exit from debug mode using LLstop command.
- Customize disassembly buffer using LLdisassembly command.