Re: JDEbug and static variables

2005-09-23 Thread Roland Roberts
I'm using a freshly installed cedet-1.0pre3 and jde 2.3.5. I have a method which, after C-c C-v j looks like below. /** * Describe method here. * * @paramvalue * @paramvalue * @paramvalue * @paramvalue * @exception if an error occurs

Re: JDEbug and static variables

2005-09-16 Thread Troy Daniels
with static variables. Thanks in advance. JDEbug shows static variables inside objects that are local variables (including this). Inside a static method, it won't show the static variables for the class. I'm not aware of a method to display static variables from other classes (e.g

JDEbug and static variables

2005-09-15 Thread John
Hi, I recently installed JDEE 2.3.5 in a GNU Emacs 21.3 environment running on Windows XP Pro. I'm using Java J2SE 1.5.0_04. The debugger works fine, however, I can't seem to view static variables. Am I missing something obvious or does JDEbug not work with static variables. Thanks in advance.