Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa committed May 21, 2021
1 parent 7c02a4c commit b2d688d
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,45 @@ or
### Search


> wallbreaker classsearch <type-pattern>
<details>

<summary><b> wallbreaker classsearch &lt;type-pattern&gt; </b></summary>

```
[return all matched class]
```

> wallbreaker objectsearch <instance-class-name>
</details>

<details>

<summary><b> wallbreaker objectsearch &lt;instance-class-name&gt; </b></summary>

```
[return all matched object-handle and toString]
```

</details>

### Dump

> wallbreaker classdump <class-name> [--fullname]
<details>

<summary><b> wallbreaker classdump &lt;class-name&gt; [--fullname] </b></summary>

```
[
pretty print class structure: fields declare, static field value, methods declare.
set --fullname to display package name of type name.
]
```

</details>

> wallbreaker objectdump <object-handle> [--fullname] [--as-class class-name]
<details>

<summary><b> wallbreaker objectdump &lt;object-handle&gt; [--fullname] [--as-class class-name] </b></summary>

```
[
pretty print object structure: fields declare and value, methods declare.
Expand All @@ -71,6 +88,7 @@ or
if instance is a collection or map, dump all entries.
]
```
</details>

## Demo

Expand Down

0 comments on commit b2d688d

Please sign in to comment.