codesandbox / codesandbox-client

An online IDE for rapid web development
https://codesandbox.io
Other
12.96k stars 2.26k forks source link

Debugging Ability #8410

Open anuragsinghbam opened 3 months ago

anuragsinghbam commented 3 months ago

🌈 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
CompuIves commented 3 months ago

Yep... Looks like a limitation in the chrome devtool connection. We can take a look later at this one!