Valery Semenchuk

Results 168 comments of Valery Semenchuk

Sometimes lock not inside AppMenu - but same position (heavy cursor find). Here another thread ![image](https://github.com/user-attachments/assets/ff8833c0-d8d7-4c2a-a10f-5aa04d024725)

[log.txt](https://github.com/user-attachments/files/16856009/log.txt)

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 ![Image](https://github.com/user-attachments/assets/afd6aa53-3f16-4448-b210-b5f7ed5729fa) > 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