Using the client developer tools - LlemonDuck/runelite GitHub Wiki
Turning the developer tools on
To turn the developer tools on, we need to supply the program argument --developer-mode
and
the VM arguments -ea
.
It is also recommended to add --debug
to your program arguments to get extra logging output
To do this in IntelliJ, you need to edit your run configuration:
Specify the settings as follows: