# Async Debugging with IntelliJ IDEA

DevFeed: [Async Debugging with IntelliJ IDEA](<https://devfeed.tech/articles/async-debugging-with-intellij-idea-19202.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/async-debugging-with-intellij-idea/>)

Author: Steve Hannah

Published: 2022-04-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [IntelliJ IDEA](<https://devfeed.tech/topics/intellij-idea.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Maven](<https://devfeed.tech/topics/maven.md>)

Tags: [2](<https://devfeed.tech/tags/2.md>), [async](<https://devfeed.tech/tags/async.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debug](<https://devfeed.tech/tags/debug.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [intellij](<https://devfeed.tech/tags/intellij.md>)

## AI overview

The article explains support for IntelliJ IDEA's asynchronous code debugging feature. It shows how async stack traces connect a callback's execution stack with the scheduler's stack, and outlines the IntelliJ, Maven, property-version, and annotation configuration requirements.

## Source excerpt

We have added support for IntelliJ's asynchronous code debugging feature, so that you can more easily debug your asynchronous code.