I am familiar with breakpoints in Visual Studio but now I am using VS Code to develop angular 2 application.
How to set the breakpoints and how to go step by step for debugging the code ?
In VS 2015( or any version) we set a breakpoint and it returns to the IDE for debugging.
Is there something similar for debugging in VS Code?