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:

Problem with debugger 2 years 4 months ago #16431

  • Krzysztof
  • Krzysztof's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Hello!
Sorry for my English, it comes from a translator.
There was an unexpected problem in the program I am writing. Suddenly the debugger stopped working.
Of course, its options in the project are enabled. In other projects the debugger works, so this is not a problem with CodeTyphon.
I suspect the bug has crept into one of the project settings files, but I have no idea where to look for it.

Greetings
Krzysztof

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

Problem with debugger 2 years 4 months ago #16432

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
More info for your project ?
Debug and Optimization settings, etc..
PilotLogic Core Programmer

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

Problem with debugger 2 years 4 months ago #16441

  • Krzysztof
  • Krzysztof's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
It's a simple application, I didn't change much in the project settings.
Only, looking for a solution to my problem, in the tab "Complilation and Linking" I set "Optimization levels" to 0
Attachments:

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

Problem with debugger 2 years 3 months ago #16443

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
Yes but
-Your OS ?
-Your CT version ?
-Typhon 32 or 64 bits
etc,
PilotLogic Core Programmer

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

Problem with debugger 2 years 3 months ago #16444

  • Krzysztof
  • Krzysztof's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
I'm very sorry, I haven't used a forum like this so I don't know what to specify yet.

OS: Windows 10 Pro 64bit
CT: 7.5 64bit

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

Problem with debugger 2 years 3 months ago #16445

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
No problem.

My suggestions:
-Update to CT 7.6 or LAB CT 7.7
-Check "Display line numbers ..."
-Check your source files "Initialization" session.

 
PilotLogic Core Programmer
Attachments:

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

Problem with debugger 2 years 3 months ago #16447

  • Krzysztof
  • Krzysztof's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Unfortunately, it did not help.
In another application, debugging works perfectly.
In this project also worked. I didn't change anything in project settings.
Simply debugging stopped working without any message. It ignores breakpoints. As if debugging was not enabled.
I think the problem is somewhere in the project settings file: *.ctpr or *.ctps. Is it possible to "reset" them somehow?

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

Problem with debugger 2 years 3 months ago #16448

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Yes

Both *.ctpr and *.ctps files are xml text files.
So always you can "Edit" these files...

Close Typhon IDE
delete your project *.ctps

If this NOT help, then
- create a new project or
- modify *.ctpr file with a text editor

PS:Backup your project first...
 
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.
  • Page:
  • 1