Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enter REPL after .js run? #272

Open
speedenator opened this issue Mar 31, 2022 · 0 comments
Open

Enter REPL after .js run? #272

speedenator opened this issue Mar 31, 2022 · 0 comments

Comments

@speedenator
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant