Skip to content

Commit 3f2544b

Browse files
committed
update readme file
1 parent a697580 commit 3f2544b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Android Smali bytecode Debugger
2828
5.select ASD configure item
2929

3030
6.finally the `launch.json` content should be like this
31-
<p align=center>
31+
```bash
3232
{
3333
"version": "0.2.0",
3434
"configurations": [
@@ -43,15 +43,19 @@ Android Smali bytecode Debugger
4343
}
4444
]
4545
}
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
5050

5151
## TO DO
5252
- implement the evaluate function totally
5353
- make the array value to display better
5454
- add the unit-test suite
55+
- support class-type breakpoint
56+
- support function-type breakpoint
57+
- support watch breakpoint
58+
- support conditional breakpoint
5559

5660
## Other
5761

0 commit comments

Comments
 (0)