nvim-dap
vscode-js-debug
nvim-dap | vscode-js-debug | |
---|---|---|
139 | 11 | |
5,858 | 1,713 | |
3.3% | 2.3% | |
8.8 | 8.9 | |
13 days ago | 13 days ago | |
Lua | TypeScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nvim-dap
- Mastering Ruby Debugging: From Puts to Professional Tools
-
I can't stand using VSCode so I wrote my own (it wasn't easy)
There are DAP extensions for both Vim (e.g. https://github.com/puremourning/vimspector) and NeoVim (https://github.com/mfussenegger/nvim-dap). I can't speak as to the experience in detail (I think I briefly played with nvim-dap a year or two ago), but I suspect that for most it will be good enough.
-
Can you get better dapui varibles?
https://github.com/mfussenegger/nvim-dap/issues/1062 https://github.com/mfussenegger/nvim-dap/issues/737
-
How to start using Neovim for c++ development and debugging
Also, you can set up debugger integration with https://github.com/mfussenegger/nvim-dap .
- Build and run in one task using asynctasks.vim
-
How can I debug Python code in neovim!
You could use nvim-dap with nvim-dap-python.
-
How to debug python code in neovim
I'd suggest starting with a Neovim distro that makes things work for you and as you get familiar you can transition to a more custom configuration as you see fit. If you want to do it by yourself then the most popular plugin for debugging in Neovim is nvim-dap and there is also an extension for Python to give you a more ready to go config instead of doing it yourself. You should read the docs of those 2 to see how you should customize accordingly your configuration.
-
How to configure vim like an IDE
(neovim only) nvim-dap
-
How to display variable values inline?
https://github.com/mfussenegger/nvim-dap + https://github.com/theHamsta/nvim-dap-virtual-text should be able to do it, I think?
- New Nightmare, the Hammerhead Worm
vscode-js-debug
-
rrweb – record and replay debugger for the web
https://github.com/ChromeDevTools/awesome-chrome-devtools#ch...
DAP: Debug Adapter Protocol > Implementations: https://microsoft.github.io/debug-adapter-protocol/implement... :
- https://github.com/microsoft/vscode-js-debug :
> This is a DAP-based JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code extensions, and more. It has been the default JavaScript debugger in Visual Studio Code since 1.46, and is gradually rolling out in Visual Studio proper.
- https://github.com/awto/effectfuljs/tree/main/packages/vscod... :
> EffectfulJS Debugger
-
Has anybody gotten vscode-js-debug working with a browser like chrome?
Now I'm attempting to configure it with just vscode-js-debug, looking at the https://github.com/microsoft/vscode-js-debug/blob/main/OPTIONS.md and trying to configure it with no success.
-
Best tools/techniques for debugging JavaScript
Maybe this
-
Any breakpoint, anywhere, breaks debugging in VS2022 v17.5.2 ??
Chrome 111 breakpoints don't work (github, VS CODE specific)
-
Debugging Figma and other packaged Electron apps in Visual Studio Code
If you pay attention to the image above you'll notice there are some mumbled log messages there I've filed an issue regarding those on vscode-js-debug In the meantime, if you have too many messages you may want to stick with dev tools
- looking for help - Debug Typescript in vim
-
looking for help - debug typescript
For reference, for debugging Typescript vscode-js is the current debugger used in vscode.
-
Switching From VSCode to DOOM Emacs Recently. Here's My Experience
Debugging experience ain't all that great on Emacs when compared to VSCode. VSCode just simply wins here. Due to some technical complications, Emacs doesn't support VSCode js-debugger. It does support an older chrome debugger which might or might not work for most. I honestly didn't test it that much. Also, for a debugging workflow, I find it easier to use a mouse than a keyboard. I have been looking at how I can port the js-debugger to Emacs but I'm not sure if I have the necessary skills (BUT I'd still learn a lot). So for debugging I have been relying on VSCode.
-
Forks of vscode-node2-debug, node DAP options
vscode-node2-debug is now deprecated despite being the officially recommended dap adapter. The newer vscode-js-debug isn't dap compatible and doesn't look like it will be. I did see some hacks to make vscode-js-debug work, but I didn't try them myself. Some hacks and the compatibility issues are discussed here
-
Problem with using Chrome debugger on React in VSCode
It's a new JS debugger in VS Code, and they made it the default one in June last year.
What are some alternatives?
vimspector - vimspector - A multi-language debugging system for Vim
nvim-dap-vscode-js - nvim-dap adapter for vscode-js-debug
nvim-gdb - Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
asciidoctor-vscode - AsciiDoc support for Visual Studio Code using Asciidoctor
vscode-cpptools - Official repository for the Microsoft C/C++ extension for VS Code.
vscode-cointy - Welcome to Cointy, a vs code extension for checking cryptocurrency prices as you code.
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
crosshair-vscode - Use crosshair to statically analyze Python code from within VS Code.
CodeLLDB - A native debugger extension for VSCode based on LLDB
vscode-sftp - Super fast sftp/ftp extension for VS Code
nvim-dap-python - An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
debug - A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers