reasonml / red

Reason Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't automatically start the program in the beginning

yunxing opened this issue · comments

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 off the auto-start feature and let user decide when to run the program.