debugging
Here are 984 public repositories matching this topic...
Hello!
Reactotron provides nice feature of exporting whole API calls to markdown, which I've noticed recently and started using heavily to communicate bugs to backend developers.
Would be great if those markdown exports also included local timestamp, as it'd allow backend developers to correlate my logs with theirs. It's especially important for timeout cases where I don't have any of their
I am trying to run an express app through Visual Studio Code. I have a launch.json file with DEBUG defined like so:
"env": {
"DEBUG": "*"
}
Here is a trimmed down version of my app.js file where you can see the bolded debug line that doesn't output to the debug console (Test 2). Test 1 before it outputs as expected. If I run this from the command li
-
Updated
Apr 20, 2020 - Java
-
Updated
Apr 25, 2020
-
Updated
Feb 23, 2019 - JavaScript
-
Updated
Apr 3, 2020 - Go
-
Updated
Apr 12, 2020 - Swift
-
Updated
Apr 27, 2020 - Swift
-
Updated
Feb 28, 2020
-
Updated
Apr 20, 2020 - Swift
-
Updated
Apr 30, 2020 - Python
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?
As of GDB 8.3 RISCV is supported.hope add basic support for RISC-V
-
Updated
Nov 1, 2019 - Python
-
Updated
May 1, 2020
-
Updated
Dec 14, 2019 - Swift
-
Updated
Apr 11, 2020 - C++
-
Updated
Aug 30, 2018 - Java
Add a button on the main page which drops all the tables as in clear_db.py. Ask for confirmation in a dialog first.
-
Updated
Apr 23, 2020 - 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."
Brew is listed as the recommended way of installing httpie on macOS. However, it doesn't work with auth plugins.
For example, if you
pip3 install requests-hawkand then runhttp --helphawk will not show as an auth type. If youpip3 install httpie-oauthit will install httpie via pip as a dependency and overwrite the brew installed link in/usr/local/bin/httpand now all the plugins wil