Hello
I have one component that cause exception (Access Violation) when I try to change some property design time. Changing this property run-time works OK.
Now I am trying to debug Lazarus IDE it self.
I was downloaded Lazarus source from SVN and started debugging Lazarus IDE as it explained in this tutorial:
http://wiki.freepascal.org/Extending_the_IDE#Debugging_the_IDEI am debugging Lazarus from another instance of Lazarus.
Debugger works OK but when I set breakpoint in component source debugger doesn't stop.
For example If I put breakpoint in procedure:
(StdCtrls.pas) procedure TCustomButton.TextChanged;
and then make change on button caption from property inspector of running Lazarus instance debugger doesn't stop.
Does anybody have idea what I'm doing wrong?