I am running Mocha tests of Streamlined code (fibers) in IntelliJ IDEA and Node 6.9. Debugging the code using breakpoints is not working. Either the IDE stops at a wrong line or does not stop at all.
I can see source map files are created in the .streamline cache directory. I tried adding a source map url to one of the generated _js files. That got breakpoints working. Should code generation add source map urls in the files?