all groups > visual studio .net debugging > august 2003 > threads for august 1 - 7, 2003
Filter by week: 1 2 3 4 5
Strange "if" behviour in Debugger
Posted by Cyberpunk at 8/7/2003 2:05:40 PM
I have an "if" statement, the condition resolves to false. However when I
debug through it the yellow "Instruction Pointer" moves to the last line of
the statement as if it is executing it.
Any know what's going on?
Don't ask me if I have it built properly because I tried:
Rebuilding the pr... more >>
Repost: Tracelisteners
Posted by Kevin Phifer at 8/7/2003 9:20:28 AM
Repost now that my email is registered:
I'm needing a little help understand custom
tracelisteners. Does a listener only listen to the
tracing going on in the application its compiled into?
I'm wanting to create a tracing type senerio where I have
app B listening to App A's trace mess... more >>
Problem debugging SP on remote SQL Server with VS.NET 2003
Posted by Igor Kuklin at 8/6/2003 6:53:19 PM
I have the following situation: I am using SQL Server 2000 SP3 and VS.NET
2003. They are installed on 2 computers. I can debug stored procedures on
both machines when I logged in locally and debugging local SPs. BUT when I
try to debug SPs on another computer, it gives me the error about permissi... more >>
asp debugging with VSnet stoped working
Posted by reynard at 8/6/2003 12:32:21 PM
I use VS .net to debug an asp web site.
Since now everything worked fine. But since yesterday when I create a new
site I can not any more debug it.
If I set a break point VS doesn't want to stop...
My old web site are still debugging...
If I look the meta information of iis with metaedit.exe I ... more >>
Debug Failure: No Managed Code in Process?!?
Posted by Mikkel Rasmussen at 8/5/2003 11:38:55 AM
Hi
I recently installed a fresh 2003 server, xcopied an existing asp.net
application to the server.
when I try to debug the application I get this error:
"Error while trying to run project.: Unable to start debugging on the
webserver. There is no managed code running in the process. In or... more >>
Crash dump with Windows98 - Can be ?
Posted by boba at 8/5/2003 4:52:12 AM
Hello,
Dr. Watson helps us to save 'crash dump' on the hard
disk, so the .NET programmer will be debug exactly the
situation of the user.
You can config the Dr. Watson to save the 'crash dump' in
Windows NT/2000/XP.
My question is : How can I config the Windows98 to save
crash dum... more >>
Application Does Not Start When You Debug
Posted by Gary Gibbons at 8/2/2003 9:59:08 PM
I have VS.Net Pro 2002, and have noticed that VB apps won't start in debug
mode. Also, in the title bar of the IDE, I notice that when I run an app, it
appends to the name: [Read Only]. I don't recall seeing this before and
wonder if it has something to do with the debugger problem I am having.
... more >>
Step into procedure doesn't work always
Posted by Armin Zingler at 8/1/2003 2:55:52 PM
Hi,
the question might have been answered but it's hard to find the right search
criteria, so...
When single-stepping through the disassembly (VB.NET application but
probably everywhere else), sometimes I can not step into procedure calls,
like "Call 7b09f439". Why? Are there any security i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error while trying to run project ...
Posted by rfuste2000 NO[at]SPAM yahoo.es at 8/1/2003 9:29:43 AM
Anyone can help me ?
I've seen similar error's but in ASP.NET projects, but I'm developping
a Winform's application.
--------------------------------------------------------------
Error while trying to run project: Unable to start debugging.
Unable to start program ' + App_Path + '
------... more >>
Visual Studio ICorDebug behavior
Posted by Tim at 8/1/2003 2:37:22 AM
I'm trying to create a custom debug server (basically a substitute for
CLSID_CorDebug), that gets called from Visual Studio .NET 2003. Upon
running a program from VS, the associated interface functions get called as
described in the documentation, except VS crashes with a null pointer
somewhere... more >>
|