Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
The debugger "sees" everything that your program "sees".
As far as I understand debuggers, they are used for development, that is, for yourself, do you want to hide the array from yourself or from a partner?
put a breakpoint in another place, for example, behind the array, of course, if I understand your problem correctly
Probably not from the debugger, but from the decompiler.
see Code obfuscation.
Kmk, it is necessary to hide not an array, but data in an array, so that it is difficult to understand whether we are looking for something or not.
If you could explain why you need it, then you would probably be helped ...
Obfuscation option:
What if we expand the array into many fields in the class, while adding additional false fields. Work with multiple fields. This is where reflection can be applied.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question