After LOTS of work getting Indium to start (spoiler: I had to put in the host as 127.0.0.1, while the default localhost wasn't working... feels like a bug there.), Indium does launch node and stops at the first line of my (basic testing) .js script.
However, when I hit "c" to continue, it just runs the script (which in this case is just console.log("Hello, world!"); ) and exits.
How do I get into the REPL after the script finishes? I'm looking to avoid hitting [SPC] to step through things or set a fake breakpoint at the end of the script so I can test things there before things are finished.
After LOTS of work getting Indium to start (spoiler: I had to put in the host as 127.0.0.1, while the default localhost wasn't working... feels like a bug there.), Indium does launch node and stops at the first line of my (basic testing) .js script.
However, when I hit "c" to continue, it just runs the script (which in this case is just console.log("Hello, world!"); ) and exits.
How do I get into the REPL after the script finishes? I'm looking to avoid hitting [SPC] to step through things or set a fake breakpoint at the end of the script so I can test things there before things are finished.