debugging-tool
Here are 355 public repositories matching this topic...
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
Feb 21, 2020 - Swift
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
Feb 21, 2020 - JavaScript
It would be better if the block threshold supports cache, otherwise, I need to set the value every time I refresh the browser
-
Updated
Feb 20, 2020 - C
There's already a TODO in the code, but thought I'd make an official issue... it'd be really useful to see all messages reported by the driver, without limit. Perhaps this can be done as part of the verbose mode.
I know, that there are issues like following:
android10/frodo#38
android10/frodo#33
Issue: after looking in the Readme it's not that clear, that it's not compatible with RxJava2 (which is mostly used now days)
Adding link to https://github.com/android10/frodo2 might be useful as well.
-
Updated
Feb 19, 2020 - Java
asyncsrc noted in #351 that HSTS errors could be avoided if certificates are imported into the system keychain.
We should perhaps have OS-specific and/or browser-specific docs on importing certificates
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Feb 18, 2020 - Java
🐶 Brief
Currently, in Breakpoint, we don't allow to change HTTP Method and URL in the request since the Proxyman Core actually make the connection to the destination beforehand.
In order to change the URL, we have to change how Proxyman Core proxy to the server
👑 Criteria
- Able to change HTTP Method and URL
- If the URL is different domain -> Connect socket to it
- Wri
while creating setup.py, file hierarchy has need to be like this http://docs.python-guide.org/en/latest/writing/structure/ or not like ours :D .We must change structure this way.
-
Updated
Feb 17, 2020 - PHP
This lets users easily mock/modify single requests without having to have an entire fixture file.
Implementing this will just involve:
- Adding a new CLI option to
grpc-fixture - Finding where the "no matching RPC" error is returned and if the new option is enabled then proxy the request
Currently there is no selftest for the sync and aux pins of revC. These should be added.
For a loop test they should be connected like on the test jig pcb: sync to A0, Aux A10 to A1 and Aux C9 to A2.
As the Aux pin headers are marked DNP, the tests for them should be optional. They should probably get their own command like "pins-aux" and "pins-aux-loop".
These tests also require the int
I have used this library and its not capturing Swift run time exception or traces. This is only handling Objective C exception. If you could help me out for showing Swift run time exception with stack trace.
Angular CLI: 8.3.24
Node: 12.15.0
OS: win32 x64
Angular: 8.2.14
... animations, common, compiler, compiler-cli, core, elements
... forms, platform-browser, platform-browser-dynamic
... platform-server, router
Package Version
@angular-devkit/architect 0.803.24
@angular-devkit/build-angular
-
Updated
Feb 16, 2020 - Java
Good first issue - add more testing specs (Tape)
Recently I was working with another dev on some performance issues. At one point, i took the dbv++ output, pasted it into a blank email (to get the spacing formatted), then took that and pasted it into Excel. I then added a column for Elapsed time (this step) and added a formula to calculate for each line how much time had elapsed since the last log entry. A simple process, but kind of cumbersome.
-
Updated
Feb 20, 2020 - PHP
-
Updated
Feb 4, 2020 - C++
it would be very useful to have these two in the readme.
now if i run the example plain, and i make it crash, i get crash reports, but both js and native ones are unsymbolicated.
Show inlined frames
WinDbg somehow manages to show inlined frames, but SuperDump does not show them.
Not sure if this is a CLRMD limitation. We should find a way to show them.
-
Updated
Feb 19, 2020 - Go
-
Updated
Feb 6, 2020 - Ruby
Improve this page
Add a description, image, and links to the debugging-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debugging-tool topic, visit your repo's landing page and select "manage topics."




support high contrast light and high contrast dark👍