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
Run by line currently stops when the end of the cell is reached.
I think a much better flow would be if it would just continue to the next cell. Why else would the user continue clicking "Run By Line" at the last line.
The text was updated successfully, but these errors were encountered:
I think to debug cell2, you should have to click the RBL button on cell 2. This might be nice but then the RBL button should be global, which I don't think we should do.
I think the button should be able to "pass focus" to the next cell. Once you are in the next cell the first button should no longer work (should be disabled). That might work nicely.
Testing microsoft/vscode#133903
Run by line currently stops when the end of the cell is reached.
I think a much better flow would be if it would just continue to the next cell. Why else would the user continue clicking "Run By Line" at the last line.
The text was updated successfully, but these errors were encountered: