Re: JDEbug is not in the emacs menus

2001-12-02 Thread Kevin A. Burton

Slava Zimine [EMAIL PROTECTED] writes:

 Hello to al. 
 
 OS: linux
 emacs 20.7.1
 jde: 2.2.9.beta7
 jdk 1.3.1
 
 Upon a launch of emacs on some java source file  i do not see in the
 menus  the JDEbug  menu, yet 
 '(jde-debugger (quote (JDEbug)))   is specified in ~/.emacs  file
 
 
 The menu reappears if  I reset the jde-debugger variable in its
 customization buffer. 
 
 Probably it is not the wanted behavior. 

I noticed another fix is to kill my current JDE buffer and then open the file
again.

-- 
Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )
 Location - San Francisco, CA, Cell - 415.595.9965
Jabber - [EMAIL PROTECTED],  Web - http://relativity.yi.org/

The unconstitutional government, for the corporation, by the corporation, must be
overthrown!



Re: jde-debug does not load the .java Source

2001-12-02 Thread Slava Zimine

Did you compile with java -g option? 

'(jde-compile-option-command-line-args (quote (-g)))  jde-2.2.9
'(jde-compile-option-command-line-args -g)   jde-2.2.8

regards, from Genf. 
Slava


On Wed, 2001-11-28 at 18:20, Reichert, Torsten wrote:
 Hi to the experts
 
 Typing 'next' in a jde-debug session does not load the .java Source into
 another buffer, even though
 (custom-set-variables '(jde-db-source-directories (quote
 (/export/home/test
 is set.
 
 Instead the following shows up:
 error in process filter: Symbol's function definition is void:
 gud-new-keymap
 Does anyone know how to avoid this error message or make jde-debug load
 sources correctly ?
 
 Thank you very much
 





Re: JDEbug is not in the emacs menus

2001-12-02 Thread Milan Zimmermann


Same problem for me. The only way I can fix  it is to do the following:
- open A.java (whatever)
- force Beanshell to start by compiling A.java
- close A.java
- open A.java == JDeBug is in the menu now

Any ideas why this is hapenning?

Thanks, Milan

On December 2, 2001 01:35 am, you wrote:
 Hello to al.

 OS: linux
 emacs 20.7.1
 jde: 2.2.9.beta7
 jdk 1.3.1

 Upon a launch of emacs on some java source file  i do not see in the
 menus  the JDEbug  menu, yet
 '(jde-debugger (quote (JDEbug)))   is specified in ~/.emacs  file


 The menu reappears if  I reset the jde-debugger variable in its
 customization buffer.

 Probably it is not the wanted behavior.


 Regards.

 slava


 p.s.
 upgrading jdee from 2.2.8 to 2.2.9beta  learned in a hard way how it
 is importarnt to keep working  .emacs  for every release,  or at least
 to comment out  all JDE custom set variables  to try a new  jdee
 version.



JdeBug - Help- local variables do not expand in 2.2.9 beta6 (etc)

2001-12-02 Thread Milan Zimmermann

After upgrading from  2.2.7 to 2.2.9 beta6, I had multiple problems, some of 
them I was able to work around, but three (at least) I do not know what to do 
about.

1.
I have the customization variable set that allows to show Local Variables 
on each step. I can see the Local variables buffer with all the variables, 
but when I try to expand them by keyboard-entering + on the [+] I get a 
message:

Text is Read Only - Attempt to change text outide editable field

For instance, it happens when typing + to expand this in the Local 
Variables buffer

[+] -- this

2.
The fact that JdeBug often does not show in the menu (looks almost random, 
there is ways to fix but none works 100% for me). This has been discussed 
here, I thought I have a workaround, but it does not always work (for 
instance when openning a second, third etc java file where I want to put a 
breakpoint to.

3.
In JdeBug, even though I have my breakpoints set by line numbers, when 
attaching remotely, the breakpoint do show yellow, but JdeBug does not stop 
on them - only after reasserting the brekpoints manually.

Appreciate any input/help

Thanks, Milan




Re: JDEbug is not in the emacs menus

2001-12-02 Thread Paul Kinnucan

Milan Zimmermann writes:
  
  Same problem for me. The only way I can fix  it is to do the following:
  - open A.java (whatever)
  - force Beanshell to start by compiling A.java
  - close A.java
  - open A.java == JDeBug is in the menu now
  
  Any ideas why this is hapenning?
  

* An error is aborting jde-mode before it has a chance to install
the menu.

* A project file is loaded that does not have JDEbug specified.

Why is it so hard to file a problem report, as I plead with you to do on the JDEE 
website, to make this kind of speculation unnecessary.

- Paul






Re: JdeBug - Help- local variables do not expand in 2.2.9 beta6 (etc)

2001-12-02 Thread Milan Zimmermann

On December 2, 2001 07:09 pm, you wrote:
  1.
  I have the customization variable set that allows to show Local
  Variables
  on each step. I can see the Local variables buffer with all the
  variables,
  but when I try to expand them by keyboard-entering + on the [+] I

 get a

  message:
 
  Text is Read Only - Attempt to change text outide editable field
 
Javier, 

thanks for your reply. Please see notes inline:

  For instance, it happens when typing + to expand this in the

 Local

  Variables buffer

 It is a read-only buffer, to expand it using the keyboard hit enter when
 the cursor is in the first braket i.e [
 ^
 or use the middle button on the mouse.

The keyboard operation gives the same result (read only buffer) no matter 
where on the line I am ([+]). However, I did not realize I can use the mouse, 
that works - Thanks

(still somewhat curious about the keyboard operation disabled, but mouse is 
fine)

  2.
  The fact that JdeBug often does not show in the menu (looks almost

 random,

  there is ways to fix but none works 100% for me). This has been

 discussed

  here, I thought I have a workaround, but it does not always work (for
  instance when openning a second, third etc java file where I want to

 put a

  breakpoint to.

 If anyone could find a way to reproduce this, that would be really
 useful.

Thanks for looking into this.
To duplicate (at least here), when I double-click on A.java in explorer, it 
used to open with JDeBug in the menu, now it does not. As well, opening a 
second java file from dired  almost always fails to show JdeBug in the menu 
...


  3.
  In JdeBug, even though I have my breakpoints set by line numbers, when
  attaching remotely, the breakpoint do show yellow, but JdeBug does not
  stop
  on them - only after reasserting the brekpoints manually.

 I would look into this.

Thanks, Milan


 Javier



jde under Xemacs

2001-12-02 Thread Shashank

Hi !

I installed cygwin version oflatest  Xemacs ..

but when I open a java file it is no table to load the JDE.
The Xemacs doesn't shows JDE on menu bar. If I try to change mode by
jde-mode it says error in loading no such file or directory.

what is  the problem..

thanks in advcance
tkae care
Shashank