mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
re-enable auto view rules in mule
This commit is contained in:
+2
-1
@@ -924,7 +924,8 @@ E_TYPE_ACCESS_FUNCTION_DEF(default)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// rjf: bad conditions? -> error if applicable, exit
|
// rjf: bad conditions? -> error if applicable, exit
|
||||||
if(e_type_key_match(e_type_key_zero(), check_type_key))
|
if(l.root == &e_irnode_nil ||
|
||||||
|
e_type_key_match(e_type_key_zero(), check_type_key))
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ void optimized_struct_parameters_eval_tests(void);
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
// raddbg_auto_view_rule(std::vector<?>, slice(_Mypair._Myval2));
|
raddbg_auto_view_rule(std::vector<?>, slice($._Mypair._Myval2));
|
||||||
|
|
||||||
struct Basics{
|
struct Basics{
|
||||||
char a;
|
char a;
|
||||||
@@ -150,7 +150,7 @@ struct Dynamic_Array{
|
|||||||
Pair *pairs;
|
Pair *pairs;
|
||||||
int count;
|
int count;
|
||||||
};
|
};
|
||||||
// raddbg_auto_view_rule(Dynamic_Array, slice);
|
raddbg_auto_view_rule(Dynamic_Array, slice($));
|
||||||
|
|
||||||
struct Struct_With_Embedded_Arrays{
|
struct Struct_With_Embedded_Arrays{
|
||||||
int x;
|
int x;
|
||||||
|
|||||||
Reference in New Issue
Block a user