Step by Step debugger

Options
Would love a feature for the debugger that allows me to automatically pause after each step, inspect what happened, and hit "Next" to move on to the next step, and perhaps "Resume" to continue uninterrupted. 

Comments

  • Sean Montgomery
    Sean Montgomery Administrator

    ADMIN

    Options
    This would be awesome, but this is seriously challenging. It will take a lot to make this happen - but it is on our radar!
  • Jay
    Jay Member
    Options

    I figured it’s probably messier than it looks.
  • Daniel Rjeili
    Options
     this would be awesome but as  said its complex! Maybe what can help its to remind basic concepts of development like “ single responsibility principle “ where you break in peaces something ( block of code, function,.. ) big or and complex. And if you name all in a good convention … you gonna be able to “see”, debug, update better…