Hi all, I am working on implementing FDB debugger in my project. I am using fdb commands to perform relevant tasks. I have debugger view, I have breakpoint evaluation and execution process too. So just like Flash builder, things are working in my project too. When user keep a breakpoint and run project in debug mode, Debug view is opening in right hand side pane as well tracelines comes on line where breakpoint is. Using "F6" user can traverse through lines and can see variables' values in debug view.
Issue: I need to update variables specific to the line which is currently traced. As of now I am updating whole list of variables which is taking a long time to load again and it is not feasible too. I am unable to find any command which can provide local variables from a line. I do not have any other idea at this moment. Please suggest. Thanks Dhwani -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FDB-and-its-commands-tp50721.html Sent from the Apache Flex Development mailing list archive at Nabble.com.