mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-17 09:32:22 -07:00
precompute watch row infos before build
This commit is contained in:
@@ -13077,7 +13077,7 @@ rd_frame(void)
|
||||
{
|
||||
RD_Cfg *watch = rd_cfg_new(user, str8_lit("watch"));
|
||||
RD_Cfg *expr = rd_cfg_new(watch, str8_lit("expression"));
|
||||
rd_cfg_new(expr, str8_lit("targets[1]"));
|
||||
rd_cfg_new(expr, str8_lit("targets[0]"));
|
||||
}
|
||||
{
|
||||
RD_Cfg *watch = rd_cfg_new(user, str8_lit("watch"));
|
||||
|
||||
+43
-1079
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user