Why does Delphi XE7 IDE hangs and fails on out of memory exception?

2021-09-21 19:13

阅读:941

Add DDevExtensions and IDEFixPack DDevExtensions Options --> Compilations --> Check ‘Release compiler unit cache of other projects before compiling‘ Use the external MSBuild addresses Here is how: Project | Options | Delphi Compiler, set Use MSBuild externally to compile Project | Options | Delphi Compiler | Compiling | Debugging, set Use debug .dcus to False Project | Options | Delphi Compiler | Linking, set Include remote debug symbols to True renaming Delphi‘s c:\Program Files (x86)\Embarcadero\Studio\15.0\bin\Borland.Studio.Delphi.DLL, the IDE will remain stable much longer and you are able to get some work done!! Note the IDE will give you an error when starting up about this DLL being missing. This appears to prevent a lot of the needless churning and burning the IDE was doing that was consuming memory and machine cycles try starting the IDE with the -noparser option... "BDS.EXE -noparser" this will switch the parser off for the structure pane


评论


亲,登录后才可以留言!