Hi everyone, I'm getting a problem debugging Seaside applications in latest Pharo.
When stepping with the debugger through the execution of a seaside application and encountering a message not understood, the entire Pharo system freezes and is totally unresponsive. It does not show that a DNU occurs, it simply becomes unresponsive when trying to step over the message that does not exist. I have to force quit. The problem can easily be recreated by changing a seaside component's render method such that a DNU occurs. Next, choose to debug the problem and restart the context. Now start stepping through the method and the system freezes when you try to step into the message that is not understood. The system freezes and does not show you a DNU. It seems to be a Pharo-Seaside problem since I do not have the same problem when doing this outside of Seaside applications. I'm using Pharo 09.7.5 (with seaside) and did a system update just now. I'm trying to drill down to the source of the problem but if anyone has any ideas.... ---------------------------- Johan Brichau [email protected] _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
