HDi Debug and VS2005

Anyone have any luck getting the VS2005 debugger to work with HDi Sim

Basically I want to be able to step through the jscript.





Answer this question

HDi Debug and VS2005

  • Kolf

    Don't see why it wouldn't.

    The nice thing about using the VS debugger (in addition to stepping through code) is it gives you access to the HD-DVD script APIs in a nice dialogue box that you can explore.


  • MaartenClaes

    AWESOME.

  • langev

    You can debug JS code use following command:

    "<Path to HDiSim directory>\HDiSim.exe" -p "<Path to you XPL file>\VPLST000.XPL" -jit

    I use BAT file for it.


  • Nick Darnell

    will the 90-day VS 2005 trial work


  • Tim Daborn

    1. Enable JIT debugging for Script (in VS Tools/Debugger)

    2. Start ihdsim with "-debug -jit" options

    3. When the first script runs you will be asked to choose a VS instance to debug it.

    Let me know if this doesn't work.



  • Abelard

    Awesome - that worked! Thanks.


  • Adrian Foot

    I just took a screenshot of the future of HD-DVD development!  Thank you Andy Pennell you are my new Peter Torr!!! HEHE  you had me at step 1...lol




  • HDi Debug and VS2005