All Projects → Bogdanp → racket-dbg

Bogdanp / racket-dbg

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

Programming Languages

racket
414 projects

Labels

Projects that are alternatives of or similar to racket-dbg

serverless-lumigo-plugin
Serverless monitoring and troubleshooting plugin to easily apply distributed tracing
Stars: ✭ 59 (+293.33%)
Mutual labels:  debugging
selenium-client
A PHP Selenium client
Stars: ✭ 31 (+106.67%)
Mutual labels:  debugging
macrolizer
Tiny Scala library for targeted macro debugging by logging properly formatted expansions at compile time
Stars: ✭ 39 (+160%)
Mutual labels:  debugging
py better exchook
nice Python exception hook replacement
Stars: ✭ 35 (+133.33%)
Mutual labels:  debugging
Meadow
Integrated Ethereum implementation and tool suite focused on Solidity testing and development.
Stars: ✭ 126 (+740%)
Mutual labels:  debugging
esp-insights
ESP Insights: A remote diagnostics/observability framework for connected devices
Stars: ✭ 31 (+106.67%)
Mutual labels:  debugging
CharlesHack
Hacking Charles Web Debugging Proxy, Working 4.1.4 Version
Stars: ✭ 17 (+13.33%)
Mutual labels:  debugging
exploit
Collection of different exploits
Stars: ✭ 153 (+920%)
Mutual labels:  debugging
react-native-debug-console
A network and console debug component and modal for react native purely in JavaScript
Stars: ✭ 17 (+13.33%)
Mutual labels:  debugging
extrapolate
generalize counter-examples of property-based testing
Stars: ✭ 13 (-13.33%)
Mutual labels:  debugging
Minerva-Debugger
Providing a great interface to the iOS kernel, hardware, threads and processes in a great research environment. (WIP)
Stars: ✭ 23 (+53.33%)
Mutual labels:  debugging
laravel-email-exceptions
Email Exceptions package for Laravel 5.x
Stars: ✭ 33 (+120%)
Mutual labels:  debugging
surveyor
A symbolic debugger for C/C++ (via LLVM), machine code, and JVM programs
Stars: ✭ 14 (-6.67%)
Mutual labels:  debugging
SAML-tracer
Browser extension for examining SAML messages
Stars: ✭ 104 (+593.33%)
Mutual labels:  debugging
vscode-cc65-debugger
VSCode extension for CC65 debugging with VICE or Mesen
Stars: ✭ 26 (+73.33%)
Mutual labels:  debugging
symreader-converter
Converts between Windows PDB and Portable PDB formats.
Stars: ✭ 50 (+233.33%)
Mutual labels:  debugging
rtfraptor
Extract OLEv1 objects from RTF files by instrumenting Word
Stars: ✭ 50 (+233.33%)
Mutual labels:  debugging
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (+513.33%)
Mutual labels:  debugging
LocalConsole
In-app console and debug tools for iOS developers
Stars: ✭ 595 (+3866.67%)
Mutual labels:  debugging
vscode-jest-runner
Simple way to run or debug a single (or multiple) tests from context menu
Stars: ✭ 189 (+1160%)
Mutual labels:  debugging

screenshot

dbg

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

Usage

Run a server

(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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].