<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi all,<br>
<br>
We are going to add some debug capabilities to BrowserSim. <br>
<a href="http://people.apache.org/%7Epmuellr/weinre/docs/latest/">Weinre</a>
can provide something like Chrome inspector functionality, except
javascript debugging. <br>
<a href="https://issues.jboss.org/browse/JBIDE-13338">Here</a> is a
JIRA with a mockup and description of how it is going to work. <a
href="https://github.com/kmarmaliykov/jbosstools-vpe/commits/JBIDE-13338">GitHub
branch.</a><br>
I have created a test version of BrowserSim with Weinre support. It
can be downloaded from <a
href="https://dl.dropbox.com/u/119366103/browserSim/weinre/browsersim.jar">here</a>
(now it uses Weinre running on OpenShift (thanks to Pete Muir for <a
href="https://github.com/pmuir/weinre">this GitHub fork</a>)).<br>
<br>
Problems with Weinre:<br>
<ul>
<li>No JavaScript debugging</li>
<li>Requires a server</li>
<ul>
<li>There is a free <a href="http://debug.phonegap.com">PhoneGap
server</a> which is very slow.</li>
<li>We could provide our own server on OpenShift, but it will
require some CPU resources.</li>
<li>Ask our users to install their own Weinre server on
locally(works very fast) or OpenShift(like it is done in
example).</li>
</ul>
</ul>
What do you think about it?<br>
<br>
<br>
</body>
</html>