I’m trying to debug a simple Node.js program locally and when I choose “Step Into” in Komodo, the debug status shows “Debugger is starting…” but never proceeds.
I’ve also tried adding “–debug” to the Interpreter Arguments which shows “Debugger listening on port 5858” in the Output window, but still does not step into the source code. The test program works fine outside of Komodo.