I mainly use vim, but I really like the debuggers used in modern IDEs like Netbeans, Visual C ++ and Eclipse, and I wonder if there are any debuggers like those in the standalone program? I tried using gdb, but it seems like debugging will take much longer using the command line. I also tried ddd, but it was a little disappointing to use as it does not display some complex structures with arrays. I really like how the debuggers in modern IDEs allow me to simply click the down arrow to see what is in my arrays that I don’t know how to do in gdb or ddd.
You could take a look at:
http://code.google.com/p/jswat/
This is a standalone java debugger. I am afraid that it does not support C ++ debugging.
Try Nemiver, which is a standalone graphical debugger for C and C ++. It is openly developed as part of the GNOME project and uses gdb below.
http://projects.gnome.org/nemiver/
windbg. .
Java, ++ IDE . vim , windbg gdb. , , .
Eclipse. Eclipse - VIM Eclipse .
IntelliJ , , , Eclipse, Eclipse. , smart complete (Ctrl + Shift + Space, / ), /, , hotswap . , Eclipse, , , .
Source: https://habr.com/ru/post/1781418/More articles:MongoDB: how to execute a query on the result of another query (nested queries)? - mongodbHow to add an extra button to the Extjs grid header menu - extjsGWT java URL Validator - javaDeploying a browser using Dojo? - javascriptReplacing a sequence in a string with a matching index - phpUnit testing cookies in PHP - httpWPF management inside ElementHost is invisible - visibilityIs it possible to write Win32.dll files using C # .NET? - c #Why does SQL Management Studio add cross-connect? - sqlQt для Symbian - Обнаружение устройств touch/non-touch - qtAll Articles