gotcha / ipdb

Integration of IPython pdb
BSD 3-Clause "New" or "Revised" License
1.85k stars 146 forks source link

How to highlight in different colors for variables inside `fstring` [feature-request] #201

Closed avatar-lavventura closed 4 years ago

avatar-lavventura commented 4 years ago

I have a request related to coloring. Please see: https://emacs.stackexchange.com/questions/55184/how-to-highlight-in-different-colors-for-variables-inside-fstring-on-python-mo

image

Exaple of output I want:

image

I observed the same coloring issue in emacs. It is solved the the given solution on the link I attached.

[Q] Is it possible to apply it into ipdb as for fstring?

gotcha commented 4 years ago

ipdb is a lightweight wrapper around IPython. You need to make this request on their side.