Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • possible bug: BREAKing out of paused frame

    Suppose I execute
    Code:
    frames reset
    pause on
    frame create auto
    frame auto {
        sysuse auto
        pause
    }
    and then once it pauses, I enter BREAK
    Code:
    pause:  
    -> . BREAK
    sending Break to calling program...
    --Break--
    r(1);
    . }
    Stata now puts me back into the default frame, which is empty. Nonetheless, the Variables window keeps showing all the variables in the auto frame (screenshot below), and the Properties window also shows information from that frame. This is probably a bug?

    Click image for larger version

Name:	Screenshot 2025-11-07 at 8.27.10 PM.png
Views:	1
Size:	764.1 KB
ID:	1782991


  • #2
    I can confirm that the same thing happens on my setup. StataNow version 19.5 MP, Windows 10 64-bit.

    Comment

    Working...
    X