3

I'm intending to write a new Cordova app with Typescript and Ionic in Intellij.

I currently develop using js and use the chrome remote debugging feature (to device) which allows me to step through the js code.

Is there currently a way to achieve remote debugging with the Typescript code as opposed to the transpiled js code from Intellij.

If this is not possible any suggestions for workflow would be appreciated.

TIA

UPDATE:

There is currently a JetBrains issue ~ Add Cordova debugging support

Hopefully, if implemented, this will address my question (above).

If you want this feature, vote on the link above.

2
  • Stronger typing, mo' problems. Commented Apr 18, 2016 at 0:29
  • Not sure if this helps, but it is built in and working in Visual Studio and more or less in Chrome Dev tools. Commented Apr 18, 2016 at 14:03

1 Answer 1

1

I'm sorry but I can't help regarding remote debugging support for TypeScript in Intellij.

We use https://www.npmjs.com/package/source-map-support which provides source map support for stack traces which is really helpful in tracing the error to the actual location in the TypeScript file.

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

1 Comment

Thanks Param, I will take a look.

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.