Re: [Lazarus] CFI in FpDebug

2022-06-29 Thread Pascal Riekenberg via lazarus
Ok, thanks for the hint! Pascal > Joost van der Sluis via lazarus hat am > 29.06.2022 12:11 CEST geschrieben: > > > Op 29-06-2022 om 10:31 schreef Pascal Riekenberg via lazarus: > > I use fpc trunk (3.3.1) > > Seems there is a problem in the internal

Re: [Lazarus] CFI in FpDebug

2022-06-29 Thread Pascal Riekenberg via lazarus
I use fpc trunk (3.3.1) Pascal > Joost van der Sluis via lazarus hat am > 29.06.2022 10:23 CEST geschrieben: > > > Op 29-06-2022 om 09:59 schreef Pascal Riekenberg via lazarus: > > i did this to temporary solve it for me: > > > > components/fpde

Re: [Lazarus] CFI in FpDebug

2022-06-29 Thread Pascal Riekenberg via lazarus
gth-@FDE32^.InitialLocation); -CFI.AddFDE(FDE); +if FDE.InitialLocation <> 0 then + CFI.AddFDE(FDE); end else // This should never happen, but it did and it leads to a range-check Pascal > Pascal Riekenberg via laz

Re: [Lazarus] CFI in FpDebug

2022-06-29 Thread Pascal Riekenberg via lazarus
Hi Joost, i think i have a problem with this. When starting to debug with FpDebug on Windows 10 64bit i get the following error: TApplication.HandleException: EListError Duplicate ID: Stack trace: $0001001EA1CF Error, line 383 of maps.pp $0001001E9DF8

Re: [Lazarus] question with IDE

2021-01-15 Thread Pascal Riekenberg via lazarus
Your existing implementation is missing the Paramter. Maybe that is the reason. Pascal > duilio foschi via lazarus hat am > 15.01.2021 13:06 geschrieben: > > > my IDE sometimes decides that procedure X was not coded in the > implementation section of a unit...and adds an empty

Re: [Lazarus] Getting sourceline from stacktrace address

2020-12-21 Thread Pascal Riekenberg via lazarus
Thanks! This works even better and also with direct jump to source. Pascal > Martin Frb via lazarus hat am 21.12.2020 > 20:27 geschrieben: > > > On 21/12/2020 20:12, Pascal Riekenberg via lazarus wrote: > > > > Good evening, >

Re: [Lazarus] Getting sourceline from stacktrace address

2020-12-21 Thread Pascal Riekenberg via lazarus
Thanks! That works. But with many manual copy and paste. Pascal > Luca Olivetti via lazarus hat am 21.12.2020 > 20:21 geschrieben: > > > El 21/12/20 a les 20:12, Pascal Riekenberg via lazarus ha escrit: > > Good evening, > > > > how can i get the sou

[Lazarus] Getting sourceline from stacktrace address

2020-12-21 Thread Pascal Riekenberg via lazarus
Good evening, how can i get the sourceline from a stacktrace address? I use heaptrc to find a double free. The problem is that producing the stacktrace on double free also runs into the error and only produces the list of addresses. KeepReleased is not an option here due to limited memory. 48

Re: [Lazarus] Elongated sub-menu width using TMainMenu

2020-12-08 Thread Pascal Riekenberg via lazarus
Stephen, please report to bugtracker with minimal sample project and exact version information for Lazarus, FPC and Windows. Pascal > Stephen Bullas via lazarus hat am > 07.12.2020 23:40 geschrieben: > > > I'm getting a weird error when running the latest Lazarus IDE or when >

Re: [Lazarus] generics.collections code completion "cycle detected"?

2020-11-18 Thread Pascal Riekenberg via lazarus
Please report it to bugtracker with a minimal sample. I'll have a look at it. Pascal > Luca Olivetti via lazarus hat am 18.11.2020 > 15:32 geschrieben: > > > Hello, > > if I try code completion on a TDictionary from generics.collections, > lazarus (2.0.10, fpc 3.2.0) I get the error > >

Re: [Lazarus] Fixed-pitch font on windows with difference between 1 and l in code editor?

2020-10-27 Thread Pascal Riekenberg via lazarus
I use Hack: https://sourcefoundry.org/hack/ Pascal > frans via lazarus hat am 27.10.2020 10:42 > geschrieben: > > > I'm using Courier New. > > mvg > Frans van Leeuwen > M 06-51695390 > > Op 27-10-2020 om 10:34 schreef Bo Berglund via lazarus: > > I am trying to find a font to use in the

Re: [Lazarus] Where can I switch OFF automatic copy in code editor?

2020-07-19 Thread Pascal Riekenberg via lazarus
Apart from your problem you describe here, do you know of Shift+Ctrl+D? You can select the source lines press Shift+Ctrl+D and select one of the conditional defines or create a new one. Then you get the {$IFDEF ...} at the beging of the selected text and {$ENDIF} at the end of the selected

Re: [Lazarus] Cannot find inc file from a registered package...

2020-06-26 Thread Pascal Riekenberg via lazarus
> For some reason I am disallowed from creating a new account (email > already used) and the "forgot password" path is blocked because I have > to supply a "user name" along with the email, which I also do not > know/remember. > > Apparently I have an active account tied to my email and since I

Re: [Lazarus] Cannot find inc file from a registered package...

2020-06-26 Thread Pascal Riekenberg via lazarus
> >Please report in bug tracker so it is not forgotten. > > How is that done? I have never evr done such a report. Do I have to > have an account somewhere to do it? Yes. Please see https://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report Pascal --

Re: [Lazarus] IDE "Rename identifier" misfeature

2020-05-26 Thread Pascal Riekenberg via lazarus
Well, IDE doesn't check for conflicts. It's up to you! Pascal > "Alexey Tor. via lazarus" hat am 26. Mai 2020 > um 00:25 geschrieben: > > > Hello > > ATSynEdit has such function > procedure TATSynRanges.DeleteFromLineIndexer(AIndex: integer); > var >   Ptr: PATSynRange; >   NItemLen,

Re: [Lazarus] Merge request

2019-09-06 Thread Pascal Riekenberg via lazarus
What about reopening the original issue and request a merge? Pascal > Martin Frb via lazarus hat am 6. September > 2019 um 12:24 geschrieben: > > > On 06/09/2019 10:48, Mattias Gaertner via lazarus wrote: > > On Fri, 6 Sep 2019 08:05:57 +0200 (CEST) > > Pascal Ri

Re: [Lazarus] Merge request

2019-09-06 Thread Pascal Riekenberg via lazarus
schrieben: > > > > > On Fri, 6 Sep 2019, Pascal Riekenberg via lazarus wrote: > > > > Hello, > > > > i've added a merge request to the wiki > > https://wiki.freepascal.org/Lazarus_2.0_fixes_branch#Submitted_by_developer_.2F_com

[Lazarus] Merge request

2019-09-06 Thread Pascal Riekenberg via lazarus
Hello, i've added a merge request to the wiki https://wiki.freepascal.org/Lazarus_2.0_fixes_branch#Submitted_by_developer_.2F_committer_and_waiting_for_testing_.28do_not_commit_yet.29 . Is this a proper way to request merges? Pascal-- ___ lazarus