While debug is active and as you step through AutoLISP expressions, you can watch the return value of the most recently evaluated expression using the *last-value* variable. The *last-value* variable must be added manually to the Watch section.
Now, when debug is active and execution is interrupted with a breakpoint, the value of the most recently evaluated expression will be displayed adjacent to the *last-value* variable in the Watch section.