Forum > General
IDE freezes on SelectDirectory
Martin_fr:
FpcUpDeluxe use git. But I don't know how to configure it to import....
Anyway, I managed to IFDEF the entire code. I have pushed the IFDEFed version to the official fixes_2_2 branch.
So you can download this and build it.
You do need to define FpDebugNewWinStepping
Or you open lazarus\components\fpdebug\fpdbgwinclasses.pas
and activate (remove the "off " / so it becomes "{$DEFINE ..." )
{off $DEFINE FpDebugNewWinStepping}
totya:
--- Quote from: Martin_fr on February 17, 2023, 02:52:24 pm ---Anyway, I managed to IFDEF the entire code. I have pushed the IFDEFed version to the official fixes_2_2 branch.
So you can download this and build it.
{off $DEFINE FpDebugNewWinStepping}
--- End quote ---
Thanks, Laz 2.2 fixes (+fpc fixes) install started via fpcupdeluxe...
totya:
--- Quote from: Martin_fr on February 17, 2023, 02:52:24 pm ---Or you open lazarus\components\fpdebug\fpdbgwinclasses.pas
and activate (remove the "off " / so it becomes "{$DEFINE ..." )
{off $DEFINE FpDebugNewWinStepping}
--- End quote ---
Hi
See picture, source edited.
Configure bulid lazarus - clean all - build. The result is does not changed anything, the test dir open app is freeze. I need logout from user andback...
Martin_fr:
If that does not fix it, then the fix must be in another commit. And then I don't know which one. So the issue will only be fixed in 2.3 upwards. Sorry about that. It was worth a try...
I never had that particular issue myself, I only knew from feedback that it is fixed in 2.3. The changes in that last commit seemed the most likely candidate...
totya:
--- Quote from: Martin_fr on February 17, 2023, 04:54:52 pm ---If that does not fix it, then the fix must be in another commit. And then I don't know which one. So the issue will only be fixed in 2.3 upwards. Sorry about that. It was worth a try...
I never had that particular issue myself, I only knew from feedback that it is fixed in 2.3. The changes in that last commit seemed the most likely candidate...
--- End quote ---
Thank you for your job!
Navigation
[0] Message Index
[#] Next page
[*] Previous page