Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Lazarus hangs when editing 14 years 4 months ago #156

  • Mark Bohn
  • Mark Bohn's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Install Lazarus from CodeTyphon. Set up a new Lazarus project and in Unit1 delete the line between

Form1: Tform;

implementation

Place the cursor on the left of the i in implementation and hit the enter key. Lazarus hangs.

Ubuntu 9.10
Lazarus 0.9.29

Also works if you try the same on the line below implementation but doesn't seem to on lines above implementation.

This is cross-posted to the Lazarus bug reporting site but I thought I'd check here in case this is a problem with the CodeTyphon install.

Bug reporting site has requested that I create a backtrace. This requires that I build Lazarus with -g option so that debugging info will be built in. Can I do that from CodeTyphon Center?

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

Re:Lazarus hangs when editing 14 years 4 months ago #157

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
1) "Lazarus hangs" is clearly Lazarus problem

2) For build Lazarus with -g option, you can modify CodeTyphon Lazarus Building Script "ln_Lazarus32_Build.sh".
But I think in Lazarus SVN version this error Not exists.
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Re:Lazarus hangs when editing 14 years 4 months ago #158

  • Mark Bohn
  • Mark Bohn's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Thanks for the info on the -g option. I'll give that a try.

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

  • Page:
  • 1