mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 14:28:40 +00:00
fill out first pass implementations of raddbg_markup features; thread names, thread colors, format-string output-debug-string helper, attachment-checking
This commit is contained in:
@@ -3114,6 +3114,8 @@ rd_eval_space_write(void *u, E_Space space, void *in, Rng1U64 range)
|
||||
MD_Node *child_schema = md_child_from_string(root_schema, child_key, 0);
|
||||
if(str8_match(child_schema->string, str8_lit("label"), 0))
|
||||
{
|
||||
result = 1;
|
||||
ctrl_entity_equip_string(d_state->ctrl_entity_store, entity, write_string);
|
||||
rd_cmd(D_CmdKind_SetEntityName, .ctrl_entity = entity->handle, .string = write_string);
|
||||
}
|
||||
else if(str8_match(child_schema->string, str8_lit("dbg"), 0))
|
||||
|
||||
Reference in New Issue
Block a user