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
>>
>>
>>