Announcement

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

  • Wish List item: debugging like Microsoft VBA editor?

    I am using Stata Intercooled version 13.1 on Windows 7, 32 bit platform.
    It would be helpful if debugging in Stata Do-file Editor could be implemented like VBA Editor in Microsoft Office applications. The VBA editor allows stepping through by pressing F8, highlighting each successive line of code and enabling one to see the evolving values of various variables.

  • #2
    See

    Code:
    help trace
    Best
    Daniel

    Comment

    Working...
    X