-
Updated
Oct 30, 2021 - C++
debugger
Here are 1,017 public repositories matching this topic...
-
Updated
Sep 14, 2021 - Python
-
Updated
Oct 21, 2021 - JavaScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Sep 15, 2021 - Python
-
Updated
Oct 11, 2021 - Ruby
-
Updated
Oct 24, 2021 - C
-
Updated
Oct 7, 2021 - Swift
-
Updated
Oct 31, 2021 - C++
-
Updated
Oct 28, 2021 - JavaScript
[Feature Request]: Variable to change location of vimspector.log from `$HOME` to somewhere else
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/")
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Oct 29, 2021 - TypeScript
-
Updated
Oct 13, 2021 - Lua
-
Updated
Oct 27, 2021 - C++
-
Updated
Aug 3, 2021 - TypeScript
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
-
Updated
Mar 26, 2021 - Python
-
Updated
Sep 18, 2021 - JavaScript
Improve this page
Add a description, image, and links to the debugger topic page so that developers can more easily learn about it.
Add this topic to your repo
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.cpp
that 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.