mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-21 11:14:59 -07:00
handle aliases gracefully in eval expansion & string iterator
This commit is contained in:
@@ -1953,7 +1953,8 @@ e_default_expansion_type_from_key(E_TypeKey root_key)
|
||||
// want to ignore them.
|
||||
//
|
||||
else if(kind == E_TypeKind_Lens ||
|
||||
kind == E_TypeKind_Modifier)
|
||||
kind == E_TypeKind_Modifier ||
|
||||
kind == E_TypeKind_Alias)
|
||||
{
|
||||
done = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user