Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-27 Thread Harald Maier
Petter Måhlén [EMAIL PROTECTED] writes: The exception is throw by the Java side of JDEbug. It keeps a map of object id (269 in this case) and object reference in the process being debugged. The exception indicates that it cannot find the object with reference 269. I haven't looked at the

Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Andrew Hyatt
Does it ask for an expression to evaluate first? Harald Maier [EMAIL PROTECTED] writes: Hello all, I installed jde-2.3.3 with eieio-0.17 elib-1.0 semantic-1.4.4 speedbar-0.14beta4 When I evaluate 'jde-bug-evaluate-expression' in a JDEbug session I get the following error

Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Harald Maier
Andrew Hyatt [EMAIL PROTECTED] writes: Does it ask for an expression to evaluate first? Yes, it asks for an expression and afterwards the above error is signaled. When I evaluate 'jde-bug-evaluate-expression' in a JDEbug session I get the following error: , | Error: cannot get object

Re: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Andrew Hyatt
[EMAIL PROTECTED] writes: Does it ask for an expression to evaluate first? Yes, it asks for an expression and afterwards the above error is signaled. When I evaluate 'jde-bug-evaluate-expression' in a JDEbug session I get the following error: , | Error: cannot get object 269. | Reason

RE: jde-2.3.3 error by jde-bug-evaluate-expression

2004-01-26 Thread Petter Måhlén
program you are debugging? / Petter -Original Message- From: Andrew Hyatt [mailto:[EMAIL PROTECTED] Sent: den 26 januari 2004 19:32 To: Harald Maier Cc: Andrew Hyatt; [EMAIL PROTECTED] Subject: Re: jde-2.3.3 error by jde-bug-evaluate-expression What sort of thing are you trying

JDE Bug : Error while compiling

2003-01-16 Thread Paul Kinnucan
olivier Fresse writes: Please enter the details of your bug report here When I compile, I have an error : let: Wrong type argument: listp, jikes I used jde-2.2.8, no problem. The data type of jde-compiler has changed in the latest release. Please open a customization

Problems calling jde-bug-display-variable

2002-11-12 Thread Albert, Jürgen
Hi, I am wondering if the function' jde-bug-display-variable' normally should display the value of a (local) variable? In my installation it causes the following lisp error (with cursor at a variable named 'character'): Debugger entered--Lisp error: (wrong-type-argument integerp character

jde-bug-jdk-directory

2002-04-15 Thread Daniel Hegyi
Does this var still exist? Regards, Daniel _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx

jde-bug-jdk-directory

2002-04-15 Thread Paul Kinnucan
Daniel Hegyi writes: Does this var still exist? It was removed in a recent beta as it is no longer necessary with the advent of the jde-jdk-registry/jde-jdk system for registering the presence of JDKs on your system. - Paul

Re: jde-bug-jdk-directory

2002-04-15 Thread Danny Siu
hasn't it been superseded by jde-jdk-registry (in 2.2.9)? Daniel Hegyi writes: Daniel Does this var still exist? Regards, Daniel Daniel _ Daniel MSN Photos is the easiest way to share and print your photos: Daniel

jde-bug-thread-show-thread-info ??

2002-02-01 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (defun jde-bug-thread-show-thread-info () (interactive) (message not implemented)) What would it do IF it were implemented??? - -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San

Better interactive definition for jde-bug-attach-local-host

2002-02-01 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doesn't this make sense. By default is uses the port for input. I got sick of typing '2112' every time :) (defun jde-bug-attach-local-host (process-port) Attaches the debugger to a process running on local host. This command connects

jde-bug-continue should set overlay-arrow-position to nil.

2001-12-08 Thread Kevin A. Burton
Hm. jde-bug-continue leaves the overlay-arrow around after it runs. Obviously this is incorrect as the VM will be running on its own at this point. Kevin -- Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] ) Location - San Francisco, CA, Cell

RE: Does jde-bug-attach-local-host depend on jde-run???

2001-12-01 Thread Javier S. López
No, it does not depend on jde-run. I just tried attaching to a process started from the command line, by shared memory and through a socket(On local host) and both work. Did you start the server with the appropriate parameters? -Xdebug -Xnoagent -Djava.compiler=NONE

Does jde-bug-attach-local-host depend on jde-run???

2001-11-30 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. I want to connect to an external VM *outside* of Emacs. Specifically because this way I can exit Emacs without shutting down my server. Does JDEBug depend on me calling jde-run? If I try to do a jde-bug-attach-local-host I get the error

Re: Thoughts on jde-bug

2001-11-19 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan [EMAIL PROTECTED] writes: Kevin A. Burton writes: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan [EMAIL PROTECTED] writes: snip After you've made a few successful submissions via me. Note that your

RE: jde-bug should use * special buffers

2001-11-16 Thread Mynsted, Mark A.
I like your idea of using the *. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 1:20 PM To: JDE Mailing List Subject: jde-bug should use * special buffers -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I can't help

[jde-bug] before setting a breakpoint, make sure the current file is in jde-db-source-directories

2001-11-16 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK. This doesn't make sense. Right now it is possible to toggle a breakpoint in a file that is not in jde-db-source-directories. Isn't this bad? Shouldn't we signal an error if the user does this? Kevin - -- Kevin A. Burton ( [EMAIL

Thoughts on jde-bug

2001-11-16 Thread Kevin A. Burton
the code thus I find myself wanting to play with jde-bug. It seems like jde-bug is a little rough around the edges for new users. Specifically there are some things it should catch when thing fail. I mean when things work, they work great but when things fail, they fail silently and without any debug

jde-bug-key-bindings

2001-10-23 Thread Jeff Rancier
Hello, I took Paul's advice of customizing jde-bug-key-bindings to setup my functions keys for stepping in JDEbug. Previously they were set using global-set-keys. Unfortunately, I must be specifying the function keys incorrectly. If I do a C-h k F6, for example, I get: f6

Re: key bindings of the jde-bug

2001-08-04 Thread Paul Kinnucan
- Original Message - From: Stefan Holst To: [EMAIL PROTECTED] Sent: Friday, August 03, 2001 2:03 PM Subject: key bindings of the jde-bug Dear Paul, I'm using the jde for quit a while after installing the latest version 2.2.7.1 I've tried the JDEbug

Re: JDE Bug

2001-06-07 Thread Ben Wing
Paul Kinnucan wrote: At 10:33 PM 6/6/2001 -0700, Ben Wing wrote: Paul Kinnucan wrote: At 08:37 AM 6/6/2001 -0600, Brad Porter wrote: Hello. I am finding that I have to modify 'jde-compile.el' in order to get the JDK -d option to work correctly under cygwin. I set

JDE Bug speed question

2001-06-07 Thread Matthew Sherborne
Hi, I find that JDE bug can take like 10 seconds or so when I step-over sometimes (quite often). Does anyone else find this ? :)

RE: JDE Bug

2001-06-06 Thread Brad Porter
-Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 8:53 AM To: Brad Porter Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: JDE Bug At 08:37 AM 6/6/2001 -0600, Brad Porter wrote: Hello. I am finding that I have to modify 'jde-compile.el

RE: JDE Bug

2001-06-06 Thread Paul Kinnucan
At 09:23 AM 6/6/2001 -0600, Brad Porter wrote: Ah... The problem seems to be that I have 'jde-cygwin-path-converter' set to 'jde-cygwin-path-converter-cygpath'. This calls the cygwin command 'cygpath' which is the culprit of putting the backslashes in. Since this command is shelled out, the

Re: JDE Bug

2001-06-06 Thread Ben Wing
Paul Kinnucan wrote: At 08:37 AM 6/6/2001 -0600, Brad Porter wrote: Hello. I am finding that I have to modify 'jde-compile.el' in order to get the JDK -d option to work correctly under cygwin. I set directory-path-sep to ?/ in my .emacs file for the rare times I use XEmacs (for

Re: Why can't I attach to weblogic using JDE-bug?

2001-02-12 Thread Paul Kinnucan
the following variables: '(jde-db-debugger (quote ("JDEbug" "" . "Executable"))) '(jde-bug-vm-includes-jpda-p t)) '(jde-bug-jdk-directory "d:/bea/jdk130/") But when I try to use jde-bug-attach-via-shared-memory weblogic, it gives the error with the follo