How do you debug a plugin? I have `./startTesting...
# contributing
y
How do you debug a plugin? I have
./startTestingEnv --wait
running. I tried to debug the core run task, but I got
Caused by: java.lang.NoClassDefFoundError: io/supertokens/pluginInterface/exceptions/StorageQueryException
I got further with
implementation project(":supertokens-plugin-interface")
instead of
compileOnly project(":supertokens-plugin-interface")
on
build.gradle:61
, but I don't want to deviate from the standard development flow
2 Views