Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Any plan for async stacktrace support?

Hi Trung,

Me neither. But i have done some development and debugging in JDT debug area. May if you start working on the agent i might be able to help you out on integrating it into Eclipse JDT debug. We can get help from @Sarika as well or She might point us to the right member to speak to. What do you think? Would you like to give it a try?
This change will be amazing to have in Eclipse, and definitely beneficial for working with async frameworks.

Best regards,
Gayan.

On Mon, 3 Aug 2020 at 15:58, Trung Do <chin.bimbo@xxxxxxxxx> wrote:
Hi Gayan,

This is the agent implementation in IntelliJ:

https://github.com/JetBrains/intellij-community/blob/master/java/debugger/debugger-agent/src/com/intellij/rt/debugger/agent/CaptureAgent.java

I have also reported an improvement here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=565721

I would love to contribute, unfortunately my knowledge in this area is
very limited.

Trung

On Mon, 3 Aug 2020 at 06:31, Gayan Perera <gayanper@xxxxxxxxx> wrote:
>
> Hi Trung,
>
> Do you have any agent implementation in mind to integrate into JDT ? Do you think you can contribute ? I think this will be really usefull for other JVM languages as well if we have this support in JDT.
>
> Best regards,
> Gayan
>
> On Thu, 30 Jul 2020 at 17:15, Trung Do <chin.bimbo@xxxxxxxxx> wrote:
>>
>> Hello,
>>
>> I'm not sure if this is the correct mailing list to ask this, but is
>> there any plan to add support for async stacktrace for the Java
>> debugger in Eclipse? This is a feature that has existed in IntelliJ
>> for a while now:
>>
>> https://www.jetbrains.com/help/idea/debug-asynchronous-code.html#97f82
>>
>> It's incredibly useful when debugging async-heavy code.
>>
>> Trung
>> _______________________________________________
>> jdt-dev mailing list
>> jdt-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top