File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Android Smali bytecode Debugger
28
28
5.select ASD configure item
29
29
30
30
6.finally the ` launch.json ` content should be like this
31
- < p align = center >
31
+ ``` bash
32
32
{
33
33
" version" : " 0.2.0" ,
34
34
" configurations" : [
@@ -43,15 +43,19 @@ Android Smali bytecode Debugger
43
43
}
44
44
]
45
45
}
46
- </ p >
47
- * the `packageName` : the apk package name
48
- * the `mainActivity` : the apk entry class
49
- * the `deviceId` : your device id which getted from the `adb devices` command
46
+ ```
47
+ * the ` packageName ` : the apk package name
48
+ * the ` mainActivity ` : the apk entry class
49
+ * the ` deviceId ` : your device id which getted from the ` adb devices ` command
50
50
51
51
## TO DO
52
52
- implement the evaluate function totally
53
53
- make the array value to display better
54
54
- add the unit-test suite
55
+ - support class-type breakpoint
56
+ - support function-type breakpoint
57
+ - support watch breakpoint
58
+ - support conditional breakpoint
55
59
56
60
## Other
57
61
You can’t perform that action at this time.
0 commit comments