search for: on_line

Displaying 2 results from an estimated 2 matches for "on_line".

Did you mean: dn_line
2019 Oct 09
3
[RFC] Adopt Dexter and use it to run debuginfo-tests
...]; }; int f(struct S s, unsigned i) { return s.a[i]; // DexLabel('f_ret') } int main(int argc, const char **argv) { struct S s = {{0, 1, 2, 3, 4, 5, 6, 7}}; if (f(s, 4) == 4) return f(s, 0); return 0; } // DexExpectWatchValue('s.a[0]', '0', on_line='f_ret') // DexExpectWatchValue('s.a[1]', '1', on_line='f_ret') // DexExpectWatchValue('s.a[7]', '7', on_line='f_ret') ``` Currently Dexter has commands which can be used to cover most of the existing debuginfo-test cases (see "rough...
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the scroll arrows, as I am capturing the event and then incrementing the scroll pos by the desired amount. However, it is not working on thumbtracking. I capture the event successfully, but I am unable to capture the position of the thumb tracker. I have looked at the poor man''s doc and have been unable to figure