If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Debugging with Visual Studio from asp

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-22-03, 16:06
NoahRPI NoahRPI is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Debugging with Visual Studio from asp

I have an asp project that calls c++ code. I am using Microsoft Visual Studio, and I compile in debug mode. When I run in debug mode, I have it open internet explorer, which I use to access my asp code. When the asp code calls the c++ code, any breakpoints that exist in my code in visual studio are not hit.

I am sure that the code itself is getting hit, because I have output statements within the c++ code that are getting executed. The really strange part is that if I use an html test page to hit my c++ code, I can hit the breakpoints. The problem only occurs if my c++ code is called from asp.

I am running Visual Studio 6.0 and Windows XP.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On