Re: [fpc-pascal] Any Way to catch endless loop in fpc in Wince?

2009-11-11 Thread epergola
I mean at runtime, where the app is deployed, not in the Lazarus IDE debugger. -- View this message in context: http://old.nabble.com/Any-Way-to-catch-endless-loop-in-fpc-in-Wince--tp26293620p26297681.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

Re: [fpc-pascal] Any Way to catch endless loop in fpc in Wince?

2009-11-11 Thread Jonas Maebe
On 11 Nov 2009, at 00:55, epergola wrote: Is there a way (or a 3rd party component or a library) to catch an endless loop after x seconds in applications running on arm Wince? It is not possible to know whether a loop is endless or not (at least not in the general case, see the halting

Re[2]: [fpc-pascal] Any Way to catch endless loop in fpc in Wince?

2009-11-11 Thread JoshyFun
Hello FPC-Pascal, Wednesday, November 11, 2009, 10:34:09 AM, you wrote: JM It is not possible to know whether a loop is endless or not (at least JM not in the general case, see the halting problem). If you simply JM want to know whether your application has run its main loop within the JM last x

[fpc-pascal] Any Way to catch endless loop in fpc in Wince?

2009-11-10 Thread epergola
Hi Is there a way (or a 3rd party component or a library) to catch an endless loop after x seconds in applications running on arm Wince? -- View this message in context: http://old.nabble.com/Any-Way-to-catch-endless-loop-in-fpc-in-Wince--tp26293620p26293620.html Sent from the Free Pascal -