Actions
User story #16749
closedrl turn ptypes into pvalues to have more informations of variables stored
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
Description
Currently parsed variables are turned into their lightest form (ptypes) because values did not matter. But actually for example structs content is important and we will need to access structs deep data.
The best way to achieve this is to directly store the PValue, even if its content is not useful in most cases
Actions