• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
reply
    Bookmark Topic Watch Topic
  • New Topic