vmprof-server icon indicating copy to clipboard operation
vmprof-server copied to clipboard

Better nagivation between bridges

Open arigo opened this issue 9 years ago • 2 comments

We need a better way to navigate between bridges: when we look at a list of operations, the guards with bridges attached should be marked (and stand out, with a direct link to the bridge); and when we go to a bridge we should know where it comes from, in the sense of which parent guard failed.

arigo avatar Aug 15 '16 10:08 arigo

Related: the final "jump" instructions should have a clickable link to go to where they jump to. (Right now we can rebuild this info by looking at the address of the TargetDescr, but well.)

arigo avatar Aug 15 '16 10:08 arigo

I have added this functionality and deployed it. jump an labels are not yet covered. working on that...

planrich avatar Aug 23 '16 14:08 planrich