Hi,
I’m new to Angular IDE, so I may not have set everything up correctly. But I’m trying to debug a standalone JavaScript file, written in TypeScript. The problem I’m seeing is that the “Step Over” button is skipping lines.
Here’s a video I took of the problem I’m seeing:
https://www.dropbox.com/s/aoc9sm26ux8j5wd/AngularIDE.webm?dl=0
In this video, I hit the breakpoint on line 5 just fine. But when I click the “Step Over” button, It jumps all the way down to line 10. But when I click the “Step Over” button after that, it steps through the rest of the lines just fine.
I tried to set up a simple project to show the problem. If needed, I can upload my files to github or something to make it easier to reproduce.
Thanks!