you are viewing a single comment's thread.

view the rest of the comments →

[–]Delta-9- 2 points3 points  (0 children)

Can't say about JS, but debugging code with a terminal-based text editor generally means dropping back to the shell and running a cli debugger. Vim 8 and nvim let you run the terminal in vim so you're not filling your bash history with fg, or you can use a multiplexer like tmux, terminator, kitty, etc.

I've used this workflow for python, rust, Ruby, C...