Re: Flow debugger not showing local variables

2003-09-04 Thread Timothy Larson
Thank you very much.
I tested your fix and all three issues are solved.

--Tim Larson

--- Christopher Oliver <[EMAIL PROTECTED]> wrote:
> I've just checked in a fix for this.
> 
> Regards,
> 
> Chris
> 
> Timothy Larson wrote:
...
> >For me the "Locals" tab is always empty, refering to
> >a local in the "Watch" tab gets '"localvar" is not defined.',
> >and assigning a value to a local in the "Evaluate" tab
> >causes Cocoon to freeze.
...


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


Re: Flow debugger not showing local variables

2003-09-03 Thread Christopher Oliver
I've just checked in a fix for this.

Regards,

Chris

Timothy Larson wrote:

Well, that is at least three of us with this problem.

For me the "Locals" tab is always empty, refering to
a local in the "Watch" tab gets '"localvar" is not defined.',
and assigning a value to a local in the "Evaluate" tab
causes Cocoon to freeze.
This is with:
 Win2KPro, Sun JSDK 1.4.1_03, Cocoon 2003-09-02 snapshot
Have any hints for fixing this?  It looks like the rhino
source is at http://cvs.cocoondev.org/cgi-bin/viewcvs.cgi/?cvsroot=rhino
I am trying to wade my way through it, but if someone else
is more familiar with the code, that would be great.
--Tim Larson

__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
 





Re: Flow debugger not showing local variables

2003-09-03 Thread Timothy Larson
Well, that is at least three of us with this problem.

For me the "Locals" tab is always empty, refering to
a local in the "Watch" tab gets '"localvar" is not defined.',
and assigning a value to a local in the "Evaluate" tab
causes Cocoon to freeze.

This is with:
  Win2KPro, Sun JSDK 1.4.1_03, Cocoon 2003-09-02 snapshot

Have any hints for fixing this?  It looks like the rhino
source is at http://cvs.cocoondev.org/cgi-bin/viewcvs.cgi/?cvsroot=rhino
I am trying to wade my way through it, but if someone else
is more familiar with the code, that would be great.

--Tim Larson


__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


RE: Flow debugger not showing local variables

2003-09-03 Thread Reinhard Poetz
Yep, unfurtunatly I can confirm this.

Reinhard

> -Original Message-
> From: Timothy Larson [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, September 03, 2003 4:53 PM
> To: [EMAIL PROTECTED]
> Subject: Flow debugger not showing local variables
> 
> 
> The Cocoon flow debugger works well except it is not
> showing any local variables in the "Locals" tab.
> Does anybody else have this problem?
> 
> Using snapshot from 2003-09-02:
>   cocoon-2.1_20030902102048.tar.gz
> 
> --Tim Larson
> 
> 
> __
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
> 



Re: Flow debugger not showing local variables

2003-09-03 Thread Jeremy Quinn
On Wednesday, September 3, 2003, at 03:52 PM, Timothy Larson wrote:

The Cocoon flow debugger works well except it is not
showing any local variables in the "Locals" tab.
Does anybody else have this problem?
Yes.

Although I just thought I was using the debugger incorrectly :)

Platform: MacOSX 10.2.6, JVM 1.4.1_01.

regards Jeremy