A simple and opinionated modal code editor for your terminal
TODO: update docs!
remedybg-spawnSpawns a RemedyBG instance optionally opening a <session> file
remedybg-spawn [<session>]remedybg-sync-breakpointsSyncs all pepper breakpoints to RemedyBG. Note that generally this is not needed to be called manually as pepper already syncs breakpoints when it idles.
remedybg-sync-breakpointsremedybg-commandControls a debugging by sending a <command> to an already running instance.
<command> is one of:
start: start debbuging target applicationstart-paused: same as start but breaks at ‘main’stop: stop debbuging target applicationattach: attaches to an already running target applicationcontinue: resumes target application’s executionrun-to-cursor: resumes target application’s execution and breaks at current cursor location
remedybg-command <command>