Hi There,
I am wanting to find out if it is possible to easily debug a private access field in an object?
Here is a scenario for example sake: An application is running a WebBrowser class that is accessed privately from a class.
Is it possible to stop the application, change the Html of a page and continue the application?
Thanks,
Kyle.
EDIT:
Alright, for clarification. I have a compiled .exe of an application with a WebBrowser control in it that navigates to stackoverflow, for examples sake.
Would one be able to attach a debugger (Visual Studio/Olly/Native/Etc.) to the executable, and alter (through the properties of the WebBrowser) the HTML of the website?
Hope that clears it up a tad, thanks.