codesandbox / codesandbox/codesandbox-client
Debugging Ability
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 2.4k
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 2
Description
🌈 Debugging Ability
Debugging ability using debugger keyword and breakpoint in the sources tab. The devtool is not able to load the source files that's why it doesn't stop on the debugger keyoword.
Here are some screenshots, for better understanding.
Chrome Sources Tab
Code SandBox Sources Tab
Chrome Element and Console Tab
Code SandBox Elements and Console Tab
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
Start with the issue's Chrome and CodeSandbox Sources, Elements, and Console screenshots, then trace the devtool's source-loading and debugger integration. Reproduce the problem with a JavaScript debugger statement and a Sources-tab breakpoint; done means source files load and both forms pause execution as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100