You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a break point on name := p.Name. When the breakpoint hits, I expand the p structure in the Variables tab of the debugger. It shows Name and Age. However, when I press Step Over, the code pointer moves, but the expanded p structure is collapsed. I have to expand it with each code line processed.
It would be nice if the debugger kept the structure expanded while walking through the code.
The text was updated successfully, but these errors were encountered:
Given the simple program:
When setting a break point on
name := p.Name
. When the breakpoint hits, I expand thep
structure in the Variables tab of the debugger. It shows Name and Age. However, when I press Step Over, the code pointer moves, but the expandedp
structure is collapsed. I have to expand it with each code line processed.It would be nice if the debugger kept the structure expanded while walking through the code.
The text was updated successfully, but these errors were encountered: