Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ATF/InternetExplorerDebugger

Getting the Code

TBD

Abstract

  1. Integate a IE debug enviroment in ATF.
  2. Refactor ATF Code to support multiple browsers

Some Plans from Li

  1. Try to make IE wrapper,we can make some changes from ACTF.
  2. Integrate IE browser into ATF, at least we can run HTML/Javascript applications in IE.
  3. Because the IE wrapper is finished, we can start adding debug mode.


Questions

  1. How to integrate debug UI and debug core logic together?

Progress

  1. Read code of ATF and ACTF(Finished)
  2. Investigate on debug engine of IE(Finished)


  1. Integrate IE wrapper of ACTF into our project(On progress)
  2. Add run mode of IE in our code.(Plan)
  3. Write wrappers of Active script interfaces.(Plan)
  4. Integrate IE debugger using the finished debug wrapper.(Plan)
  5. Support choice of mutiple browser and preferences.(Plan)

Resources

ATF:http://www.eclipsecon.com/projects/slides/Continuation%20Review%20for%20the%20Eclipse%20ATF%20Project.pdf ACTF:http://www.eclipsecon.org/2008/sub/attachments/ACTF_Visualization_Engines_and_Components_for_Alternative_Interfaces.pdf Active Script Debugger Interfaces:http://msdn.microsoft.com/en-us/library/6dy78b76.aspx Customize Active Script Debugger Interface:http://msdn.microsoft.com/en-us/magazine/cc301316.aspx

Back to the top