codesandbox / codesandbox/codesandbox-client

Debugging Ability

Open
#8,410 1 comment 0 reactions 0 assignees View on GitHub

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
Chrome Sources Tab

Code SandBox Sources Tab
Code SandBox Sources Tab

Chrome Element and Console Tab
Chrome Element and Console Tab

Code SandBox Elements and Console Tab
Code SandBox Elements and Console Tab

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.