Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't debug unit tests of an ASP.NET project in VS 2005

Status
Not open for further replies.

Justin115

Programmer
Joined
Jun 20, 2006
Messages
8
Location
US
I'm trying to use the debugger to step through some unit tests I wrote for an ASP.NET 2.0 web service. Unfortunately, I can't get the debugger to hit any of my breakpoints. It flys right by breakpoints in both the unit test code and the code in the web service project. If it matters, I'm not trying to test and debug the web service itself--just normal .NET code within the web service project.

Right now, I'm running my web project through IIS. I wasn't able to get debugging working through the VS development web server either, however.

Does anyone have any ideas? I'd greatly appreciate some help.

-Justin
 
What unittester are you using?

Nunit, csunit?? the one that comes with the team system thingie (or whatever it is called)

Christiaan Baes
Belgium

"My new site" - Me
 
The one that comes with the team system thingie. I meant to mention that; sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top