Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-debug-server

Description

Remote debug server is a simple server that allows you to debug your code remotely. It is essentially an http server echoing the request body to stdout.

Usage

$ remote-debug-server

Point your http client to the IP addresses printed by the remote-debug-server command and send a POST request with the debug content as the body.

Installation

From source

cargo build --release
cp target/release/remote-debug-server /usr/local/bin

About

A simple http server that echos the request body to stdout

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages