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 have defined several custom Kotlin Script definitions that work relatively well in VSCode once the experimental Kotlin Script flag is enabled, although some generic infix extension functions on interfaces can't be resolved (but that is a separate issue...).
However, what I am missing now is the ability to set a breakpoint in a Kotlin script and be able to debug it as part of the script evaluation. This is something that works well in IntelliJ so I assume it is doable. Is this expected or do I need to do any additional configuration for the debugger to work?
The text was updated successfully, but these errors were encountered:
I have defined several custom Kotlin Script definitions that work relatively well in VSCode once the experimental Kotlin Script flag is enabled, although some generic infix extension functions on interfaces can't be resolved (but that is a separate issue...).
However, what I am missing now is the ability to set a breakpoint in a Kotlin script and be able to debug it as part of the script evaluation. This is something that works well in IntelliJ so I assume it is doable. Is this expected or do I need to do any additional configuration for the debugger to work?
The text was updated successfully, but these errors were encountered: