Quote:
Originally Posted by Leep
Or: B0b can you give me more detailed instruction on how to produce a build debug. Remember, I'm an ancient Fortran, Extended Basic person.
cheers
|
Wow, that really depends. If you are using Visual Studio [Express] it as as easy as setting the build configuration in the toolbar to "debug". If you are using the command line csc or vbc compiler you will have to specify debug mode. If you type csc or vbc with no parameters I believe it gives you help.
BOb