source-markup-defined auto-view-rules

This commit is contained in:
Ryan Fleury
2025-03-26 13:45:26 -07:00
parent 8f7ca178c2
commit 03cbbac6d7
7 changed files with 329 additions and 251 deletions
+2
View File
@@ -6,6 +6,7 @@
** stepping, breakpoints, evaluation, cross-module calls.
*/
#define RADDBG_MARKUP_IMPLEMENTATION
#include "lib_raddbg_markup/raddbg_markup.h"
////////////////////////////////
@@ -142,6 +143,7 @@ struct Fixed_Array{
int count;
};
raddbg_auto_view_rule(Dynamic?, slice);
struct Dynamic_Array{
Pair *pairs;
int count;