Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > debug environment !

Reply
Thread Tools

debug environment !

 
 
abcd
Guest
Posts: n/a
 
      11-03-2005
I have an asp pages which uses ActibeX dll and Exe written in in VB and
VC++. I want to debug the components from asp page. When the asp page is run
I should be able to get the breakpoint in my VB & VC++ dll and exe...what
could be the setting to do that.....I can debug those componnets from
another VB/VC++ applications but I want to debug from asp page....

thanks


 
Reply With Quote
 
 
 
 
Michael Evanchik
Guest
Posts: n/a
 
      11-04-2005
if its written in c++ and in debug mode you can debug whats going on. if its
c++ release mode or vb i do not think so. You will only get hex or machine
asm op code debug information which you might as well use a disassembler like
ida pro

Michael Evanchik
www.michaelevanchik.com

"abcd" wrote:

> I have an asp pages which uses ActibeX dll and Exe written in in VB and
> VC++. I want to debug the components from asp page. When the asp page is run
> I should be able to get the breakpoint in my VB & VC++ dll and exe...what
> could be the setting to do that.....I can debug those componnets from
> another VB/VC++ applications but I want to debug from asp page....
>
> thanks
>
>
>

 
Reply With Quote
 
 
 
 
abcd
Guest
Posts: n/a
 
      11-04-2005
my VC++ exe is build in Debug mode but when asp page is run it does not stop
at break point...any clues...


"Michael Evanchik" <> wrote in
message news:13F0F7F9-1A6B-4BDE-B808-...
> if its written in c++ and in debug mode you can debug whats going on. if
> its
> c++ release mode or vb i do not think so. You will only get hex or
> machine
> asm op code debug information which you might as well use a disassembler
> like
> ida pro
>
> Michael Evanchik
> www.michaelevanchik.com
>
> "abcd" wrote:
>
>> I have an asp pages which uses ActibeX dll and Exe written in in VB and
>> VC++. I want to debug the components from asp page. When the asp page is
>> run
>> I should be able to get the breakpoint in my VB & VC++ dll and exe...what
>> could be the setting to do that.....I can debug those componnets from
>> another VB/VC++ applications but I want to debug from asp page....
>>
>> thanks
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
70-284 Lab Environment, Need Virtual Environment brooklynbridge508@hotmail.com MCSA 4 05-02-2007 09:49 AM
Setting an environment variable from another environment variable marcwentink@hotmail.com Java 5 04-04-2007 10:39 PM
Config Mgr Debug/Release and Web.config Compilation debug=true RonL ASP .Net 0 04-08-2006 03:50 PM
Debug (DLL MFC) -> Debug (Static MFC) ringos75 C++ 0 04-14-2005 01:50 PM
[Howto] Compiling debug Python extensions for non-debug Python Mike C. Fletcher Python 3 10-12-2003 09:37 PM



Advertisments