Valery Semenchuk
Valery Semenchuk
I will try
Sometimes lock not inside AppMenu - but same position (heavy cursor find). Here another thread 
[log.txt](https://github.com/user-attachments/files/16856009/log.txt)
Good day. I will test, thanks for possible fix :)
Looks like - bug fixed, I can't reproduce for now. I had misscheck AWT-Windows thread locking. This logic also exists in IDEA (https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/ui/BalloonImpl.java#L2011) BalloonImpl its notifications,etc component ui.
Yeah, optional - but its better for IDE it helps find correct paused breakpoint. I tested it with my patch https://github.com/consulo/netcoredbg/commit/6e4b9cba0d2bb42f1a8f7bb14e478c9bbf4c98fc Works as expected, but not sure about implementation -...
In this case MI protocol have same issue - its ignore multiple breakpoints
Both of protocol implementation, implement `EmitStoppedEvent(StoppedEvent)` and convert `StoppedEvent` to the single protocol event. Also `StoppedEvent` have only one `Breakpoint breakpoint`. It's impossible provide info about other breakpoints in this...
Tried but no luck. But looks like its distro problem. Will try to fix it  > Last time we did cross build with build.sh from diagnostics root folder. Note,...
Thanks. Yeah, there no dbgshim inside netcoredbg rpm. Thanks for rpm of dbgshim - will check tomorrow