debugging

S

steve

I'd really like to be able to use the debugger in Visual Studio 2003
with my InfoPath forms. it would be nice to be able to step thru the
code.

however, when i try to debug, i get this message "A project with an
Output type of Class Library cannot be started directly" - follow by
another paragraph that makes little sense to me.


can anybody explain to me how to get the debugger to work in simple
terms (i only very occasionally develop in Visual Studio/InfoPath)?

thanks!
 
S

Shiva (GGK Tech)

Hello,

First you have to put the break points for debugging using ‘F9’ in code.
Then check your solution is ‘Debug’ mode or not. After that you can press
‘F5’ to run the application then it will goes to debug mode if you have break
point in onLoad event. Otherwise whenever you action is performed related to
that debug code will execute
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top