- Posts: 4
- Thank you received: 0
×
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
Question Problem with debugger
- Krzysztof
- Topic Author
- Offline
- New Member
-
Less
More
7 months 2 weeks ago #16431
by Krzysztof
Problem with debugger was created by Krzysztof
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
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.
- Matis A.
-
- Away
- Moderator
-
7 months 2 weeks ago #16432
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Problem with debugger
More info for your project ?
Debug and Optimization settings, etc..
Debug and Optimization settings, etc..
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- Krzysztof
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 months 2 weeks ago #16441
by Krzysztof
Replied by Krzysztof on topic Problem with debugger
Attachments:
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
7 months 2 weeks ago #16443
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Problem with debugger
Yes but
-Your OS ?
-Your CT version ?
-Typhon 32 or 64 bits
etc,
-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.
- Krzysztof
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 months 2 weeks ago #16444
by Krzysztof
Replied by Krzysztof on topic Problem with debugger
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
OS: Windows 10 Pro 64bit
CT: 7.5 64bit
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
7 months 2 weeks ago #16445
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Problem with debugger
No problem.
My suggestions:
-Update to CT 7.6 or LAB CT 7.7
-Check "Display line numbers ..."
-Check your source files "Initialization" session.
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.
- Krzysztof
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 months 2 weeks ago #16447
by Krzysztof
Replied by Krzysztof on topic Problem with debugger
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?
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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 months 2 weeks ago - 7 months 2 weeks ago #16448
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Problem with debugger
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...
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
Last edit: 7 months 2 weeks ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.