You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm investigating the possibility to add additional parameters to kotlinc if necessary, regarding running danger locally you can achieve that by using the command danger-kotlin pr {link to the pr} with DEBUG activated like:
DEBUG='*' danger-kotlin pr {LINK TO THE PR} --dangerfile /path/to/Dangerfile.df.kts
It's very hard to run debug locally which is very important.
Current caveats:
kotlinc
. I'm passing-J-agentlib:jdpwp...
to run a debug serverin.json
must be extracted temp folder from regular non-debug runMy current script:
At least, the ability to pass additional
kotlinc
parameters will make the debugging much easierThe text was updated successfully, but these errors were encountered: