You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Re-add 'highlight-line' option to "Source" and "Assembly" module
This allows to set the background color for Pygments text.
This was originally added in 4328974
then reverted in 0736cf3. Here is the
reason:
#116 (comment)Close#252