NativeScript / NativeScript/nativescript-cli
Possible issues with breakpoint debugging
@KristianDD is already working on this.
Since Sep 16, 2019.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
Via a conversation I had with /u/morginez on reddit (after seeing this comment thread), this person reported some potential issues with breakpoints not being hit (or hit in an unexpected order):
Back then the debugging never really worked at all and I tried to get around it using console.log()-calls.
Breakpoints wouldn't be hit or were hit in a weird, desync-order from what actually happened in the code. I could not really work with the debugging tools at that point.
He has provided a repo of the problem app as well: https://github.com/tihansen/words-challenge/tree/master/app
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.
Assessment
This issue has not been assessed yet.