#debugging #cli #connection #address #command #nestdbg

app nestdbg

A simple remote debugging tool for LÖVE Potion games

1 unstable release

Uses new Rust 2024

new 0.3.0 May 8, 2025

#1261 in Command line utilities

MIT license

15KB
253 lines

nestdbg

nestdbg is a remote debugging tool for LÖVE Potion games, designed to streamline the development process by providing a command-line interface for managing and connecting to debug targets over a network.

Command Line

Remote debugging tool for LÖVE Potion games.

Usage: nestdbg.exe <COMMAND>

Commands:
  add          Add a new connection
  remove       Remove an existing connection [aliases: rm]
  open-config  Open the configuration file in the file browser
  list         List all connections
  connect      Connect to a target using an existing connection or IP address
  help         Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Installation

[!IMPORTANT] The project is built using the rust programming language. Ensure that it is installed before trying to build the project.

1. Clone the repository

git clone https://github.com/TurtleP/nestdbg
cd nestdbg

2. Build the project in release mode

cargo build --release

3. Install the binary locally

cargo install --path .

Alternatively, install the tool through crates.io:

cargo install nestdbg

Dependencies

~9–20MB
~315K SLoC