Skip to content

A simple http server that echos the request body to stdout

Notifications You must be signed in to change notification settings

9595-Software/remote-debug-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages