Software Archive
Read-only legacy content
17061 Discussions

WEINRE Completely Broken

John_C_2
Beginner
441 Views

The WEINRE system seems to be having some serious issues. The minified script is only half a file (see http://debug-software.intel.com/target/target-script-min.js, which starts mid statement and currently serves only half of the intended file). Using the minified script, remote debugging doesn't work anywhere.

Changing the URL to use a non-minified version (http://debug-software.intel.com/target/target-script.js) allows remote debugging to work in web builds (arguably the least important), but not in the preview, test, debug, or other builds. The preview shows that an error is interfering (already reported at https://software.intel.com/en-us/forums/intel-xdk/topic/604833?language=en-us&https=1).

I've tried to work around this by downloading the file and patching it, but so far have not been successful (this solution doesn't even work in web builds).

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
441 Views

As a workaround, you can run weinre directly on your own system, without help from the XDK. See the very bottom of this page for some links that will show you how to do that (requires installing node.js on your system) > https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#WEINRE

I'll report the issue to engineering.

0 Kudos
Reply