So today let's talk about getting real breakpoints in Neovim. Not console.log, actual pause-here-inspect-the-variables debugging.
The good news is: for plain Node/TS it's almost boringly simple.
Then NestJS throws a small curveball.
Aaaaand [...] - hum - react native decides it's the main character (that sad since I started that to actually debug in react native).
Step 1: install js-debug






