vb express / visual studio - is it possible to run / debug one form only in a multi form application
Posted
by Luay
on Stack Overflow
See other posts from Stack Overflow
or by Luay
Published on 2010-05-06T20:07:09Z
Indexed on
2010/05/06
20:58 UTC
Read the original article
Hit count: 171
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.
© Stack Overflow or respective owner