Program List while running scala test program
Answered
I am running a scala Junit test class in IntelliJ Idea.
Can i get list of all programs that ran behind when i ran scala Junit class
Please sign in to leave a comment.
Hello,
Could you please clarify what kind of list you'd like to get?
Hello ,
When i run scala test class in intellij. Many program runs such as BlockJunitClass4Runner,ReflectiveCallable,InvokeMethod.
I want to create a list of all programs that runs behind.
Thanks
You may check "Threads" tab in debugger: https://www.jetbrains.com/help/idea/debug-tool-window.html#tabs
Thanks Yaroslav.
It helped.
You are welcome!