This follows on from an earlier question.
I've inherited a VB application of unknown version. I only have Visual Studio Express 2010 and this needs to convert the application to allow it to open. I've done this, made some small code changes and rebuilt it. I can run the .exe file in the bin/Debug folder but I need to be able to step through the code to see where it goes. How do I do this?
Or is it a case of setting a break point in Visual Studio itself and starting the debugger here? I'm not all all clear about this because the vbproj file that contains most of the code is in among a number of frm.vb and cls.vb files.
I've inherited a VB application of unknown version. I only have Visual Studio Express 2010 and this needs to convert the application to allow it to open. I've done this, made some small code changes and rebuilt it. I can run the .exe file in the bin/Debug folder but I need to be able to step through the code to see where it goes. How do I do this?
Or is it a case of setting a break point in Visual Studio itself and starting the debugger here? I'm not all all clear about this because the vbproj file that contains most of the code is in among a number of frm.vb and cls.vb files.