-
Updated
Oct 4, 2021 - C++
debugger
Here are 1,006 public repositories matching this topic...
-
Updated
Sep 14, 2021 - Python
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Sep 15, 2021 - Python
-
Updated
Aug 3, 2021 - Ruby
-
Updated
Sep 14, 2021 - C
-
Updated
Oct 7, 2021 - Swift
-
Updated
Oct 3, 2021 - C++
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Mar 3, 2021 - TypeScript
[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
Oct 7, 2021 - TypeScript
-
Updated
Oct 1, 2021 - Lua
-
Updated
Sep 5, 2021 - C++
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Mar 26, 2021 - Python
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
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."
Is your feature request related to a problem? Please describe.

There is an unnecessary space of Functions Widget. I think it should be removed to save some space.
Describe the solution you'd like
I think the "Functions" widget is having wrong Vbox configurations so it is