Re: Weird situation with FastMM 4.56




"Atle Smelvær" wrote
> > Did you remember to check the debug dcu setting.
> > It's not possible to set breakpoints inside Borland's
> > source before this is done. ... Set a breakpoint
> > inside create on TCollectionItem main class.

"Tommi Prami" wrote
> It is not in Borland unit, it is just inherited from
> TCollectionItem

That is *why* Atle advised you to put the breakpoint in
the constructor of TCollectionItem. The constructor of
all objects that descend from TCollectionItem should
call the constructor of TCollectionItem and you can
see what is being what is being created there.
--JohnH

.



Relevant Pages

  • Re: Breakpoints inside subfunctions???
    ... going the dot disappears in the subfunction and it doesn't ... Subfunctions are closures, and are compiled to logically different ... Thus you could not put a useable breakpoint in until after the ... you can set breakpoints in them. ...
    (comp.soft-sys.matlab)
  • Re: Breakpoints inside subfunctions???
    ... I can set the little red dot with no ... going the dot disappears in the subfunction and it doesn't ... no sense to only be able to set breakpoints in functions ... Thus you could not put a useable breakpoint in until after the ...
    (comp.soft-sys.matlab)
  • Re: breakpoint debugging in javascript -- state of the art
    ... Wondering what everyone's experience with breakpoint debugging is ... It can even let you set breakpoints in code that was brought into existence via an eval statement (which Firebug can't do). ...
    (comp.lang.javascript)
  • Re: how to access the code, e.g. dblquad.m ...
    ... The m-file editor also has the ability to set breakpoints. ... the line numbers you'll see a dash. ... breakpoint until you click the 'continue' button. ...
    (comp.soft-sys.matlab)