Skip to content

Commit 06be363

Browse files
authored
Added video link
1 parent eb755f2 commit 06be363

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ by [Emery Berger](https://emeryberger.com), [Stephen Freund](https://www.cs.will
88

99
[Read the paper!](https://raw.githubusercontent.com/plasma-umass/ChatDBG/main/ChatDBG.pdf)
1010

11+
[Watch the talk!](https://www.youtube.com/watch?v=XsFGMKKaYSo)
12+
13+
[![Watch the talk!](https://img.youtube.com/vi/XsFGMKKaYSo/0.jpg)](https://www.youtube.com/watch?v=XsFGMKKaYSo)
14+
1115
ChatDBG is an AI-based debugging assistant for C/C++/Python/Rust code that integrates large language models into a standard debugger (`pdb`, `lldb`, `gdb`) to help debug your code. With ChatDBG, you can engage in a dialog with your debugger, asking open-ended questions about your program, like `why is x null?`. ChatDBG will _take the wheel_ and steer the debugger to answer your queries. ChatDBG can provide error diagnoses and suggest fixes.
1216

1317
As far as we are aware, ChatDBG is the _first_ debugger to automatically perform root cause analysis and to provide suggested fixes.

0 commit comments

Comments
 (0)