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
This will allow users to write a simple script, place it at one place (e.g. a Rails controller), and execute the entire debugging process without any automatically.
Right now it's not possible because the debugger assumes do: or pre: options only have 1 level of action.
The text was updated successfully, but these errors were encountered:
Ah, I see. I misunderstood the current do: spec.
To introduce parens we need to introduce parser to analyze the commands and we need to consider the syntax more.
Your proposal
Allow nesting commands like this:
Or even:
This will allow users to write a simple script, place it at one place (e.g. a Rails controller), and execute the entire debugging process without any automatically.
Right now it's not possible because the debugger assumes
do:
orpre:
options only have 1 level of action.The text was updated successfully, but these errors were encountered: