NativeScript / NativeScript/android
Debug Angular App - Adding a breakpoint is taking too much time
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 563
- Forks
- 144
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 14
Description
- Create angular app
tns create testNG --ng - Run debug
tns debug android - Add a breakpoint in some ts file
Actual: When you add a breakpoint you should wait some time around 10 seconds
Expected: Adding a breakpoint should be as fast as in javascript app
comment: In HMR this is causing a late response to changes in ts files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with tns create testNG --ng, tns debug android, and a breakpoint in a TypeScript file. Compare the breakpoint response time with a JavaScript app and check whether the delay also affects HMR changes; done means breakpoint addition responds as quickly as the JavaScript case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, angular, typescript
- Domain
- developer-experience, mobile, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100