Support for JavaScript Debug Terminal #34399
Closed
haroldadmin
started this conversation in
Ideas From VSCode
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
One of my favourite VS Code (and its derivatives) features is the ability to launch a JavaScript Debug Terminal. This terminal automatically attaches the debugger to any Node.js process launched within the terminal, making it very convenient to debug any process.
This has become such a core part of my workflow to investigate failing tests, runtime errors, etc. Now that Zed has a built-in debugger, it would be great to have support for such a terminal.
This is one of the main reasons why I have to keep switching back to Cursor in my day to day work, as it's currently very inconvenient to debug Node.js in Zed.
Expected workflow:
yarn start
,npm run dev
, etc.)Thanks for your awesome work on Zed!
Beta Was this translation helpful? Give feedback.
All reactions