From 2ec3a87c26b6f4c2f1c6ca0cfadd901dc60d84a0 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 10 Jun 2024 13:59:12 -0700 Subject: [PATCH] Update README.md (#58) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba781ed0..f4fc45bf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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