hi,
I have a vb application consisting of several winForms and code files. Is it possible to run / debug only one form without having to run the whole application?
To be more specific, one of the forms in my application is the settings form where the user sets his/her desired options. These options are read/written to an xml file. Is it possible to debug just this one form (and not the whole program) to see if the reading/writing went well, if everything displayed correctly... ?
If I am thinking the wrong way about this, could you point me in the right direction?
By the way, I am using visual basic express / visual studio.