debugging live in REPL (Bun)

Hey all, I'm trying to debug some stuff but would like to evaluate and declare variables after the script has finished executing its code. If I use a debugger, it pauses execution so I can't really interact with the environment like I would be able to in say a browser console. Is there a way to do this?
1 Reply
Jim
JimOP3mo ago
Basically when I go to debug, i'd like it to be live rather than paused

Did you find this page helpful?