Is there a way to export the call stack when the code is stopped at a breakpoint?
I have very long lines of identifiers that I need to capture for use in another program (see. Fig.), And renaming from screen capture is actually not an option; -)
I click in the XE2 environment but cannot find anything.
(Workaround: Now I continue to jump through the code after the breakpoint until I have moved enough backups onto the stack so that the local variables are available again.)

source
share