(How) can I export a call stack when at a breakpoint?

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

enter image description here

+4
source share
1 answer

. CTRL + A CTRL + C . CTRL + C. CTRL + SHIFT + ..

+6

All Articles