CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Problems debugging MTS ATL Component!...

    Hi!
    Would anyone know how to set up the debugger in VC6 to be able to debug your ATL DLL from either VB or ASP page?
    I managed to create the object itself, but I'm having a REALLY hard time trying to get my thing to debug. In fact, I have not been able to succeed. yet...
    I'd really appreciate any help.

    Julia


  2. #2
    Join Date
    Aug 1999
    Posts
    3

    Re: Problems debugging MTS ATL Component!...

    within your ATL project point to VB as your "executable for debugging session".
    Pressing F5 will launch VB and then from this instance of VB you can run your ATL and it will break if you have a break point set in your ATL object.

    Good luck, I know it is late but I thought someone else might benfit.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured