The Wayback Machine - https://web.archive.org/web/20200126121952/https://github.com/topics/debugging-tool
Skip to content
#

debugging-tool

Here are 354 public repositories matching this topic...

imirkin
imirkin commented Jan 17, 2019

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.)

Proxyman
grpc-tools
bradleyjkemp
bradleyjkemp commented Jul 13, 2019

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

electroniceel
electroniceel commented Aug 19, 2019

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

mriffey
mriffey commented Sep 6, 2018

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.

swwwolf
swwwolf commented Jan 25, 2015

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

fresheneesz
fresheneesz commented Jul 3, 2015

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.