An open-source x64/x32 debugger for windows.
-
Updated
Nov 20, 2021 - C++
I really dislike having excessive dotfiles files in my $HOME. A variable, e.g. g:vimspector_log_file, would be helpful.
For now I use a workaround:
autocmd User VimspectorDebugEnded call system("mv ~/.vimspector.log " . $XDG_CACHE_HOME."/vim/")Add a description, image, and links to the debugger topic page so that developers can more easily learn about it.
To associate your repository with the debugger topic, visit your repo's landing page and select "manage topics."
There is
rz_cons_html_filter()call insrc/core/Cutter.cppthat has output depending on the internal state of the RzCons. It should be substituted with reading the JSON output fromrz_core_print_disasm_json()instead.