[DEBUG] add debug to find the error
This commit is contained in:
parent
240147561d
commit
8543095cf3
@ -97,6 +97,8 @@ bool exml::Attribute::Parse(const etk::UString& _data, int32_t& _pos, bool _case
|
||||
}
|
||||
m_value = _data.Extract(lastElementName+3, lastAttributePos+1);
|
||||
|
||||
EXML_DEBUG("attribute : " << m_name << "=\"" << m_value << "\"");
|
||||
|
||||
_pos = lastAttributePos;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user