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
***[shell command]*** - the shell command that will be executed after each line of code.
44
49
The output of the shell command will be compared with *expected output* and in case if they are equal ```debug-until``` will report about triggering of an event.
45
50
46
-
***[<--step-in>]*** - by default ```debug-until``` uses the GDB's ```next``` command to iterate through your code. Add this option to switch from ```next``` to ```step``` command.
47
-
48
51
##### * run ```debug-until --help``` to get usage info in the terminal.
0 commit comments