File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 0.2.3
5
+ ----------------------------
6
+ * Check if debugger has DevTools connection before sending messages from J2V8. If not, resume debugger (prevents getting stuck in paused state).
7
+
4
8
Version 0.2.2
5
9
----------------------------
6
10
* Setting breakpoints during debugging (paused) doesn't kill DevTools. Next execution will pick up breakpoint.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ allprojects {
26
26
Add dependency in * gradle.build* file of your app module
27
27
``` gradle
28
28
dependencies {
29
- implementation ('com.github.AlexTrotsenko:j2v8-debugger:0.2.2 ') // {
29
+ implementation ('com.github.AlexTrotsenko:j2v8-debugger:0.2.3 ') // {
30
30
// optionally J2V8 can be excluded if specific version of j2v8 is needed or defined by other libs
31
31
// exclude group: 'com.eclipsesource.j2v8'
32
32
// }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
13
13
# org.gradle.parallel=true
14
14
15
15
# publishing settings for Gradle build script
16
- VERSION_NAME =0.2.2
16
+ VERSION_NAME =0.2.3
17
17
# make group name of local build to be the same as by JitPack builds
18
18
GROUP_NAME =com.github.AlexTrotsenko
19
19
android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments