Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Breakpoints 8 years 1 month ago #9308

  • Luca
  • Luca's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 2
Hi.
If I set a Breakpoint in my program all is fine: program is stopped and I can debug
If I set a Breakpoint in LCL files nothing happens.

Do I miss something?

Regards
Luca

Please Log in or Create an account to join the conversation.

Breakpoints 8 years 1 month ago #9310

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir,
can you give us a sample of LCL Breakpoint ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Breakpoints 8 years 1 month ago #9311

  • Luca
  • Luca's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 2
As an example, suppose I set a breakpoint on this line of code:
...
memo1.append(Edit1.text);
...
When the execution stopped I'd like digging into the code by pressing F7: in this particular case next step should be
procedure TCustomMemo.Append(const Value: String);
begin
  Lines.Add(Value);
end;
in custommemo.inc-

Hope to be clear.

I'm using CT 5.8 (lab) on Windows 10 (32-64 bits)

Regards
Luca

Please Log in or Create an account to join the conversation.

Breakpoints 8 years 1 month ago #9312

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
I can't help, we try to find the problem :blush:
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Breakpoints 8 years 1 month ago #9313

  • Luca
  • Luca's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 33
  • Thank you received: 2
Ok,
thanks for your effort!

Sometimes it's really usefull to analyze "internal" code.

Regards
Luca

Please Log in or Create an account to join the conversation.

  • Page:
  • 1