472,950 Members | 2,376 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,950 software developers and data experts.

breakpoint dont work anymore when debugging in vs2008 (part-2)

Vista sp1 C#
Hi: after I opened a vs2005 IDE... my breakpoints when debugging in vs2008
dont work any more, any ideas?

the test finished but It does not stop.

Thanks
Jun 27 '08 #1
3 3551
It sounds like you're trying to debug a unit test, in which case you'll need
to explicitly tell the unit test to start with debugging enabled. If you're
not trying to debug a unit test, it could be a problem with Vista's UAC if
you're not running the IDE with elevated privileges and you're trying to
attach the debugger to a process running under a system account.

Some more background information about what you're trying to do would be
helpful.

"raulavi" <ra*****@discussions.microsoft.comwrote in message
news:20**********************************@microsof t.com...
Vista sp1 C#
Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
vs2008
dont work any more, any ideas?

the test finished but It does not stop.

Thanks
Jun 27 '08 #2
Thanks Jeff.
I always debugg on ide VS2008 vista sp1 c#
yes is a unit test and it was running under debugger(as I always do)
suddenly after load IDE VS2005, the breakpoints don't start line debugging,
the test runs and finish reporting passed on the output window

Can you give me an idea on the UAC ...what can I check/where

my IDE always run with as administrator (is any way to be sure 100% of it?)

"Jeff Winn" wrote:
It sounds like you're trying to debug a unit test, in which case you'll need
to explicitly tell the unit test to start with debugging enabled. If you're
not trying to debug a unit test, it could be a problem with Vista's UAC if
you're not running the IDE with elevated privileges and you're trying to
attach the debugger to a process running under a system account.

Some more background information about what you're trying to do would be
helpful.

"raulavi" <ra*****@discussions.microsoft.comwrote in message
news:20**********************************@microsof t.com...
Vista sp1 C#
Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
vs2008
dont work any more, any ideas?

the test finished but It does not stop.

Thanks
Jun 27 '08 #3
On Jun 24, 3:41 pm, raulavi <raul...@discussions.microsoft.comwrote:
Thanks Jeff.
I always debugg on ide VS2008 vista sp1 c#
yes is a unit test and it was running under debugger(as I always do)
suddenly after load IDE VS2005, the breakpoints don't start line debugging,
the test runs and finish reporting passed on the output window

Can you give me an idea on the UAC ...what can I check/where

my IDE always run with as administrator (is any way to be sure 100% of it?)

"Jeff Winn" wrote:
It sounds like you're trying to debug a unit test, in which case you'll need
to explicitly tell the unit test to start with debugging enabled. If you're
not trying to debug a unit test, it could be a problem with Vista's UAC if
you're not running the IDE with elevated privileges and you're trying to
attach the debugger to a process running under a system account.
Some more background information about what you're trying to do would be
helpful.
"raulavi" <raul...@discussions.microsoft.comwrote in message
news:20**********************************@microsof t.com...
Vista sp1 C#
Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
vs2008
dont work any more, any ideas?
the test finished but It does not stop.
Thanks
Maybe your VS2005 tried to open the VS2008 project and corrupted
breakpoints info?
Try to set them again in VS2008...
Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: raagz | last post by:
Hi, I am using the .NET validation controls for validating . The validation works fine with IE but none of them work with Netscape 6 browser. Do i have to configure something in vS.NET to...
2
by: pmud | last post by:
Hi, I have an ASP.Net web page . The page was working fine until I added a required field field validator. My page has a link button which takes the user to another page, a submit button which...
5
by: DCC-700 | last post by:
I am using ASP.Net with VB on the 1.1 Framework running on Win XP Pro. I am trying to gauge the time it takes to sort a datagrid using different code sets. But when I am debugging the page there...
4
by: Torben Laursen | last post by:
Hi Is there a way to prevent the debugger from stepping into the stl code when I am debugging my code? Thanks Torben
0
by: Socorro | last post by:
I'm getting a strange recurring error when debugging a website project. It happens frequently and takes a long time (even hours sometimes) to recover and work around. Object...
1
by: jochemdu | last post by:
Hi All, I made a little script a while ago and it worked but now my hosting provider changed some PHP settings on the server, they enabled safe mode and now i have to switch to CURL. When...
3
by: Pixel.to.life | last post by:
All, A question on JIT debugging with VS2005. I have a managed app that builds great on one machine (Vista Home basic, VS2005, JIT enabled for managed/unmanaged code). I can also debug it...
5
by: =?Utf-8?B?cmF1bGF2aQ==?= | last post by:
vs2008 c# add-in TestMatrix 2.0 nUnit 2.4.7 apologize for trying here to get answers to my problem but i might be lucky if some one can give me a hint or tip. I trying to start debugging my...
0
by: Bobby Edward | last post by:
All of a sudden my "Browse..." button doesn't work anymore. This is the button in the CSS "Modify Style" dialog for "background-image:". I've rebooted and it still fails. Any idea how to fix...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.