I have compile the poco with static and shared library in Mac Lion successfully.
I try to use the Xcode to develop and debug a httpserver referenced the poco/net/sample/httptimeserver.(Any sample also have the same exception problem when I try to set breakpoint)
I create a mac console application project, copy the httptimeserver source code, add the poco include source files and add the library.
When I run it, it can successfully get the client request at http://localhost:9980/.
But
1
When the project is running,I try to add a breakpoint in the any line of the source code, it will break it and exit from the running status.
2
If I set a breakpoint in function handleRequest firstly and run the project, client request at http://localhost:9980/, the breakpoint work and stop it, but if I continue the debug,
the console wii print terminate called without an active exception
I have attach a screenshot when the exception happen.
Now If I want to debug it, I can only use the log system
I will appreciate it if somebody can help me





