At 05:25 PM 9/21/99 +0100, you wrote:
>OK, I think I found an error in the 2.1.6Beta9 version of JDE.
>my .emacs was not correctly writen after jde customization.
>
>Now I take the customization I used with the Beta8 and it's work fine.
>
>
>Another question:
>
>Can I watch variable in this version ?

No.

>I have this Error in my * message * buffer :
>
>Symbol's function definition is void: find-c-expr
>


Yes, this is a bug. find-c-expr is function that seems to be defined in
some versions of gud.el and not in others. I will fix this bug in
the next release.

In the meantime, use JDEBug->Evaluate Expression to display the values
of variables. (JDEBug->Display->Variable just calls Evaluate Expression
on the expression at the cursor in the current source buffer.).


- Paul

Reply via email to