0
  • App runs well on x86 machines
  • Runs as expected on Surface if the debugger is attached or if run with debugger enabled (http://bit.ly/WO52kJ)
  • But fails when I launch the app on Surface with debugger disabled.

I tried to trace the execution flow by writing logs to div on the page. I have noticed that some function calls didn't work as expected (for example only 2 out of 3 subscribers for a dojo.publish were executed). There were no exceptions. The issue could be reproduced on every run.

This looks quite Bizzare! I have tried quite a few things including resetting the Surface to start afresh. There was no change in behavior. Did anyone ever run into this issue? Are there any known issues with JS run time?

Ramki
  • 41
  • 3
  • do use console.log statements in your code? the _console_ object in IE is undefined unless you open the developer console so maybe a similar thing applies to Windows RT apps? – igoratron Mar 16 '13 at 18:06
  • @igoratron We use console.log but we define our own console object in cases where native console is not available. – Ramki Mar 17 '13 at 07:02

0 Answers0