Setting-up a "watch" for the return value of a function?
Thu, 20 Mar 2008 07:05:01 -0700
Frequently I'd like to set-up a "watch" for the return value of a function.
In the VS 6.0 C++ IDE, the Locals (or was it Autos?) window would show you
the return value for a function. Is there something equivalent in VS 2005?
For example, I have a C# method that returns the value of an inline method
call: ...
|
Weird Literal rendering behavior
Wed, 19 Mar 2008 01:32:01 -0700
I have a button and a literal on my page (among other things but *I think*
this functionality is pretty much isolated).
1. In Page_Init I set literal.Text = "PAGEINIT"
2. In the button's click method I set literal.Text = "BUTTONCLICKED"
3. In Page_PreRender I verify that literal.Text == "BUTTONCLICKED" af ...
|
Custom Module will not debug
Fri, 14 Mar 2008 12:19:01 -0700
I have a custom module that has been built and added as a reference in my
test cases project. They are both in debug mode, both have .pdb files in
their assocaited \bin directories.
Everytime I go to debug I get this message:
"The following module was built either with optimizations enabled or without
d ...
|
VS-2005 debugging using other products
Thu, 13 Mar 2008 13:29:00 -0700
Hi all:
I read that new debugging in 2008 will be a killer.
in the mean time any one had evaluated Testmatrix?
I downloaded v2.0 and have half of it working with lots of bugs, any one
else?
forum might be deserted.
always like to have a second choice or more when debugging...
thanks
(you can move ...
|
Is MSDN user marked as such here?
Thu, 13 Mar 2008 09:41:14 -0700
Hi;
One of our developers who has an MSDN account is not getting his questions
answered. Can you please check and help him? His username is Ryan and his
posts are:
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.vsnet.debugging&mid=3ff16237-fd5f-444b-b7fd-ef8ddf75d320
http://msdn.mic ...
|
Debug vs Release compile differences.
Wed, 12 Mar 2008 20:27:00 -0700
G'day,
I've got a vb.net 2.1 window forms application that works as expected in the
VS2005 debug environment. However when I run the application under "Release"
configuration I get a weird error that crashes the application.
At the point of failure the application is doing the following logic.
1. Main fo ...
|
Am I appearing as an MSDN subscriber?
Wed, 12 Mar 2008 15:42:02 -0700
I would like to know if my user is appearing as an MSDN subscriber. I have
posted several questions and received no answer on any of them. My other
coworkers are MSDN subscribers and receive answer in 2-3 business days from
their initial post. Please let me know if I am not appearing as an MSDN
subscriber ...
|
|
|
Custom Module will not debug
Fri, 7 Mar 2008 14:36:03 -0800
I have a custom module that has been built and added as a reference in my
test cases project. They are both in debug mode, both have .pdb files in
their assocaited \bin directories.
Everytime I go to debug I get this message:
"The following module was built either with optimizations enabled or without
d ...
|
quick question
Mon, 3 Mar 2008 20:27:04 -0800 (PST)
I am receiving this error message when I try running my .asp file.
"Error while trying to run project: Unable to start debugging on the
web server. The project is not configured to be debugged."
I'm new to this so I'm sort of clueless as to what I should try and
do. Any suggestions will be helpful. If yo ...
|
How to see the values of native variables (C++) when mixed-mode debugging? (VS.Net 2005)
Sat, 1 Mar 2008 16:11:25 +1030
In VS.Net 2003 I can debug mixed-mode code (by attaching to a process) and
get the values of variables from the debugger for both managed and native
variables. In VS.Net 2005 using the same debugging technique only gives me
information on managed variables. Mixed-mode debugging in VS.Net 2005
appears to be m ...
|