View Full Version : watches window
matteo.m
11-01-2006, 05:31 AM
when i'm in debug, the watches window dont work like i'm expecting. If i move from the tab local to the tab app global or global, is still showing the local variables. After moving from tab local to the others, refocusing on the ppl source window, the f11 key is not working , so i have to stop and run the debug again.. May be i dont use properly this debug process or i do something wrong? thanks
kornalius
11-01-2006, 04:35 PM
To make the F11 key work, you have to have the PIDE window selected (focused) (not watch window).
matteo.m
11-01-2006, 07:01 PM
Yes and i Have the pide window focused but f11 is not working. what I do is to open the watch window and then move between local,global, then go back to pide window and at this point the f11 is not working. Also i would like to know why when i'm into the watch window i can only see the local variable contents and not the global values...
matteo.m
11-02-2006, 05:36 PM
hey Kornalius any Idea?
kornalius
11-02-2006, 05:53 PM
Sorry I cannot replicate the problem here. It is working fine. I did many tests yesterday but could reproduce it.
matteo.m
11-02-2006, 10:43 PM
step by step i do this:
I start the pide
i load simple2 example
put a breakpoint at line 162
press f5
open the watches window
go to local
and i see H$,y$,x$,s$ values
press App global and i still see the same local values
press global and i still see the same values
close the watches window
press f11 several times but at this point i cannot see the debug progressing... do this can help ?
is there any other try i can do to help to solve this issue i'm having?
kornalius
11-03-2006, 02:29 AM
Ok, I will give it a shot tomorrow.
kornalius
11-03-2006, 02:34 AM
Great it crahed here too. Thanks, now I can work with something. I will hopefully find a fix before 1.07 comes out.
kornalius
11-03-2006, 06:04 PM
Hi,
I have found the problem. The AppGlobal variables info was taking over than 2k in memory and the buffer was set to 2k. It is not set to 32k, so it will allow for a great number of variable information to be displayed.
matteo.m
11-03-2006, 10:20 PM
I'm glad Kornalius to hear that :) thanks a lot for your devotion in ppl
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.