-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
117 lines (103 loc) · 5.07 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!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" />
<title>SDBG</title>
</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">
<h1>News</h1>
<h2>19.10.2023 SDBG 2.2 Released</h2>
<p>
SDBG has been released in Version 2.2 with the following enhancements
<ul>
<li>Better Firefox support
<li>Fixed automatic Chrome/Chromium detection on OSX
</ul>
</p>
<h2>10.03.2023 SDBG 2.1 Released</h2>
<p>
SDBG has been released in Version 2.1 with the following enhancements
<ul>
<li>Better Firefox support - Show more variables
<li>Installable from Marketplace
</ul>
</p>
<h2>SDBG 2 Released</h2>
<p>
SDBG has been released in Version 2 with the following enhancements
<ul>
<li>Fixed Runtime Error on JAVA 11. This allows newer Eclipse Versions to be used.
<li>Added support for Microsoft Edge
<li>Added support for Chromium
<li>Added support for Firefox
<li>Allow to switch between browsers at runtime and per launch configuration
<li>Renamed "Launch Chrome" to "Launch Browser"
<li>Added Property "-Dbrowser.location" and Environment Variable "BROWSER_LOCATION" to specify
the Path to the Browser Executable.
<li>Updated some dependencies
</ul>
</p>
<h1>Installation</h1>
<p>
Install using the SDBG <a target="_blank" href="https://sdbg.github.io/p2">Plugin Update Site</a>
(<a target="_blank" href="https://sdbg.github.io/p2">https://sdbg.github.io/p2</a>).
</p>
<p>
or using the Eclipse Marketplace
<BR>
<a href="https://marketplace.eclipse.org/marketplace-client-intro?mpc_install=5579576" class="drag" title="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client"><img style="width:80px;" typeof="foaf:Image" class="img-responsive" src="https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.svg" alt="Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client" /></a>
</p>
<h2>Beta Version</h2>
<p>
Install using the SDBG <a target="_blank" href="https://sdbg.github.io/p2beta">Plugin Beta Update Site</a>
(<a target="_blank" href="https://sdbg.github.io/p2beta">https://sdbg.github.io/p2beta</a>).
</p>
<h1>Usage</h1>
<ul>
<li>If you're migrating from SDBG 1 you may need to change or remove the "-Dchrome.location" Property in order to be able to use Firefox. If one of the System Properties or Environment Variables is used, it <b>must match</b> the browser in the launch configurations "Browser search order"
<li>The used browser can be changed in the Launch Configuration by changing the "Browser search order". The first Browser in the given order that is found will be used.
<li>If your Browser is not found, the easiest way to add it's path to the PATH Environment Variable.
<li><del>For Firefox you will need to fix the Impl class by super-sourcing it, on <br>all GWT Versions <= 2.10 until <a href="https://github.com/gwtproject/gwt/issues/9787">GWT Bug #9787</a> has been fixed. Proposed Bugfix is <a href="https://github.com/gwtproject/gwt/pull/9800"> here</a></del> No longer needed in SDBG 2.2
</ul>
<h1>Status</h1>
<p>
SDBG supports Chromium, Edge, Chrome <b>and</b> Firefox
</p>
<p>
Some limitations:
<ul>
<li>Firefox support is new. Sometimes it needs more then 1 attempt to connect (try reloading the page or restarting firefox).
<li>(<a target="_blank" href="https://github.com/sdbg/sdbg/issues/52">Issue #52</a>) Support conditional breakpoints.
</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.
</p>
<h1>Community</h1>
<p>
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.
</p>
</section>
<aside id="sidebar">
<a target="_blank" href="https://sdbg.github.io/p2">Plugin Update Site</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>
</body>
</html>