* Variable out of watch scope lost forever?q
@ 2007-09-23 13:50 Geert Vancompernolle
2007-09-23 14:27 ` Geert Vancompernolle
0 siblings, 1 reply; 2+ messages in thread
From: Geert Vancompernolle @ 2007-09-23 13:50 UTC (permalink / raw)
To: insight
Hi,
When a variable was observed in the watch window, it's greyed out when
the scope is lost. However, when the variable comes in scope again, the
variable remains greyed out. I have to delete the variable and add it
again to the watch window.
Is there a way to have the variable automatically activated again,
whenever it comes into scope?
--
Best rgds,
--Geert
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Variable out of watch scope lost forever?q
2007-09-23 13:50 Variable out of watch scope lost forever?q Geert Vancompernolle
@ 2007-09-23 14:27 ` Geert Vancompernolle
0 siblings, 0 replies; 2+ messages in thread
From: Geert Vancompernolle @ 2007-09-23 14:27 UTC (permalink / raw)
To: Insight Foum
Geert Vancompernolle wrote:
> Hi,
>
> When a variable was observed in the watch window, it's greyed out when
> the scope is lost. However, when the variable comes in scope again,
> the variable remains greyed out. I have to delete the variable and
> add it again to the watch window.
>
> Is there a way to have the variable automatically activated again,
> whenever it comes into scope?
>
I have the feeling this problem only occurs when you do *not* re-enter
the same function again.
So,
1. enter function a() in file x
2. show variable "z" in watch window (variable "z" is global in file x)
3. leave function a() in file x and enter function b() in file y =>
variable "z" is greyed out in watch window
4. leave function b() in file y and re-enter function a() in file x
again => variable "z" becomes active again
5. leave function a() in file x and enter function b() in file y =>
variable "z" is greyed out in watch window
6. leave function b() in file y and enter function c() in file x =>
variable "z" is still greyed out, while it's again in scope since we're
entering file x again, however within another function of file x.
I would expect in step 6. to see the variable "z" again activated, since
it comes into scope again...
--
Best rgds,
--Geert
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-23 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-23 13:50 Variable out of watch scope lost forever?q Geert Vancompernolle
2007-09-23 14:27 ` Geert Vancompernolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).