Search code examples
kotlinintellij-ideabytecode

Best way to fix "No manual entry for byte\;type\=a" when try to seek kotlin bytecode in intellij


Step to reproduce

  1. on *.kt press command+shift+a for view bytecode

btw,

Show Kotlin Bytecode

is working properly but broken on

Show Bytecode

(which I guess it will show java or java bytecode)

enter image description here

  1. select Show Bytecode then got this error

enter image description here

  1. But then when press command+shift+a got this error again and again

enter image description here

In the beginning I restart the ide and the same error occurs

Then I realised if I press windows then the error gone... enter image description here


Solution

  • MacOs 10.14.4 update enables system shortcut Shift-Cmd-A Workaround:

    • Open "System Preferences | Keyboard | Shortcuts | Services"
    • Disable "Search man Page Index in Terminal" (or change the keybinding)

    enter image description here