Book a Demo

Author Topic: Using VS 2005 debugger for Web Parts w/ threading  (Read 1988 times)

svanschalkwyk

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Using VS 2005 debugger for Web Parts w/ threading
« on: April 24, 2007, 07:10:36 am »
Hi,
I'm developing Web Parts (WSS 3.0) on top of a multi-tier multi-threaded application. My DataLayer is handed off to another thread and that is where the problem lies. I cannot reach any breakpoint in the code after the handoff.

I attach the debugger to the w3wp.exe process and it works fine for the HttpHandler etc. but not for anything that's one thread away.

I'm using C# in .NET 2.0, VS 2005, EA Pro 6.5.805 and MDG 2.3.

Any insight will be much appreciated!
Thanks,
Step.