# Debug native test's

**URL:** https://discuss.kotlinlang.org/t/debug-native-tests/19258
**Category:** Multiplatform
**Created:** [September 22, 2020, 9:40am UTC](https://discuss.kotlinlang.org/t/debug-native-tests/19258 "2020-09-22T09:40:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![miguelangellv](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/miguelangellv/32/2432_2.png) [@miguelangellv](https://discuss.kotlinlang.org/u/miguelangellv)
#### Post date: [September 22, 2020, 9:40am UTC](https://discuss.kotlinlang.org/t/debug-native-tests/19258/1 "2020-09-22T09:40:50Z")

</div>

I use Kotlin Native with multiplatform.

I can debug the application perfectly and I can run the tests (with gradle), but, if I set breakpoint and run the test in debug mode, it no stop in the break point.

Use kotlin.test

---

<div class="post-metadata">

### Author: ![miguelangellv](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.kotlinlang.org/miguelangellv/32/2432_2.png) [@miguelangellv](https://discuss.kotlinlang.org/u/miguelangellv)
#### Post date: [September 26, 2020, 7:52pm UTC](https://discuss.kotlinlang.org/t/debug-native-tests/19258/2 "2020-09-26T19:52:51Z")

</div>

Now, Idea create a run/debug Native configuration for test and I can debug, but, it runs all tests.

Could I create a Kotlin Native configuration for one test?
