Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The documentation has been moved to the [topics/debugging.md](topics/debugging.md).
The documentation has been moved to the [topics/debugging.md](topics/coroutines-debugging.md).
Binary file removed docs/images/after.png
Binary file not shown.
Binary file removed docs/images/before.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/run-debug-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/with-stack-trace-recovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/without-stack-trace-recovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions docs/kc.tree
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
<toc-element topic="exception-handling.md"/>
<toc-element topic="shared-mutable-state-and-concurrency.md"/>
<toc-element topic="select-expression.md"/>
<toc-element topic="debug-coroutines-with-idea.md"/>
<toc-element topic="debug-flow-with-idea.md"/>
</snippet>
<toc-element toc-title="Coroutine debugging">
<toc-element topic="coroutines-debugging.md"/>
<toc-element topic="debug-coroutines-with-idea.md"/>
<toc-element topic="debug-flow-with-idea.md"/>
</toc-element>
</snippet>
</instance-profile>
2 changes: 1 addition & 1 deletion docs/topics/coroutines-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ You may notice that the output order and thread names may change each time you r
> You can display coroutine names next to thread names in the output of your code for additional information.
> To do so, pass the `-Dkotlinx.coroutines.debug` VM option in your build tool or IDE run configuration.
>
> See [Debugging coroutines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md) for more information.
> See [Debugging coroutines](coroutines-debugging.md) for more information.
>
{style="tip"}

Expand Down
488 changes: 488 additions & 0 deletions docs/topics/coroutines-debugging.md

Large diffs are not rendered by default.

109 changes: 0 additions & 109 deletions docs/topics/debugging.md

This file was deleted.