phptrace
phptrace copied to clipboard
在某些终端配色下,个别信息不能被看到
trafficstars
I found that printf(" called at [" PTC_BBLACK "%s:%d" PTC_RESET "]", frame->filename, frame->lineno); 在某些终端配色下,PTC_BBLACK 的 文件名那里是不可见的(如果选择后可见)。 能不能给个可选的配色方案?
Paste your screenshot here?

其实那里有文本输出,不选择是看不到的。 可能是我的终端的Theme比较另类。。。
Here is our expectation...
I think your theme is using Bold Black as background color, try this command echo -e '\x1b[1;30m hello \x1b[0m'.