Introducing CloudIDEaaS JavaScript Debugger — F5 Browser Debugging Without the Hassle #1
kenlnetherland
announced in
Announcements
Replies: 1 comment
🚀 Try CloudIDEaaS JavaScript DebuggerReady to give it a try? Install CloudIDEaaS JavaScript Debugger from the Visual Studio Marketplace: Install CloudIDEaaS JavaScript Debugger Set a breakpoint, press F5, and start debugging. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 Introducing CloudIDEaaS JavaScript Debugger
Sometimes you just want to press F5 and debug your JavaScript.
CloudIDEaaS JavaScript Debugger is a lightweight VS Code debugger for developers who want straightforward browser debugging without spending unnecessary time configuring the debugging environment.
⚡ Press F5 and Debug
Set a breakpoint. Press F5.
CloudIDEaaS can:
The goal is simple:
🎯 Who Is It For?
CloudIDEaaS is particularly useful for:
You don't need a complicated modern JavaScript toolchain just to get a useful debugging experience.
🧠 What's Under the Hood?
CloudIDEaaS isn't simply launching Chrome and leaving you in browser DevTools.
It uses:
VS Code
⬇️ Debug Adapter Protocol (DAP)
CloudIDEaaS C# Debug Adapter
⬇️ Chrome DevTools Protocol (CDP)
Chrome
That gives you the familiar VS Code debugging workflow while your application runs directly in Chrome.
🆓 Free and Open Source
CloudIDEaaS JavaScript Debugger is free and open source under the MIT license.
Contributions, bug reports, testing, and ideas are welcome.
💬 Join the Discussion
I'm especially interested in hearing:
If you try it, I'd love to hear what worked, what didn't, and what you'd like to see next.
All reactions