RE: ECB 2.01 released!

2003-11-05 Thread Berndl, Klaus
Berndl, Klaus wrote:
Cool Stuff. I tried setting  ecb-tree-buffer-style to image and it did
not change from Ascii with guide-lines. I am using GNU Emacs 21.2.1 on
Windows 2K
 
 
 Of course, because GNU Emacs 21.2 does not support images on windows
;-)
 The image-code for Windows is only in the cvs.
 So, the image-style works only for XEmacs, GNU Emasc 21 for Unix/linux
or GNU Emacs 21 cvs.

And you can get GNU Emacs 21 cvs for windows from here :

http://www.crasseux.com/emacs/

Yes, works very stable - i use this precompiled version already some weeks for my 
tests with next GNu Emacs release.

Klaus


Re: JDEBug - Invalid stack frame

2003-11-05 Thread Henrik Kjær
Yes, the invalid stack frame message disappears automatically after a while,
so everything is okay there.
Now I just got the problem that JDEBug is SLOW, so if anyone got any idea
how I can speed it up,
I would be grateful.
I have a client application which communicates with a J2EE server and a mom
broker, it normally takes
about 10 sekunds to start up, but when I start it up in debug mode it can
take anything between 5 and 15 minuttes!
I can from my task manager see that emacs constantly uses anything between
70 and 90 pct. cpu and about 35 mb ram,
java uses 2 or 3 pct cpu and about 25 mb ram.

Any help or tips would be much appreciated


Henrik
- Original Message - 
From: Henrik Kjær [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Troy Daniels [EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 9:20 PM
Subject: Re: JDEBug - Invalid stack frame


 Thanx Trey.

 For some reason JDEBug breaks at my first breakpoint, but the line did not
 get read and nothing get in my JDEBug window except the exception!?
 Anyway, I just set another breakpoint in the next line and C-c C-z C-c
 (continue) and then I get something in my window - nice :-)

 Henrik


 - Original Message - 
 From: Troy Daniels [EMAIL PROTECTED]
 To: Henrik Kjær [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, November 04, 2003 9:00 PM
 Subject: Re: JDEBug - Invalid stack frame


 At 08:47 PM 11/4/2003 +0100, Henrik Kjær wrote:

 I am trying to use JDEBug for debugging, but I am not having much
success.
 When I start debugging my JDEBug opens nicely, but displays an Invalid
 stack frame message with red in the buttom of the window, and the window
 has no content at all.
 
 Any idea!?

 That's actually normal operation.  The window is part of a rudimentary
 GUI, that is a recent addition.  It currently only shows the value of
local
 variables.  The error message is because, when the debugger starts, it
 sometimes tries to update the local variable display when the process
isn't
 suspended.  That causes an exception, which is reported in red.  In my
 environment, the message usually goes away quickly.

 Try setting a breakpoint (C-c C-z C-b) in your program on a line after
 local variables are defined.  The line should be green after you set the
 breakpoint and turn red after you start the JDEbug.  When the program gets
 to that line, the error message should disappear, and the window should
 show the local variables in a tree view.

 Troy








Re: JDEBug - Invalid stack frame

2003-11-05 Thread Andrew Hyatt

Try using 1.4.1, if you aren't already.  At about that time, Sun
started just decompiling the code needed for debugging, previously it
decompiled everything.

Henrik Kjr [EMAIL PROTECTED] writes:

 Yes, the invalid stack frame message disappears automatically after a while,
 so everything is okay there.
 Now I just got the problem that JDEBug is SLOW, so if anyone got any idea
 how I can speed it up,
 I would be grateful.
 I have a client application which communicates with a J2EE server and a mom
 broker, it normally takes
 about 10 sekunds to start up, but when I start it up in debug mode it can
 take anything between 5 and 15 minuttes!
 I can from my task manager see that emacs constantly uses anything between
 70 and 90 pct. cpu and about 35 mb ram,
 java uses 2 or 3 pct cpu and about 25 mb ram.

 Any help or tips would be much appreciated


 Henrik
 - Original Message - 
 From: Henrik Kjr [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; Troy Daniels [EMAIL PROTECTED]
 Sent: Tuesday, November 04, 2003 9:20 PM
 Subject: Re: JDEBug - Invalid stack frame


 Thanx Trey.

 For some reason JDEBug breaks at my first breakpoint, but the line did not
 get read and nothing get in my JDEBug window except the exception!?
 Anyway, I just set another breakpoint in the next line and C-c C-z C-c
 (continue) and then I get something in my window - nice :-)

 Henrik


 - Original Message - 
 From: Troy Daniels [EMAIL PROTECTED]
 To: Henrik Kjr [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, November 04, 2003 9:00 PM
 Subject: Re: JDEBug - Invalid stack frame


 At 08:47 PM 11/4/2003 +0100, Henrik Kjr wrote:

 I am trying to use JDEBug for debugging, but I am not having much
 success.
 When I start debugging my JDEBug opens nicely, but displays an Invalid
 stack frame message with red in the buttom of the window, and the window
 has no content at all.
 
 Any idea!?

 That's actually normal operation.  The window is part of a rudimentary
 GUI, that is a recent addition.  It currently only shows the value of
 local
 variables.  The error message is because, when the debugger starts, it
 sometimes tries to update the local variable display when the process
 isn't
 suspended.  That causes an exception, which is reported in red.  In my
 environment, the message usually goes away quickly.

 Try setting a breakpoint (C-c C-z C-b) in your program on a line after
 local variables are defined.  The line should be green after you set the
 breakpoint and turn red after you start the JDEbug.  When the program gets
 to that line, the error message should disappear, and the window should
 show the local variables in a tree view.

 Troy







occasional error compiling due to jde-xref-compile-hook

2003-11-05 Thread Raul Acevedo
I occasionally get the following error when I compile a Java file:
error in process filter: Symbol's function definition is void:
jde-xref-compile-hook.  If I grep for jde-xref-compile-hook in the JDE
sources, I find only one reference in jde-xref.el:

(add-hook 'jde-compile-finish-hook 'jde-xref-compile-hook)

But I don't see the definition of the function jde-xref-compile-hook.
What's going on? 

Raul


Re: occasional error compiling due to jde-xref-compile-hook

2003-11-05 Thread Andrew Hyatt

Thanks, this looks like a bug.  For the time being, substitute with
this line:

  (add-hook 'jde-compile-finish-hook 'jde-xref-update-caller-table)

Raul Acevedo [EMAIL PROTECTED] writes:

 I occasionally get the following error when I compile a Java file:
 error in process filter: Symbol's function definition is void:
 jde-xref-compile-hook.  If I grep for jde-xref-compile-hook in the JDE
 sources, I find only one reference in jde-xref.el:

 (add-hook 'jde-compile-finish-hook 'jde-xref-compile-hook)

 But I don't see the definition of the function jde-xref-compile-hook.
 What's going on? 

 Raul