Phil,

Yes, sure:

/ 
*------------------------------------------------------------------------*/

Function Main( cDSN, lLog )
    f2()
Return NIL

function f2()
    a := 100
    altd()
    ? "Executed"
    wait
return

/ 
*------------------------------------------------------------------------*/

When it stops in debug window, just press:

<tab>
? a <enter>

and you get:

--------------------------------------------------------------------------
Unrecoverable error 9022: hb_xfree(00A9EAB0) Pointer Overflow '  
__dbg[01]'
Called from HB_DBG_GETEXPRVALUE(0)F5-Go F6-WA F7-Here F8-Step F9-BkPt  
F10-
Called from HBDEBUGGER:GETEXPRVALUE(1247)
Called from HBDEBUGGER:DOCOMMAND(874)
Called from HBDEBUGGER:COMMANDWINDOWPROCESSKEY(813)
Called from BUILDCOMMANDWINDOW(550)
Called from HBDBWINDOW:KEYPRESSED(345)
Called from HBDEBUGGER:HANDLEEVENT(1431)
Called from HBDEBUGGER:ACTIVATE(474)
Called from __DBGENTRY(156)
Called from F2(11)
Called from MAIN(3)
--------------------------------------------------------------------------

Clean build from today's CVS, MSVC 14.00, with full debug info in both  
C and PRG.

Thank you,

Marcelo Lombardo
www.xharbour.com.br



On Feb 3, 2009, at 1:08 PM, Phil Krylov wrote:

> Hi,
>
> On Tue, Feb 3, 2009 at 3:57 PM, Marcelo Lombardo
> <marc...@xharbour.com.br> wrote:
>> Error below happens when I check the contents of any var in command
>> window while debugging:
>
> can you please make a self-contained sample? I don't see such errors  
> here.
>
> -- Ph.
>
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with  
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills  
> and code to
> build responsive, highly engaging applications that combine the  
> power of local
> resources and data with the reach of the web. Download the Adobe AIR  
> SDK and
> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to