JetBrains / debugger-agent

Apache License 2.0
12 stars 2 forks source link

IDEA-352355 Proper support of StateFlowImpl #5

Closed AlexVanGogen closed 1 month ago

AlexVanGogen commented 1 month ago
AlexVanGogen commented 1 month ago

Actually, making async stack traces based on a property may go a long way. For example, one might want to know who changed the value of the field to the current when they stopped at a getter. It's very similar to what we do with flows now. Another notable example is Compose for Desktop's composables. Though it might be next to impossible to implement (it's not straightforward even with StateFlowImpl), but I think still worth a shot.