Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Enter REPL after .js run? #272

Description

@speedenator

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions