Create debugger that runs inside IE
I would like to create debugger to debug scripts inside IE. The debugger does
not have to have any user interface. It should run as a com object inside
Internet Explorer. What interfaces except IApplicationDebugger and
IDebugSessionProvider should I implement?
The debugger should run on the machines without Microsoft Script debugger
installed. As I know I could not redistribute mdm.exe and pdm.dll with my
application. I assume I will have to implement all interfaces required to
build Process Debug Manager and Machine Debug Manager.
Many thanks for any ideas.
Vladimir Lichman
|