On Tue, Oct 27, 2009 at 10:33 AM, Artem Zezyulinskiy wrote: > but real ice have trace capability. It is really useful? In my opinion analysing the tracebuffer is one of the most useful thing when you are dealing with complex code. So for example you can look back when a variable set into a wrong value or at which point your function got called or what branch of program flow it went before the wrong value set. Sometimes is much better than conditional breakpoints. Tamas > > -- > Artem > > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- /* www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s="/* www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s=%s%s%s, q=%s%s%s%s,s,q,q,a=%s%s%s%s,q,q,q,a,a,q); }", q="\"",s,q,q,a="\\",q,q,q,a,a,q); } -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist