Danila Galimov

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How can I set a breakpoint into Kotlin default constructor
AnsweredAccording to https://www.jetbrains.com/help/idea/using-breakpoints.html#set-breakpoints, you can set a breakpoint for the default class constructor by clicking on class declaration line To suspend ... -
Edited What is the action name for full maven reload?
AnsweredWe had situation in in IDEA 2024.2.3 when “Incremental” maven update didn't work and was just showing the exception, and only Full sync helped. Do we have action for full sync execution? For Increm...