Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bogdanp/racket-dbg

A server, client and UI for remotely debugging Racket applications.
https://github.com/bogdanp/racket-dbg

debugging racket

Last synced: about 18 hours ago
JSON representation

A server, client and UI for remotely debugging Racket applications.

Awesome Lists containing this project

README

        

screenshot

# dbg

A server, client and UI for remotely debugging Racket applications.

## Usage
### Run a server

```racket
(require (prefix-in dbg: debugging/server))
(define dbg:stop (dbg:serve))
```

### Run the UI

raco dbg

## License

dbg is licensed under the 3-Clause BSD license.