mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
eval_visualization layer: builtin view rules, porting of more debug engine code over
This commit is contained in:
@@ -1009,8 +1009,6 @@ df_watch_view_build(DF_View *view, DF_WatchViewState *ewv, B32 modifiable, U32 d
|
||||
if(state_dirty)
|
||||
{
|
||||
MemoryZeroStruct(&blocks);
|
||||
D_EvalViewKey eval_view_key = df_eval_view_key_from_eval_watch_view(ewv);
|
||||
D_EvalView *eval_view = d_eval_view_from_key(eval_view_key);
|
||||
String8 filter = str8(view->query_buffer, view->query_string_size);
|
||||
RDI_SectionKind fzy_target = RDI_SectionKind_UDTs;
|
||||
switch(ewv->fill_kind)
|
||||
|
||||
Reference in New Issue
Block a user