Hide senstive variables in debug mode

Hi Forum,
Is there anyway I can hide sensitive data during debug mode, so that other developer cannot see that variable value while debugging in the local or watch window.

Thanks In Advance

No, you can’t.

This is a very peculiar scenario.

If any other developer cannot see the data, wouldn’t be more appropriate just avoid he access/view the code?

@alexandretperez thanks for the reply but I want my support team not to see the data. In case of any failure they need to access the code plus not all data is sensitive.

You can check the private property of an activity. This will prevent from printing the variable value in logs.

What is your use-case? How do you expect a developer to debug without having access to the variables value?