nvim-gdb
gdb-frontend
nvim-gdb | gdb-frontend | |
---|---|---|
7 | 76 | |
733 | 2,887 | |
- | - | |
5.6 | 5.0 | |
1 day ago | 18 days ago | |
Lua | JavaScript | |
- | GNU General Public License v3.0 only |
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-gdb
-
I can't stand using VSCode so I wrote my own (it wasn't easy)
It's not ideal to me yet. I've had some problems with DAP. The DAP servers I've checked were a bit unstable and slow. For now I'm using gdb with nvim-gdb https://github.com/sakhnik/nvim-gdb
Very reliable and as fast as gdb is. But with all the problems just using gdb has.
-
Debugging in neovim
Maybe https://github.com/sakhnik/nvim-gdb (bashdb uses gdb like commands) I've mostly used llvm debugger and node debugger so I am not too familiar with gdb.
-
I must be missing something
nvim-gdb: GDB wrapper, simple and easy to hack.
-
Create visual interface for breakpoints
Recently I am using nvim-gdb, which is inspired by neovim-gdb.vim script. I am wondering whether it is possible to have the same visual interface in terms of current line running as well as the breakpoint mark similar to the above two project but not connect to the debug?
-
Debugging in Neovim
There's the plugin that evolved from the original neovim debugger: sakhnik/nvim-gdb. Well tested and maintained. Spoiler: personal affiliation.
-
Debugger plugins
sakhnik/nvim-gdb This one also looks like a nice debugger plugin; also neovim only.
-
GDB TUI mode
https://www.dannyadam.com/blog/2019/05/debugging-in-vim/ describes it well. https://github.com/sakhnik/nvim-gdb is nicer, but requires neovim.
gdb-frontend
- GDB-front end: GDB front end with a browser-based UI
- Recommendations for a visual debugger on Linux?
- Hey guys, I wanted to share with you that GDBFrontend v0.11.3-beta is now available! This version includes some crucial bug fixes and enhancements, as well as support for MacOS x86_64. Although, we still need to give it a test run on an x64 MacOS since I only have an M1. 😬
-
Visualization tools for Data Structures?
GDBFrontend is a web-based (yeah, I know) frontend for gdb that can do that.
- What are some linux utilities/tools/apps you would want to have, that don't exist and think would be really useful.
- Hi, I just released GDBFrontend v0.11.3-beta that has important bugfixes/improvements and MacOS x86_64 support (we still need to test on an x64 MacOS since I have M1 one)
- Hi, I just released GDBFrontend v0.11.3-beta that has important bugfixes/improvements and MacOS x86_64 support (we still need to test on an x64 MacOS since I have M1 one 🙀)
-
Which Linux IDE recommended.
VSCode as editor and GDBFrontend as debugger. Also you can use debugme.online for quick development.
What are some alternatives?
vimspector - vimspector - A multi-language debugging system for Vim
gdbgui - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
nvim-dap - Debug Adapter Protocol client implementation for Neovim
gdb-dashboard - Modular visual interface for GDB in Python
voltron - A hacky debugger UI for hackers
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
backward-cpp - A beautiful stack trace pretty printer for C++
cpplinks - A categorized list of C++ resources.
CppUTest - CppUTest unit testing and mocking framework for C/C++
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Unity Test API - Simple Unit Testing for C