Skip to content

Commit ef64d3e

Browse files
authored
docs formatting
1 parent 34a7f80 commit ef64d3e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,17 @@ specifying the correct path to the python script.
2626

2727
```
2828
debug-until [<starting breakpoint>] [--args=<inferior args>] [<--step-in>]
29-
[-r=<number of times program should be executed>]
29+
[-r=<number of times program should be executed>] [<-i>]
3030
[[--cmp=<shell command> --exp=<expected output>]
3131
[--file-created=<file>]
3232
[--file-deleted=<file>]
3333
[--var-eq=<variable>:<expected value>]]
3434
[--end=<ending breakpoint>]
35+
36+
37+
--step-in step into the function while debugging
38+
39+
-i by-instruction debugging.
3540
```
3641

3742
### Some usage remarks:
@@ -43,8 +48,6 @@ debug-until [<starting breakpoint>] [--args=<inferior args>] [<--step-in>]
4348
***[shell command]*** - the shell command that will be executed after each line of code.
4449
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.
4550

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-
4851
##### * run ```debug-until --help``` to get usage info in the terminal.
4952

5053
## Example:

0 commit comments

Comments
 (0)