Issue 46: A Tool for debug robot testcase step by step
http://code.google.com/p/robotframework/issues/detail?id=46

Comment #5 by pekka.klarck:
I really think using listener interface is the best approach for implementing this kind of tool. In 2.0.2 we added new methods start_keyword and end_keyword (issue 100)
and made it possible to give arguments to listeners (issue 103), and these
enhancements ought to make it even easier to create a debugger. If the current listener methods don't provide enough information, that can be fixed in issue 88.

For more information about listeners see:
http://robotframework.googlecode.com/svn/trunk/doc/userguide/RobotFrameworkUserGuide.html#using-listener-interface

Implementation suggested in this issue originally won't be implemented. Please open a new issue for a tool using listeners interfaces for getting the debug information.
Note also that there's issue 101 that describes a related tool.


Issue attribute updates:
        Status: WontFix

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to