Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Debugger - highlighting changed values

alex,

where is that code exactly where the highlighting is calculated?
I am curious why it (almost) never works for me when i use step over. but resume/suspend in a loop seems to work.

I guess this is because the variables view is build up 1 or more times to often and it compares it with the previous state
which is the same thing?

johan


On Wed, Jul 2, 2008 at 12:11 PM, Alex Panchenko <alex@xxxxxxxxx> wrote:
Hi all,

I have committed initial implementation - simple changed values are highlighted now.
My next step will be highlighting changed object fields and array elements.

Regards,
Alex
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top