Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Debugging Jython with JyDT - Step Debug buttons grayed out...(Debugger)
Debugging Jython with JyDT - Step Debug buttons grayed out... [message #734469] Fri, 07 October 2011 22:06 Go to next message
Marc Edwards is currently offline Marc EdwardsFriend
Messages: 5
Registered: October 2011
Junior Member
My apologies for this novice/newbie question.

I'm just beginning my Jython experience with Eclipse & JyDT.

I have installed:

Ubuntu 11.04
Sun Java 1.6
Jython 2.5.2
Eclipse 3.5.2
JyDT 1.4.15

I have been able to: (1) configure the Eclipse/JyDT environment, (2) created a Jython project, and (3) extremely simple Jython module, "main.py" with an if/print statement.

I am also able to run the main module and the Eclipse Console displays the print statement.

My Debug stack has the (1) main module, (2) Jython interpreter, and (3) Java 1.6.0.26 VM listed. After the program executes, the Debug stack shows the JVM returning a "0" return code.

So far, so good!

HOWEVER, I wanted to test DEBUGGING line by line and setting breakpoints.

I am able to set breakpoints with no problem. However, in the Eclipse Debug window the Step/Step Into/Pause/Stop, etc buttons are all grayed out and inactive!! When I try to run the program in Debug As mode, the breakpoints are ignored and the program just executes as in a normal run mode.

What am I doing wrong that is preventing me from seeing the line-by-line debug control buttons active?

Kind regards, Marc
Re: Debugging Jython with JyDT - Step Debug buttons grayed out... [message #735325 is a reply to message #734469] Tue, 11 October 2011 14:18 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Since JyDT is provided by a third party, you're best bet is to ask on
whatever forum or user support channel they provide.


On 10/7/11 6:06 PM, Marc Edwards wrote:
> My apologies for this novice/newbie question.
>
> I'm just beginning my Jython experience with Eclipse & JyDT.
>
> I have installed:
>
> Ubuntu 11.04
> Sun Java 1.6
> Jython 2.5.2
> Eclipse 3.5.2
> JyDT 1.4.15
>
> I have been able to: (1) configure the Eclipse/JyDT environment, (2)
> created a Jython project, and (3) extremely simple Jython module,
> "main.py" with an if/print statement.
>
> I am also able to run the main module and the Eclipse Console displays
> the print statement.
>
> My Debug stack has the (1) main module, (2) Jython interpreter, and (3)
> Java 1.6.0.26 VM listed. After the program executes, the Debug stack
> shows the JVM returning a "0" return code.
>
> So far, so good!
>
> HOWEVER, I wanted to test DEBUGGING line by line and setting breakpoints.
>
> I am able to set breakpoints with no problem. However, in the Eclipse
> Debug window the Step/Step Into/Pause/Stop, etc buttons are all grayed
> out and inactive!! When I try to run the program in Debug As mode, the
> breakpoints are ignored and the program just executes as in a normal run
> mode.
>
> What am I doing wrong that is preventing me from seeing the line-by-line
> debug control buttons active?
>
> Kind regards, Marc
>
Previous Topic:org.eclipse.equinox.p2.core.ProvisionException
Next Topic:Auto-indent of CDT Macros
Goto Forum:
  


Current Time: Tue Mar 19 10:53:36 GMT 2024

Powered by FUDForum. Page generated in 0.04872 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top