office-addin-debugging npm script. This script is supposed to set up a debugging environment, run a dev server, and open Word and side load my add-in.start npm script is that office-addin-debugging does these things:webpack in a detached processwebpack-dev-server process returns or because the Word.start script as a Rider debug config then the process doesn't exit, and if I hit the pause button the debugger breaks somewhere random in my TypeScript. Yet none of my breakpoints get hit when I reload the add-in from Word.office-addin-debugging starts webpack in a detached process and not in the debugging process, which is probably node. I simply don't know. Having a web server and Word runnign at the same time complicates things.