Following use-case: I debug a problem in my huge project and I see some weird stuff happens in class Foo. I want to tell the author of Foo class "Hey check this function - if behaves incorrectly" and it is really nice here is to provide call stacktrace for this function. Such call path gives a clue what is going on and from where do we call this method.
IDEA debugger has "Export threads" but its really ugly when you need just copy the current debuging thread stacktrace. If you press "Export Threads" you receive a huge txt file with threads. In my project I have more than 100 threads and to find my thread is a real pain.
What I am looking for is a button or menu - just press it and copy current thread stacktrace to buffer.