Software Development Network>> Audio and Video>> HDi Debug and VS2005
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.
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.
HDi Debug and VS2005
Kolf
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
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
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
Adrian Foot