473,385 Members | 1,483 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

stop when debugging

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 test on certain line using (add-in
testmatrix), I run the "debug test" option the test runs but it does not stop
to debug, any ideas, is it an option that I missed when installing vs2008?
thanks
Jun 27 '08 #1
5 2083
raulavi formulated the question :
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 test on certain line using (add-in
testmatrix), I run the "debug test" option the test runs but it does not stop
to debug, any ideas, is it an option that I missed when installing vs2008?
thanks
Let's ask the obvious first: you did place a breakpoint in that code?
And the code was compiled in debug mode?

Hans Kesting
Jun 27 '08 #2
yes.
PD: how do you make sure breakpoints are compiled
I clean my solution and ran rebuild, this same process for breakpoint i've
been doing it for months.

we sure have to go to the obvious things so I dont mind any ideas.

after installing vista SP1 breakpoints dont work.

I was chasing this bug "breakpoint" not working on the web and found lots
of people having all sorts of problems with breakpoint on different debuggers.

debugging ASP application using breakpoints have problems too.

so disreagard that is testmatrix or nUnit.

thanks Hans.

"Hans Kesting" wrote:
raulavi formulated the question :
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 test on certain line using (add-in
testmatrix), I run the "debug test" option the test runs but it does not stop
to debug, any ideas, is it an option that I missed when installing vs2008?
thanks

Let's ask the obvious first: you did place a breakpoint in that code?
And the code was compiled in debug mode?

Hans Kesting
Jun 27 '08 #3
if I click debug >window >brekpoints
the window opens and shows all breakpoints, are they compiled or is just
getting the info from XMLs ?

"raulavi" wrote:
yes.
PD: how do you make sure breakpoints are compiled
I clean my solution and ran rebuild, this same process for breakpoint i've
been doing it for months.

we sure have to go to the obvious things so I dont mind any ideas.

after installing vista SP1 breakpoints dont work.

I was chasing this bug "breakpoint" not working on the web and found lots
of people having all sorts of problems with breakpoint on different debuggers.

debugging ASP application using breakpoints have problems too.

so disreagard that is testmatrix or nUnit.

thanks Hans.

"Hans Kesting" wrote:
raulavi formulated the question :
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 test on certain line using (add-in
testmatrix), I run the "debug test" option the test runs but it does not stop
to debug, any ideas, is it an option that I missed when installing vs2008?
thanks
Let's ask the obvious first: you did place a breakpoint in that code?
And the code was compiled in debug mode?

Hans Kesting

Jun 27 '08 #4
raulavi expressed precisely :
if I click debug >window >brekpoints
the window opens and shows all breakpoints, are they compiled or is just
getting the info from XMLs ?
I don't think breakpoints are compiled into the dll: you can add and
remove breakpoints in a running application.
My guess is that the breakpoint-location is stored in a local project
or solution file.

As your breakpoints didn't work anymore after a Vista upgrade, my guess
is that the problem is there. Possibly you don't have enough rights to
debug (anymore). Maybe there is a Visual Studio fix for this?

Hans Kesting
Jun 27 '08 #5
>Possibly you don't have enough rights to debug (anymore). <<

I am into it, I set my nUnit as run as administrator. did not help.

where are those debug rights?
"Hans Kesting" wrote:
raulavi expressed precisely :
if I click debug >window >brekpoints
the window opens and shows all breakpoints, are they compiled or is just
getting the info from XMLs ?

I don't think breakpoints are compiled into the dll: you can add and
remove breakpoints in a running application.
My guess is that the breakpoint-location is stored in a local project
or solution file.

As your breakpoints didn't work anymore after a Vista upgrade, my guess
is that the problem is there. Possibly you don't have enough rights to
debug (anymore). Maybe there is a Visual Studio fix for this?

Hans Kesting
Jun 27 '08 #6

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

Similar topics

9
by: Vince C. | last post by:
Hi. This is a feature that is really going on my nerves as I've been writing SOAP Web services using ASP and SOAP toolkit 3.0. My web services ASP scripts send XML data to the client...
8
by: Matt Theule | last post by:
While stepping through an ASP.NET project, I found that data was being inserted into my database even though I was not stepping through the code that inserted the data. I have a single page with...
3
by: Lloyd Sheen | last post by:
Is there a setting in VS2003 to ensure that when debugging a page it will stop on all errors. At present it just displays a page with the error but I want it to stop at that line when the error...
2
by: ENathan | last post by:
I have a public sub in a class that does something like: If ValuesChanged() Then UpdateDatabase End If ValuesChanged and UpdateDatabase are Private functions within the class. My problem...
9
by: Rea | last post by:
Hi eb I set some 'Stop' statements and also visual breakpoints in asp code (vbscript). I am doing that in Microsoft Script debugger. Than I refresh the original page and expect execution to halt...
3
by: ohnoonho | last post by:
Hello, I posted this in the C# group but thought maybe the better place would be here since it is happening with website projects so please forgive any cross posting. In my website projects I...
1
by: dfetrow410 | last post by:
Is there a setting in VS to stop the debugging prosess when is finds a compile error?
0
by: Saran | last post by:
Hi, I am having a method that handles the click event of a button on the page. This method will also send an email. Sending email comes after several lines of code in the method. I was testing...
0
by: Bob | last post by:
I have a newbie question on visual studio performance. My project has gotten somewhat large and visual studio (I am using c# express) is starting to take quite awhile to stop debugging (it seems...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.