Files
openide/plugins
Maria Sokolovaandintellij-monorepo-bot 649686b24e [coroutine-debugger] Fix smart step into async coroutine builders (launch, async).
The original commit: 1776b92a

Instead of stepping from create to invokeSuspend method of the copied lambda, set a breakpoint into invokeSuspend and resume:
1. First set a breakpoint into `create` method of a given lambda.
2. Get the copied lambda instance.
3. Set a breakpoint into invokeSuspend of the new instance and resume.

IDEA-348340


Merge-request: IJ-MR-147058
Merged-by: Maria Sokolova <maria.sokolova@jetbrains.com>

GitOrigin-RevId: b190050f086880b02de10a29b5fb61175162348b
2024-10-17 18:56:23 +00:00
..