Commit 616ed51
committed
Fix GDB tab completion issue
So it seems that importing readline causes issue with the GDB prompt, in fact
GDB already tries (failing) to avoid that. The issue manifests when debugging a
program with the source code available, e.g., C, and IPython is available in the
system.
Fixes #325 and closes #326 by providing a better solution.1 parent 49c8dad commit 616ed51
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2374 | 2374 | | |
2375 | 2375 | | |
2376 | 2376 | | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
2377 | 2382 | | |
2378 | 2383 | | |
2379 | 2384 | | |
| |||
0 commit comments