Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Debugging IE Addon from VS.NET

Debugging IE Addon from VS.NET

Scheduled Pinned Locked Moved C / C++ / MFC
questionannouncementcsharpvisual-studiodebugging
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    haries
    wrote on last edited by
    #1

    Hi, If I am writing a toolbar application for IE using VS.NET, how do I debug my application? If I set the Project properties' Start Application value to C:\Program Files\Internet Explorer\iexplore.exe, it is a release version and hence I can't debug. How can I launch IE from my project and still debug my code? -Thanks in advance Hari

    J M 2 Replies Last reply
    0
    • H haries

      Hi, If I am writing a toolbar application for IE using VS.NET, how do I debug my application? If I set the Project properties' Start Application value to C:\Program Files\Internet Explorer\iexplore.exe, it is a release version and hence I can't debug. How can I launch IE from my project and still debug my code? -Thanks in advance Hari

      J Offline
      J Offline
      jmkhael
      wrote on last edited by
      #2

      Didn't try it on a IE addon. But why dont you try to hard code a breakpoint in your code, that will launch the debugger automatically? add this line to the function of your choice in your add in __asm int 3 Papa while (TRUE) Papa.WillLove ( Bebe ) ;

      1 Reply Last reply
      0
      • H haries

        Hi, If I am writing a toolbar application for IE using VS.NET, how do I debug my application? If I set the Project properties' Start Application value to C:\Program Files\Internet Explorer\iexplore.exe, it is a release version and hence I can't debug. How can I launch IE from my project and still debug my code? -Thanks in advance Hari

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        haries wrote: If I set the Project properties' Start Application value to C:\Program Files\Internet Explorer\iexplore.exe, it is a release version and hence I can't debug. No, VS is saying that the app you picked (IE in this case) isn't a debug version. You can still debug your code however. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups