mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
turn off call stack tree macro for now
This commit is contained in:
@@ -12298,6 +12298,7 @@ rd_frame(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//- rjf: add macro for call stack tree
|
//- rjf: add macro for call stack tree
|
||||||
|
#if 0
|
||||||
{
|
{
|
||||||
String8 collection_name = str8_lit("call_stack_tree");
|
String8 collection_name = str8_lit("call_stack_tree");
|
||||||
E_TypeKey collection_type_key = e_type_key_cons(.kind = E_TypeKind_Set,
|
E_TypeKey collection_type_key = e_type_key_cons(.kind = E_TypeKind_Set,
|
||||||
@@ -12316,6 +12317,7 @@ rd_frame(void)
|
|||||||
e_string2expr_map_insert(scratch.arena, macro_map, collection_name, expr);
|
e_string2expr_map_insert(scratch.arena, macro_map, collection_name, expr);
|
||||||
e_string2typekey_map_insert(rd_frame_arena(), rd_state->meta_name2type_map, collection_name, collection_type_key);
|
e_string2typekey_map_insert(rd_frame_arena(), rd_state->meta_name2type_map, collection_name, collection_type_key);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//- rjf: add macro / lookup rules for unattached processes
|
//- rjf: add macro / lookup rules for unattached processes
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user