xrdebug / php

Official PHP client library for xrDebug
https://xrdebug.com
Apache License 2.0
222 stars 6 forks source link

Add emoji flairs 😚💖 #5

Closed rodber closed 2 years ago

rodber commented 2 years ago

Similar to topics, named flairs provide context for the debug session. Difference is that flairs are emoji based, so it is a visual/symbol context.

xr($var1, $var2, $varN, '✅#My topic');
xr($var1, '🤔😅');
xr($var1, '😭#Epic fail'); 
xr(f: '😘', t: 'Topic', $var1, $varN);

Flairs should appear in the timestamp column of the user interface