#javascript #c #cpp #debug #debugger #debugger_gdb #debugging #debugging_tool #gdb #gdb_extension #gdb_frontend #gdb_gui #gdb_plugin #gdb_ui
https://github.com/rohanrhu/gdb-frontend
https://github.com/rohanrhu/gdb-frontend
GitHub
GitHub - rohanrhu/gdb-frontend: ☕ GDBFrontend is an easy, flexible and extensible gui debugger.
☕ GDBFrontend is an easy, flexible and extensible gui debugger. - rohanrhu/gdb-frontend
#go #annotation #aop #debug #dependency_injection #golang #middleware #monkey #sdk #tag
https://github.com/alibaba/IOC-golang
https://github.com/alibaba/IOC-golang
GitHub
GitHub - alibaba/IOC-golang: 一款服务于 Go 开发者的依赖注入框架,方便搭建任何 Go 应用。 A Golang depenedency injection framework, helps developers to build…
一款服务于 Go 开发者的依赖注入框架,方便搭建任何 Go 应用。 A Golang depenedency injection framework, helps developers to build any go application. - alibaba/IOC-golang
#cplusplus #cpp #debug #debugger #debugger_gdb #debugger_visualizer #debugger_visualizers #debuggers #debugging #debugging_tool #debugging_tools #gdb #gdb_frontend #gdb_mi #gdb_ui #gdbserver #gnu_debugger #qt #qt5 #qt6
Seer is a user-friendly graphical interface (GUI) for the debugger gdb on Linux. It makes debugging easier with a simple and pleasing GUI. You can install Seer using package managers or build it from source, ensuring you have the necessary requirements like Linux, C++17, gdb, CMake, and QT6. Seer offers various features such as viewing source code, variables, registers, breakpoints, and assembly code. It also includes tools like a memory visualizer, array visualizer, and struct visualizer to help you understand your program's data better. This tool simplifies the debugging process, making it more efficient and intuitive for users.
https://github.com/epasveer/seer
Seer is a user-friendly graphical interface (GUI) for the debugger gdb on Linux. It makes debugging easier with a simple and pleasing GUI. You can install Seer using package managers or build it from source, ensuring you have the necessary requirements like Linux, C++17, gdb, CMake, and QT6. Seer offers various features such as viewing source code, variables, registers, breakpoints, and assembly code. It also includes tools like a memory visualizer, array visualizer, and struct visualizer to help you understand your program's data better. This tool simplifies the debugging process, making it more efficient and intuitive for users.
https://github.com/epasveer/seer
GitHub
GitHub - epasveer/seer: Seer - a gui frontend to gdb
Seer - a gui frontend to gdb. Contribute to epasveer/seer development by creating an account on GitHub.
#elixir #debug_adapter_protocol #elixir #language_server #language_server_protocol #lsp
ElixirLS is a tool that helps you write and debug Elixir code more easily by providing features like code completion, go-to-definition, inline error reporting, and a powerful debugger that supports breakpoints and step-through debugging. It works with many editors and IDEs through standard protocols, making it flexible to use. It also integrates Dialyzer for static code analysis to catch bugs early and offers a server that helps AI tools understand your code better. Using ElixirLS speeds up development, improves code quality, and makes debugging simpler and more efficient. It supports recent Elixir and OTP versions and can be customized for your project needs.
https://github.com/elixir-lsp/elixir-ls
ElixirLS is a tool that helps you write and debug Elixir code more easily by providing features like code completion, go-to-definition, inline error reporting, and a powerful debugger that supports breakpoints and step-through debugging. It works with many editors and IDEs through standard protocols, making it flexible to use. It also integrates Dialyzer for static code analysis to catch bugs early and offers a server that helps AI tools understand your code better. Using ElixirLS speeds up development, improves code quality, and makes debugging simpler and more efficient. It supports recent Elixir and OTP versions and can be customized for your project needs.
https://github.com/elixir-lsp/elixir-ls
GitHub
GitHub - elixir-lsp/elixir-ls: A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol"…
A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debu...