Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » Debugging the JET in the Eclipse
Debugging the JET in the Eclipse [message #41666] Fri, 08 February 2008 22:22 Go to next message
Eclipse UserFriend
Originally posted by: pankaj.xxxxxx.com

There is a Java debug options one can debug the generated Java classe.

Is there going to be JET debugging in Eclipse for future releases?

Thanks,
-Pankaj.
Re: Debugging the JET in the Eclipse [message #41819 is a reply to message #41666] Wed, 13 February 2008 16:07 Go to previous message
Paul Elder is currently offline Paul ElderFriend
Messages: 849
Registered: July 2009
Senior Member
Pankaj:

On debugging, see:

http://www.eclipse.org/newsportal/article.php?id=821&gro up=eclipse.modeling.m2t#821

In general, I advocate against writing significant amounts of Java code in a
JET template - it is just plain hard to debug. Writing your Java logic in
Java classes is better for a number of reasons:
* JET templates are not burdened with large amounts of logic.
* It's easier to test and debug these separate classes.
* The Java editing experience is best when using the JDT editors.

On the idea of a JET debugger, I am open to proposals. Nothing is in plan
for the Ganymede release (Jun 2008). But the June 2009 release is a blank
slate.

Paul

"pankaj" <pankaj@xxxxxx.com> wrote in message
news:e82b0ccc863733ef105d4e02e97cf08b$1@www.eclipse.org...
> There is a Java debug options one can debug the generated Java classe.
> Is there going to be JET debugging in Eclipse for future releases?
>
> Thanks,
> -Pankaj.
>
Previous Topic:Any JET2 sample with Java object input ?
Next Topic:Setting string to a variable
Goto Forum:
  


Current Time: Thu Apr 25 23:14:08 GMT 2024

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

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

Back to the top