From: Frank C. <fc...@pu...> - 2002-07-31 02:18:03
|
I embed Jython into TestMaker to provide a scripting language for building intelligent test agents. A TestMaker user is interested in a Jython debugger. I was wondering if anyone knew of such a thing? Details on TestMaker are at http://www.pushtotest.com/ptt -Frank Hello Frank, Thanks for the reference. The instructions are below. I will update you as I enhance my configuration and gather more information. I am still on the prowl for a debugger. Does Forte debug Jython? Do you know of any Open Source, Free, or even inexpensive Jython debugger? Thanks, Dan -------------------------------------------------------------- Configuring Slickedit 7.0 for TestMaker There is still room for improvement here, because it is actually a Python mode and not Jython, which among other things, means no support for the embedded Java stuff. But I like it! 1. Add a new extension "a" and have it refer to "py" Tools->Configuration->Extension Setup 2. Set the Execute Command Project->Project Properties->Tools->Execute Command line: C:\Develop\TestMaker3b3\testmaker\scripts\runagent.bat %f (substitute your path) I also tick capture output and clear process buffer. 3. Add a Help Command Project->Project Properties->Tools->New Command Line: start file://C:/Develop/TestMaker3b3/doc/index.html Menu Caption: &Help 4. If you haven't already, follow the SlickEdit instructions for tagging the Python runtimes. NOTES: 1. I have an enhancement request into SlickEdit to add Jython support (the auto completion and tagging only works with the Python right now. The more people that request this, the more likely we will get it so send an email!! (su...@sl...) 2. There seems to be an issue with double-clicking an error message - it takes you to the right file, but not the correct line. I have an open support case on this. --------------------------------------------------------------- _______________________________________________ Users mailing list Us...@li... http://lists.pushtotest.com/mailman/listinfo/users -- Frank Cohen, CEO, PushToTest, www.pushtotest.com, phone: 408 374 7426 Come to PushToTest for free open-source Active Security solutions that test, monitor and automate Web Service systems for functionality, scalability and performance. |