Breakpoints Not Working in IDEA/Windows

Hello,

I’m new to Kotlin Native and I’m testing it out. It looks promising. I’m aware that there are issues debugging Kotlin Native on Windows where you need to set the run profile to be Kotlin Native instead of using the Gradle option (Debug native test's). I’ve unchecked the “Stick to Gradle model” in case that matters. Still, the breakpoints don’t stop the debugger. I’m attaching a screenshot of my run profile and the project I’m testing with is the csvParser sample found here: https://github.com/JetBrains/kotlin/tree/master/kotlin-native/samples/csvparser. I’ve got the latest IDEA and plugins installed.

Thank you for any help!