debugging-tool
Here are 354 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)
I have 3 different build configuration
Beta is basically the same as debug but with some differences: API, app name and such.
for each config there is a scheme. So when I switch to to Beta scheme I get this error:
No such module 'CocoaDebug'
in
#if DEBUG
impo
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?
Visually trace Python code in real-time.
-
Updated
Jan 20, 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
apitrace dump shows e.g.
86 glVertex3f(x = 4.61854e-41, y = 4.600603e-41, z = 4.600603e-41)
However those floats appear to be byteswapped when they shouldn't be:
hex(np.float32(4.61854e-41).view(np.uint32).byteswap()) -> '0xbf800000L'
hex(np.float32(4.600603e-41).view(np.uint32).byteswap()) -> '0x3f800000L'
(There are also instances of doubles getting swapped.)
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.
an android library for debugging what we care about directly in app.
-
Updated
Jan 25, 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
FairEmail is a privacy friendly email app and has a quite critical user base. It appeared that Bugsnag is using the accelerometer via the Android OrientationEventListener, which is unwanted in this app. I have disabled the listener [with an ugly hack](https://github.com/M66B/FairE
🐶 Brief
Prettier is really cool project to make the response content is prettier. It also support many language as well.
Currently, we support beatifying the JSON content by using JSONSerialization, we could find better solution to fulfill it.
👑 Criteria
- Research about Prettier
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.
Some gRPC services (e.g. reflection API or server healthcheck/status) are implemented by multiple servers which can return different results.
grpc-fixture should be able to return different responses depending on the intercepted request destination.
At the moment I think the best solution is to add an "authority" field to the messageTree struct which can be matched on by the fixture interc
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.
The type definition of Client.setOptions() does not comply with the js implementation both for the input parameter and for the output value.
The right definition should be:
declare class Client {
// ...
public setOpEasier RxJava2 debugging with better stacktraces
-
Updated
Dec 18, 2019 - 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.
Bugsnag error monitoring and crash reporting tool for PHP apps
-
Updated
Jan 22, 2020 - PHP
Reasearch ExRegisterExtension. It's a list ExpHostList.
{
0x0 _LIST_ENTRY ListEntry;
...
0x1c PVOID SomeRoutine;
...
0x2C PVOID TableOfRoutines;
}
kd> dd ExpHostList
819f7ee8 8340abe0 84f978f0 935c3608 8de3b040
819f7ef8 00000000 00000000 00000007 00000000
819f7f08 00000000 00000000 00000000 00000000
819f7f18 00000000 00000000 00000001 00000000
819f7f28 00000000 00040001 00000000 819f7f34
81
Description
A lot of console.warn yellow warning message when the data pass to leaveBreadcrumbs contains functions.
Describe the solution you'd like
Hackable error handling package for reducing debugging time while programming. Use static and stack-trace analysis to determine which func call causes the error.
-
Updated
Jan 26, 2020 - Go
It would be super helpful if you could describe the behavior of the algorithm in the docs. I'm not talking about explaining how it works, rather what kind of output it generates, and what kind of performance it has (where it shines and where it doesn't). Does it support generating 'move' and 'copy' typed changes? Does it attempt to minimize the number of changes in the patch at all?
Some explanat
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👍