On 01/22/2016 11:48 AM, Tudor Girba wrote:
Hi,
Yes. That is the type of input that we need.
It would be great if others would do the same.
Hi Doru,
ok, i often use the debugger to test that some code actually does what i
intended:
in the old one i click first on "stack top" and then click through the
code with "into" and "over" and simply watch the results in "stack top".
with the new debugger "stack top" is gone, in the old one it was
immediately reachable, since it was very much on the top of that small
pane (no scrolling). additionally "into" and "over" became smaller
buttons farther away from the variables section, iow more difficult to
hit while also watching the lower pane. and btw if i do that on tests,
the debugger does not really start at the beginning of the test (also
restart does not help),eg open a debugger in 5.0 on
FFIPluginTests>>testGenericCharCall and do a "restart": you are at the
very end of the test.
werner