Aaron Lamoreaux

Results 8 issues of Aaron Lamoreaux

## Type of issue Bug ---- ## My environment * *OS version/details*: `Ubuntu 18.04` * *Node version:* `10.5.0` (run `node --version` in your terminal) * *npm version:* `6.1.0` (run `npm...

For #212, this PR shows the source of each call in the args shown given we already have that information. Overall pretty simple, but I modified the calls to store...

This feature adds triggers of the format `addr:0xfffff` or `line:file.ml:99:15`. All triggers can be prefixed with either `symbol:`, `addr:`, or `line:`, but if none is given, it will default to...

If magic-trace gains ability to trigger by line numbers from #241, it would be nice to have a way to fzf on files. Perhaps files could be included in the...

As of #234 (when merged), `--per-thread` will be disabled sometimes even when not running with `-multi-thread`. However this means that a single snapshot can contain outdated data if a program...

bug

magic-trace will soon support you sampling additional events such as cache-misses. However it would be nice if there was an option to not just see them as arrows, but even...

This PR should be merged after #228 since I referenced that wiki page. And the wiki (and domain) should be updated when this is merged. The only code change is...

Given that decoding can take quite a while on large traces, it might be a nice UX improvement to show a progress bar over how many events have been processed....

enhancement
ui