I’m not sure if workspace is the right terminology but I am using Katalon and have 2 irritating issues debugging. I suspect they are related…
-
Old breakpoints that have been cleared are being hit quite often (I’ve cleared some more recently and they are properly cleared so I wondor if there is a point in time where some were not emptied out properly)
-
One test case/script that gets called by a test suite is showing a different script when being debugged. This is very odd as it is actually running the right script in code but is showing a different one and stopping at unrelated break points.
Is there a way to clean Katalon degug config out in some way?
Has anyone else experienced this ?