Do you want local variables or variables in scope?

Local variables are available as "info local" and parameters are available
via "info stack".  I don't know of any easy way to get all of the scope
variables.  You might want to just get a few and use scrolling to get more.

-Alex 

On 12/20/15, 11:01 PM, "dhwanishah85" <dhwanisha...@gmail.com> wrote:

>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.

Reply via email to