This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Jython/Python and the fly likes Groovy, Jython and others... how to debug? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Groovy, Jython and others... how to debug?" Watch "Groovy, Jython and others... how to debug?" New topic
Author

Groovy, Jython and others... how to debug?

Igor Romanov
Greenhorn

Joined: Nov 24, 2001
Posts: 23
Hello all!

I'm going to embed a scripting engine in our application, which is basically is a GUI testing f/w. Since some scripts are going to be relatively big and complex (100-200 lines) i need to provide a support for debugging (step-by-step execution and locals watches at least).
I think I will create a simple editor for this, or maybe reuse some existing if possible - Eclipse+plugin maybe?
Which of the popular engines is most suitable for this task?
I will appreciate any comments, if someone did same thing already.

Thanks,
Igor


cheers,<br />Igor Romanov
Jessica Sant
Sheriff

Joined: Oct 17, 2001
Posts: 4313

we've got a whole forum dedicated to Object Oriented Scripting languages, so I'm going to move this thread. Please post your replies there. Thanks!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Groovy, Jython and others... how to debug?
 
Similar Threads
what is the phase after sometime continue futher
compiling and deploying into Tomcat
JBossCache in Eclipse
Use Case Actors
Pathname Validation - Please help out!!!