Debugging in VS2003

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/23/2006 11:44:02 AM
Gravatar
Total Posts 7

Debugging in VS2003

 

I cannot hit breakpoints when attempting to debug the code in VS2003.

I've set the Properties of the mojoPortal.Web project to Debug Mode="URL" and the start URL to http://localhost/mojoportal/default.aspx

the web site comes up, but no breakpoints are hit. 

I'm running VS2003 on WinXP Pro SP2, attempting to debug the problem in my next post...

 

thanks,

Ryan Belkot

4/23/2006 11:51:02 AM
Gravatar
Total Posts 18439

Re: Debugging in VS2003

Hi Ryan,

Are you in debug mode in VS, not the web properties but up in the toolbar of vs?
In the properties of the web is Enable ASP.NET Debugging set to true?
Make sure also the web.config has compilation debug=true

Hope it helps,

Joe
4/23/2006 11:55:51 AM
Gravatar
Total Posts 7

Re: Debugging in VS2003

 

Joe:

Thanks for your quick response...  the problem turned out to be the "Enable ASP.NET Debugging" option.  I can't believe I didn't see that.  Works like it should now!

 

thanks,

Ryan Belkot

You must sign in to post in the forums. This thread is closed to new posts.