ABTSoftware / SciChart.JS.Examples

MIT License
80 stars 37 forks source link

Setting VS Code Debugging for SciChart.js: breakpoints in VSCode/Chrome Dev Tool are not being hit #14

Closed puremood2002 closed 3 years ago

puremood2002 commented 3 years ago

Hello

I am using vscode/chrome dev tool for debugging, after clicking a button which should trigger the breakpoint, the app continues without hitting the breakpoint, the breakpoints appear to be "unbound breakpoint", the output shows this after my app loaded, I wonder if this has anything to do with it. I was able to debug my app before converting it to typescript and using scichart.js

Or if you could provide a simple tutorials on how to do it?

thanks a lot.

vscode-breakpoint

klishevich commented 3 years ago

Hi @puremood2002 this is a TypeScript boilerplate project for SciChart.js debugging in VS Code https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-vscode-ts-debugging

puremood2002 commented 3 years ago

thanks I will give it a try