Skip to content

Commit 8969b45

Browse files
Update README.md
1 parent f1b4817 commit 8969b45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ Inside Jupyter, run your notebook with the [ipyflow kernel](https://github.com/i
165165

166166
To use ChatDBG with `lldb` or `gdb`, just run native code (compiled with `-g` for debugging symbols) with your choice of debugger; when it crashes, ask `why`. This also works for post mortem debugging (when you load a core with the `-c` option).
167167

168-
The native debuggers work slightly differently than Pdb. After the debugger responds to your question, you will enter into ChatDBG's command loop, as indicated by the `(ChatDBG chatting)` prompt.
169-
You may continue issuing debugging commands and you may send additional messages to the LLM by starting those messages with "chat".
170-
When you are done, type `quit` to return to the debugger's main command loop.
168+
The native debuggers work slightly differently than Pdb. After the debugger responds to your question, you will enter into ChatDBG's command loop, as indicated by the `(ChatDBG chatting)` prompt. You may continue issuing debugging commands and you may send additional messages to the LLM by starting those messages with "chat". When you are done, type `quit` to return to the debugger's main command loop.
171169

172170
<details>
173171
<summary>

0 commit comments

Comments
 (0)