forked from sdbg/sdbg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (78 loc) · 3.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>SDBG</title>
<link href="video-js/video-js.css" rel="stylesheet" type="text/css">
<script src="video-js/video.js"></script>
<script>
videojs.options.flash.swf = "video-js.swf";
</script>
</head>
<body>
<header>
<div class="inner">
<h1>SDBG - Eclipse debugger for GWT SuperDevMode</h1>
<h2>...and for JavaScript with Sourcemaps in general</h2>
<a target="_blank" href="https://github.com/sdbg/sdbg" class="button"><small>Fork me on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<center>
<video id="sdbg_gettingstarted" class="video-js vjs-default-skin" controls preload="none" width="514" height="280"
poster="videos/sdbg-gettingstarted.png"
title="SDBG - Getting Started"
data-setup="{}">
<source src="videos/sdbg-gettingstarted.mp4" type='video/mp4' />
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
</video>
<b>How to get started? Watch SDBG and GWT 2.7 in action!</b><br>
Download the <a target="_blank" href="sdbg-gettingstarted.zip">sample project</a> from the screencast.<br>
Note that in addition to SDBG, you need the <a target="_blank" href="http://www.gwtproject.org/download.html">GWT SDK & GWT Eclipse plugin</a>.<br>
</center>
<h3>Installation</h3>
<p>
Install using the SDBG <a target="_blank" href="http://sdbg.github.io/p2">Plugin Update Site</a>
(<a target="_blank" href="http://sdbg.github.io/p2">http://sdbg.github.io/p2</a>).
</p>
<p>
You can also download SDBG as a <a target="_blank" href="https://github.com/sdbg/sdbg/releases">ZIP archive</a>.
</p>
<h3>Community</h3>
Any comments, bugs or issues should be directed to the SDBG
<a target="_blank" href="https://groups.google.com/d/forum/sdbg">Forums</a> (Google Groups),<br>
or to the SDBG <a target="_blank" href="https://github.com/sdbg/sdbg/issues">Issues</a> list at GitHub.
<h3>Status</h3>
<p>SDBG is roughly on-par with the Chrome DevTools JavaScript debugger.</p>
Some limitations:
<ul>
<li>(<a target="_blank" href="https://github.com/sdbg/sdbg/issues/6">Issue #6</a>) Variables are displayed in JavaScript (shared with Chrome DevTools).
<li>(<a target="_blank" href="https://github.com/sdbg/sdbg/issues/6">Issue #52</a>) Support conditional breakpoints.
<li>(<a target="_blank" href="https://github.com/sdbg/sdbg/issues/6">Issue #22</a>,
<a target="_blank" href="https://github.com/sdbg/sdbg/issues/6">#21</a>,
<a target="_blank" href="https://github.com/sdbg/sdbg/issues/6">#20</a> and
<a target="_blank" href="https://github.com/sdbg/sdbg/issues/6">#18</a>) Support more browsers.
</ul>
For more information check the SDBG <a target="_blank" href="https://github.com/sdbg/sdbg/issues">Issues</a> list
and the <a target="_blank" href="https://github.com/sdbg/sdbg/blob/master/README.md">README.md</a> file.
</section>
<aside id="sidebar">
<a target="_blank" href="http://sdbg.github.io/p2">Plugin Update Site</a><br><br>
<a target="_blank" href="https://github.com/sdbg/sdbg/releases">Releases</a><br><br>
<a target="_blank" href="https://groups.google.com/forum/#!forum/sdbg">Forums</a><br><br>
<a target="_blank" href="https://github.com/sdbg/sdbg/issues">Issues</a><br><br>
</aside>
</div>
</div>
</body>
</html>