Stack Calls
Called from REF_VAR(938)
Called from EDITSCHE(93)
Called from VAL_REL2(380)
is it possibile to add "in module <nameofprgfile> ? " information for each row
?
Marco Boschi
info@marcoboschi.it
info@marcoboschi.it
Called from REF_VAR(938)
Called from EDITSCHE(93)
Called from VAL_REL2(380)
is it possibile to add "in module <nameofprgfile> ? " information for each row
?
I agree. It would be useful.
EMG
if ! Empty(ProcName( n ) )
AAdd( aStack, " Called from: " + ProcFile( n ) + " => " + Trim( ProcName( n ) ) + ;
"(" + NTRIM( ProcLine( n ) ) + ")" )
cErrorLog += ATail( aStack ) + CRLF
endifWonderful! Thank you!
EMG
OK ThankYou very much.
![]()
Unfortunately it seems not working as expected... ![]()
EMG
Enrico,
But that may be something specific to Harbour/xHarbour ProcLine() function.
Yes, of course.
EMG