Skip to content

Commit

Permalink
Update README.md (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy authored Jun 10, 2024
1 parent 72792e1 commit 2ec3a87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ which panels are visible using the *View* menu.

# Features

- *Build > Run*: compile the Kotlin source code and run it locally. Any output is sent
to the logs panel.
- *Build > Optimize with R8*: turn on R8 optimizations. Turning this on will affect the
ability to see corresponding source line numbers in the byte code and DEX outputs.
- *View > Sync Lines*: synchronize the current line in the source, byte code, and DEX
Expand All @@ -28,8 +26,11 @@ which panels are visible using the *View* menu.
when projected.
- *Build > Build on Startup*: to automatically launch a compilation when launching the
app.
- *Build > Run*: compile the Kotlin source code and run it locally. Any output is sent
to the logs panel.
- Clicking a jump instruction will show an arrow to the jump destination.
- Shows the number of instructions and branches per method.
- Click a disassembled instruction or register to highlight all occurrences.

# Running Kotlin Explorer

Expand Down

0 comments on commit 2ec3a87

Please sign in to comment.