I created a ASP.NET Core 3 React and Redux project using the template.
I am trying to debug the TS files. When I try to set a break point in Visual Studio in the source TS file none of the break points go where I want them.
If I try to step through the code the execution goes to the minified files instead. I think that the sourcemaps react-scripts are generating are not mapped properly. I did add "sourceMaps":true to the tsconfig.json file.
Has anyone successfully set it up and running?
Its really frustrating
Thanks