-
Updated
Apr 19, 2021 - C++
debugger
Here are 936 public repositories matching this topic...
-
Updated
Apr 4, 2021 - Python
-
Updated
Mar 11, 2021 - JavaScript
-
Updated
May 7, 2021 - JavaScript
-
Updated
Apr 3, 2021 - Python
-
Updated
Apr 29, 2021 - Ruby
-
Updated
May 5, 2021 - C
-
Updated
Feb 6, 2021 - Swift
-
Updated
Apr 25, 2021 - C
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
May 6, 2021 - TypeScript
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Mar 13, 2021 - Lua
-
Updated
Apr 27, 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
Mar 19, 2021 - C++
-
Updated
Nov 20, 2020 - JavaScript
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
Apr 29, 2021 - Ruby
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."


Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.