[futurebasic] Re: [FB] Callback - EnterProc - The big Freeze

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2001 : Group Archive : Group : All Groups

From: Alain Pastor <apastor@...>
Date: Thu, 27 Sep 2001 14:50:26 +0200
Ian Mann wrote:
> 

> 
> If I run this with the debugger on and step through after the tron break
> all is well.
> 

Ian,

I'm not sure that will solve your problem, but perhaps you could
take example on the drag and drop filter for the handling of the
Debugger with callback procedures:

#if def _useFBdbugger
TROFF :REM  ••• cannot use Debugger •••
#endif
"CompletionProc"
ENTERPROC FN Completion(inParamPtr AS POINTER)
inParamPtr.ERROR = _noErr
EXITPROC
#if def _useFBdbugger
TRON
#endif


-- 

Cheers

Alain

-----------------------------------------------------
FB^3 in Europe:  http://euro.futurebasic.com/
FB II Pouch:     http://www.pixmix.com/FB/outils.html
-----------------------------------------------------