You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The state of the projection is not updated correctly when stepping through a projection to debug it.
When running the projection normally without debugging, the state is updated as expected.
Check that the event appears in the debug view on the left
Click Run Step. The debugger in the dev tools will break just before the event handler code, and you can use the dev tools debugger to step through the handler.
Step through the projection code until the event has been handled. The state is not updated.
EventStoreDB version: >= 21.10.2.
The text was updated successfully, but these errors were encountered:
The state of the projection is not updated correctly when stepping through a projection to debug it.
When running the projection normally without debugging, the state is updated as expected.
To reproduce:
Run Step
. The debugger in the dev tools will break just before the event handler code, and you can use the dev tools debugger to step through the handler.EventStoreDB version: >= 21.10.2.
The text was updated successfully, but these errors were encountered: