NativeScript / NativeScript/android

Debug Angular App - Adding a breakpoint is taking too much time

Open
#1,271 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
563
Forks
144
Avg merge
10h 46m
Merged PRs (30d)
14

Description

  1. Create angular app tns create testNG --ng
  2. Run debug tns debug android
  3. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.