I've noticed that breakpoints only work when placing them in .jsx files... meaning .tsx file breakpoints are ignored, even though there sourcemaps. Do I have anything misconfigured on my side, or is ...
I am using BlueBird 3.5.0 and node version 6.10.2. I am facing the following exception in bluebird\js\release\util.js when I am attached with my debugger: I am writing a REST client and upon request ...