0

I am trying to debug the application with the source files. They are Typescript files. I am debugging with chrome but I can only debug javascript files generated by cordova and it is hard to debug it. Is it possible to debug the typescript files?

ng b --project=<NameProject>
cordova build android
cordova run android
1
  • You can generate source maps. More information regarding your setup would be required. Commented Jun 18, 2019 at 15:24

1 Answer 1

1

No. Since you generate code with a framework, you are stuck with the generated code.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.