red icon indicating copy to clipboard operation
red copied to clipboard

Reason Debugger

Results 4 red issues
Sort by recently updated
recently updated
newest added

Most of the changes are just related to python3 using unicode `str` and u8 `bytes` rather than u8 `str` and unicode `unicode`. I also ran into some issues with `if...

This PR fixes the repo location used in the _Usage_ section: this repository has moved to the organization `reasonml`. This change reflects that fact.

Right now RED only has a subset of commands from camldebug exposed. We would like to expose a new command which is a proxy that passes arbitrary commands to camldebug.

help wanted

Currently when we start red, it doesn't give set a chance to set up break points and configurations. Instead, it starts executing the program immediately. We would like to turn...

help wanted