Is there a way by which we can debug lightning js apps on vscode, just like how we can debug the react applications during development?
did you ever figure out how?
It should be the same way you’d use VScode to debug React applications. Both are just UI frameworks being compiled and running inside a web browser.