Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bogdanp/racket-dbg
- Owner: Bogdanp
- Created: 2021-09-22T10:00:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T17:19:10.000Z (8 months ago)
- Last Synced: 2024-12-16T04:09:05.069Z (about 2 months ago)
- Topics: debugging, racket
- Language: Racket
- Homepage:
- Size: 1.14 MB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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.