×
Lab CT Version, news, test results, new features request and suggestions
Question CT LAB ver 6.80
- Matis A.
-
- Away
- Moderator
-
Less
More
3 years 3 weeks ago #13343
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic CT LAB ver 6.80
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- Rafał
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
3 years 3 weeks ago - 3 years 3 weeks ago #13344
by Rafał
Replied by Rafał on topic CT LAB ver 6.80
Hi,
I have same situation with debugger. I try few projects.
Same result: External SIGSEGV,
fpDebugger : External: Access violation
LLDB Debugger: Working, OK.
I have same situation with debugger. I try few projects.
Same result: External SIGSEGV,
fpDebugger : External: Access violation
LLDB Debugger: Working, OK.
Last edit: 3 years 3 weeks ago by Rafał.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
- Peter Heckert
-
- Offline
- Junior Member
-
Less
More
- Posts: 62
- Thank you received: 3
3 years 3 weeks ago #13346
by Peter Heckert
Replied by Peter Heckert on topic CT LAB ver 6.80
If this is a 32 Bit Problem, then this could help:
If the type of debugging info is set to "default" or "automatic" then the 32 bit FPC compiler produces Stabs debugging info.
(It shouldnt, because Stabs is deprecated but it does)
So the debugging info for the project should be explicitely set to "Dwarf with sets".
This is true for FPC 3.0.4 32 bit and so far I have seen, it is also true for FPC 3.3.1 32 bit.
If the type of debugging info is set to "default" or "automatic" then the 32 bit FPC compiler produces Stabs debugging info.
(It shouldnt, because Stabs is deprecated but it does)
So the debugging info for the project should be explicitely set to "Dwarf with sets".
This is true for FPC 3.0.4 32 bit and so far I have seen, it is also true for FPC 3.3.1 32 bit.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
- Rafał
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
3 years 3 weeks ago #13348
by Rafał
Replied by Rafał on topic CT LAB ver 6.80
I tried what Peter Heckert mentioned.
I changed In Project Options -> Debugger -> Debugger Info -> Debugger Format Code from "Automatic" to "Dwarf with sets" and it's working.
There is no errors.
I tried it on few projects.
I changed In Project Options -> Debugger -> Debugger Info -> Debugger Format Code from "Automatic" to "Dwarf with sets" and it's working.
There is no errors.
I tried it on few projects.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
3 years 3 weeks ago - 3 years 3 weeks ago #13350
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic CT LAB ver 6.80
For the next
LAB CT release we add some new things
-COSMIC 1: Switch "Automatic" Project "Type of Debug info"
to "Dwarf2 with sets" (-gw2 -godwarfsets)
Now all supported by Typhon IDE Debuggers can run without
change working Project Debug Options
-COSMIC 2: Add to Typhon IDE support for DWARF 4 Debugging Format Standard
For testing...
LAB CT release we add some new things
-COSMIC 1: Switch "Automatic" Project "Type of Debug info"
to "Dwarf2 with sets" (-gw2 -godwarfsets)
Now all supported by Typhon IDE Debuggers can run without
change working Project Debug Options
-COSMIC 2: Add to Typhon IDE support for DWARF 4 Debugging Format Standard
For testing...
PilotLogic Architect and Core Programmer
Attachments:
Last edit: 3 years 3 weeks ago by Sternas Stefanos.
The following user(s) said Thank You: xcod, Fernando
Please Log in or Create an account to join the conversation.