maxwills / SeekerDebugger

A Queryable Time-Traveling Debugger for Pharo 9.0, 10 and 11.
9 stars 5 forks source link

[Bug] Error when try to debug advanced unit test in my project #33

Open labordep opened 1 year ago

labordep commented 1 year ago

I'm trying to debug a problem with seeker in my project Molecule. I'm debugging a test with Seeker and there are a lot of problem seems to be complicated :)

The test is MolComponentFactoryTest>>testComponentSubclassesTraitsUses

image

This video show the problem :

https://user-images.githubusercontent.com/49183340/236635956-4a644050-5836-4fb5-9ced-40747557e1f4.mp4

After there is a loop with all messages and this is not possible to continue without stop the image.

My config :