| Crates.io | nestdbg |
| lib.rs | nestdbg |
| version | 0.3.0 |
| created_at | 2025-05-08 13:58:50.008139+00 |
| updated_at | 2025-05-08 13:58:50.008139+00 |
| description | A simple remote debugging tool for LÖVE Potion games. |
| homepage | https://github.com/TurtleP/nestdbg |
| repository | https://github.com/TurtleP/nestdbg |
| max_upload_size | |
| id | 1665381 |
| size | 47,188 |
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.
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
[!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