Bug 32916 - Degug contextual menu in the right button does not appear
Summary: Degug contextual menu in the right button does not appear
Status: RESOLVED DUPLICATE of bug 32528
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 05:59 EST by Juan Cervera CLA
Modified: 2003-02-26 09:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juan Cervera CLA 2003-02-25 05:59:52 EST
Hi,
I'm running M5. When debugging I don't get the right contextual menu when 
pression on the right button. What is more, not even going to the Run menu can 
I use the options for Inspect, Watch, Run to Line, etc. as they are greyed out 
(unavailable) So I cannot inspect values. This is particalarly problematic when 
I want to check static members in static functions as in this cases I don't 
even have a "this" object to access through the Variables view.

This wasn't happening in M4
Comment 1 Darin Wright CLA 2003-02-25 10:13:52 EST
Do you mean the context menu does not appear when you right-click?

The inspect/display actions are available when there is a valid context in 
which to perform an evaluation - i.e. when there is a selected stack frame, and 
when in the scrapbook. 

Please add more details to reproduce the problem.
Comment 2 Juan Cervera CLA 2003-02-25 12:15:19 EST
Hi, answering your questions,

>>Do you mean the context menu does not appear when you right-click?
I mean that a menu appears, but I don't get any of the debug options in this 
menu. Before it used to have a debug section with “Inspect”, “Variables”, “Go 
to line“, etc. These options where present in version M4, even when you were in 
an invalid context (but grayed out)

>>The inspect/display actions are available when there is a valid context in 
>>which to perform an evaluation - i.e. when there is a selected stack frame, 
and 
>>when in the scrapbook. 

>>Please add more details to reproduce the problem.

+ I'm using M5:
  Version: 2.1
  Build id: 200302061700
+ I'm running a J2EE application with using Geunitec's EASIE plug-in for 
Weblogic.
+ The problem is that when debugging, no matter which variable (static or not) 
or expression I select with the mouse, if I press on the right button I don't 
get the debug options, they are simply not there (they used to be in M4). I 
cannot perform those operations through the "Run" menu either, they are there 
but always grayed out.
+ I know I'm in a proper stack frame because I can access the local variables 
through the "Variables" view and because when going over a variable with the 
mouse I get the yellow tip giving me the object id.
+ I was having further problems as for some reason the “Variables” view is not 
showing static variables. I have to say that the static variable I was 
interested at did appeared once, the first time I passed though that code but 
it disappeared later on (I can look for more details on this if you want, 
though is not my primary problem)

If you need screen captures or something else, let me know
Comment 3 Darin Wright CLA 2003-02-25 12:20:37 EST
This sounds like a dup of bug 30971. Please re-set your perspective to see if 
the problems disappear (or try RC1).
Comment 4 Juan Cervera CLA 2003-02-26 03:49:44 EST
I've installed RC1 and this seems to be fixed. Thanks.

I still cannot see the static variables in the "Variables" view though, even 
when going to the Menu option in the "Variables" view and clicking over "Show 
static variables". Do you want me to raise this as a different bug?
Comment 5 Darin Wright CLA 2003-02-26 09:36:36 EST
The problem with variables filters is known in RC1 - this is actually a 
workbench bug.

*** This bug has been marked as a duplicate of 32528 ***