Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/readthedocs/debugger/entry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Although the debugger tries to set things up to make it look like your
program is called, sometimes the differences matter. Also the debugger
adds overhead and slows down your program.

Another possibility then is to a function call into your Makefile to call
Another possibility then is to add a function call into your Makefile to call
the debugger at the spot you want to stop at.

Here is an Example:
Expand Down Expand Up @@ -87,5 +87,5 @@ Entering the debugger when ``remake`` encounters an error

This is done by supplying the ``--post-mortem`` or ``-!`` option on invocation.

Note that in contrast to the situations above. although you can examine state and evaluating expressions, execution
Note that in contrast to the situations above. although you can examine state and evaluate expressions, execution
has terminated. Therefore, some of the execution-specific commands are no longer applicable.