Тёмный

Debugging with IntelliJ IDEA By Anton Arhipov 

Devoxx
Подписаться 156 тыс.
Просмотров 2,4 тыс.
50% 1

Historically, debuggers are used to help locate and fix bugs. Nowadays, the debugger in IntelliJ IDEA can help you do much more than that. Let's see how the debugger helps make the development process more productive. I demo various features for debugging Java applications, including not-so-standard ones, like:
* Lambda breakpoints
* Stream chain tracing
* Dropping the frame
* Emulated method breakpoint
* Evaluate and log
* Non-suspending breakpoints and some others
It is 100% live coding session
ANTON ARHIPOV
Anton is a Developer Advocate in the Kotlin team at JetBrains. His professional interests include programming languages and developer tooling. Java Champion since 2014. Anton is also a co-organizer of DevClub.eu, a local developers community in Tallinn, Estonia.

Наука

Опубликовано:

 

4 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
@jesper7605
@jesper7605 9 месяцев назад
Good talk with plenty of great tips.
@PavelRappo
@PavelRappo 8 месяцев назад
34:58 this introduces compile-time dependency on JetBrains' annotations. Not all projects can afford that. Generally, when should such "shared renderers" be preferred to simply overriding toString()?
@AntonArhipov
@AntonArhipov 8 месяцев назад
Either you can configure the renderer via the wizard and keep it in the project files, or keep the dependency to the annotations artifact but move the definition of the renderer into "external annotations" (Alt+Enter on the annotation and choose 'Annotate externally' action)
@rydmerlin
@rydmerlin 9 месяцев назад
When can I run to conditional breakpoint?
@AntonArhipov
@AntonArhipov 9 месяцев назад
Please clarify? You can set a condition to breakpoint, and if the condition evaluates to true then the breakpoint hit is registered and it will or will not suspend the execution depending on the configuration you have set for this breakpoint.
@roeniss
@roeniss 9 месяцев назад
right click on break point icon
Далее
IntelliJ IDEA. Debugger Essentials
45:37
Просмотров 62 тыс.
Looks realistic #tiktok
00:22
Просмотров 38 млн
Spring Tips: Debugging Reactor Applications
53:28
Просмотров 20 тыс.
Spring Tips: Spring Modulith
37:39
Просмотров 15 тыс.
Cosplay by b.tech final year at IIT Kharagpur
0:15
Просмотров 2,1 млн
Debugger: A Hidden Gem. By Egor Ushakov
1:01:06
Просмотров 19 тыс.
How to debug with Intellij IDEA like  PRO 🚀 🐞
36:45