IntelliJ debug nodejs async code Thomas Thil Created September 02, 2022 08:29 What is the recommended way to debug async nodejs code with IntelliJ? Are there any particular settings that should be applied? //Thomas
There are no special settings for it. What problems debugging async stuff have you faced?