Closed goodluck110706112 closed 3 years ago
This is normal. Displaying color in the terminal is implemented by special characters called ANSI escape codes. vim is showing you those characters. If you search for "vim color codes" there is information on how to deal with this, such as https://unix.stackexchange.com/questions/7695/how-to-make-vim-display-colors-as-indicated-by-color-codes
I'm very happy that I found snoop, a very useful debug tool for python! But I found a problem about color, code:
` # torchsnooper.register_snoop()
But when I see log file use cat commant, the color is normal:
but when I use vim ,the color is abnormal:
How can I solve this problem? Thank you!