If you only need it for your own testing purposes, it might make sense to just make a schedule loop that uses bottomprint and/or centerprint to show you your variables.
function showme(%client)
{
%client.centerprint("<just:right>Something:" SPC $myVariable SPC "Else:" SPC $myOtherVariable);
schedule(100, %client, showme, %client);
}