Idea Summary
Allow encrypted item values to be visible during debug.
Use Case
When debugging, item values are stored encrypted in session state.
These values are visible when viewing session state (Session -> View Session State) but not when viewing debug (Debug -> View Debug)
The same values appear with asterisks:
Session State: P1_PERSON_ID=>*** (Type difference: Item=VARCHAR2, Value=VARCHAR2)
Session State: P1_YN=>*** (Type difference: Item=VARCHAR2, Value=VARCHAR2)
Session State: P1_EDIT_YN=>*** (Type difference: Item=VARCHAR2, Value=VARCHAR2)
The only way to see these values is to introduce a security risk by decrypting the values - and this could potentially be released through to production if you forget to re-encrypt.
If the values are visible when viewing session state, I believe they should be visible when viewing debug.