-
Updated
Dec 29, 2021 - Python
debugging
Here are 1,505 public repositories matching this topic...
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Dec 19, 2021
-
Updated
Oct 7, 2021 - Java
-
Updated
Dec 12, 2021 - Go
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Dec 25, 2021 - Python
-
Updated
Dec 7, 2021 - PHP
-
Updated
Oct 7, 2021 - Swift
-
Updated
Sep 19, 2021 - Swift
-
Updated
Jun 18, 2021
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
-
Updated
Dec 22, 2021 - Swift
-
Updated
Dec 28, 2021
[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
Jun 4, 2021 - Python
-
Updated
Oct 27, 2021 - C++
Currently the hardhat-vyper
plugin is hardcoded to request the first 100 releases from the vyper github repo. This is fine for the time being as they aren't anywhere near 100 releases yet, but it should be refactored to handle a possibly paginated response from github.
Ideally it would aggregate all results from all pages returned from github before saving the list.json
file.
-
Updated
Dec 18, 2021 - JavaScript
Improve this page
Add a description, image, and links to the debugging topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debugging topic, visit your repo's landing page and select "manage topics."
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions