debugging
Here are 955 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
The readme mentions at the top that this project uses puppeteer, but it uses carlo. I would imagine that the readme needs reviewed given the recent changes.
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
Clean up README
-
Updated
Mar 26, 2020 - Java
-
Updated
Mar 23, 2020
-
Updated
Feb 23, 2019 - JavaScript
Given the following valid kube config section used to connect to an EKS cluster:
users:
- name: xxx
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
args:
- token
- -i
- xxx
command: aws-iam-authenticator
env:
- name: AWS_PROFILE
value: foo
Stern or its dependencies are not switching the `AWS_PRO
log.debug("A tagged log message", userInfo: Dev.dave | Tag.sensitive)
That's somehow will confuse the user who only advantages one kind of Tag.
Then I suggest appending one demo code as below for that scenario.
log.debug("A tagged log message", userInfo: Tag.sensitive.dictionary)
-
Updated
Apr 2, 2020 - Swift
-
Updated
Feb 28, 2020
-
Updated
Feb 24, 2020 - Swift
-
Updated
Apr 3, 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?
Description
In pwndbg release 2017.02.01 build: 1ab3de0, when registers changed while debugging a program, there would be an asterisk near the changed register which could be customized with context-register-changed-marker and context-register-changed-color.
These config options are still available, however in later releases (both 2018.07.29 and 2019.01.25) there doesn't seem to be a
Meliae's packaging is out of date; no pip install for us today. Fall back to the old-school routine of downloading the .tar.gz, unzipping it, and running setup.py install.
(You'll seed Cython installed first. I was able to pip install cython.)
Next problem was that [virtualenv python isn't set up to let gdb find debugging files](https://git
-
Updated
Apr 4, 2020
Docs in english ?
I could not find any docs or even a description in English, so I decided to ask here. Do you plan to have english docs in the near future to demystify the project for the rest of the world (like alibaba/arthas for example
Augury version (required): 1.23.0
Angular version (required): 8.1
Date: 2019-07-11
OS: Windows 10 64 bits
Allow hiding the tab of the other DevTools tools as long as the inspected site does not use Angular, just like the Vue and React tools do
Currently ResponseDetective prints <none> for bodies in the following situations:
- when the body is empty, i.e. has 0 bytes;
- and when the body cannot be deserialized, i.e. has an unsupported content-type.
The 2nd situation might be confusing as <none> might suggest that a request has an empty body.
The proposal is to improve handling of empty and non-deserializable bodies in the
-
Updated
Dec 14, 2019 - Swift
-
Updated
Jan 9, 2020 - C++
-
Updated
Aug 30, 2018 - Java
Currently the function page just shows the most recent 200 calls of that function, and doesn't allow going further back.
-
Updated
Mar 15, 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."


It's not clear from the website's documentation, or the
--helpoutput, how to do the following equivalent curl task:Post a raw JSON query to ElasticSearch:
T