|
26.01.2023, 20:49 | #1 |
Участник
|
D365, Visual Studio 2019 + F$O extension = тормозит intellisense
В общем. каждый раз когда вводишь точку, двоеточие или скобку, студия уходит в себя секунд на сорок. В итоге, чтобы напечатать простейшую строку типа salesTable::find(custInvoiceJour.SalesId).deliveryAddress уходит как минимум две минуты. В процессах видно как процесс xppcAgent выедаетЄ до 60% ЦПУ.
Все попытки найти как отключить автоподстановку/интеллисенс для Х++ провалились. Есть куча инфы как это сделать для С++, но не для Х++. Сравнение настроек с нормально работающей студией результата не принесло тоже. Системные параметры проблемной машинки такие же как нормально работающей. CPU Xeon E5-2675 v3 2.40GHz, 56GB RAM Работать невозможно, мы готовы даже отключить интеллисенс, но не выходит... . Ниже инфоромация о версиях, может кому-то что-то бросится в глаза. Microsoft Visual Studio Professional 2019 Version 16.11.16 VisualStudio.16.Release/16.11.16+32602.291 Microsoft .NET Framework Version 4.7.03190 Installed Version: Professional Visual C++ 2019 00435-60000-00000-AA038 Microsoft Visual C++ 2019 ASP.NET and Web Tools 2019 16.11.106.23128 ASP.NET and Web Tools 2019 ASP.NET Web Frameworks and Tools 2019 16.11.106.23128 For additional information, visit https://www.asp.net/ Azure App Service Tools v3.0.0 16.11.106.23128 Azure App Service Tools v3.0.0 Azure Functions and Web Jobs Tools 16.11.106.23128 Azure Functions and Web Jobs Tools C# Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1 C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used. Common Azure Tools 1.10 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools. Extensibility Message Bus 1.2.6 (master@34d6af2) Provides common messaging-based MEF services for loosely coupled Visual Studio extension components communication and integration. Finance and Operations (Dynamics 365) (Platform Update52) 7.0.6441.41 A collection of tools for Visual Studio that are used to develop applications on Finance and Operations (Dynamics 365) Microsoft Azure Tools for Visual Studio 2.9 Support for Azure Cloud Services projects Microsoft Continuous Delivery Tools for Visual Studio 0.4 Simplifying the configuration of Azure DevOps pipelines from within the Visual Studio IDE. Microsoft JVM Debugger 1.0 Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines Microsoft Library Manager 2.1.113+g422d40002e.RR Install client-side libraries easily to any web project Microsoft MI-Based Debugger 1.0 Provides support for connecting Visual Studio to MI compatible debuggers Microsoft Visual C++ Wizards 1.0 Microsoft Visual C++ Wizards Microsoft Visual Studio Tools for Containers 1.2 Develop, run, validate your ASP.NET Core applications in the target environment. F5 your application directly into a container with debugging, or CTRL + F5 to edit & refresh your app without having to rebuild the container. Microsoft Visual Studio VC Package 1.0 Microsoft Visual Studio VC Package Mono Debugging for Visual Studio 16.10.15 (552afdf) Support for debugging Mono processes with Visual Studio. Node.js Tools 1.5.30526.3 Commit Hash:c09c81113bcbc86d57943fcdd67e82434263d61d Adds support for developing and debugging Node.js apps in Visual Studio NuGet Package Manager 5.11.2 NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/ Office Developer Tools for Visual Studio 16.0.31424.03 Microsoft Office Developer Tools for Visual Studio ProjectServicesPackage Extension 1.0 ProjectServicesPackage Visual Studio Extension Detailed Info Razor (ASP.NET Core) 16.1.0.2122504+13c05c96ea6bdbe550bd88b0bf6cdddf8cde1725 Provides languages services for ASP.NET Core Razor. SQL Server Data Tools 16.0.62205.05200 Microsoft SQL Server Data Tools TypeScript Tools 16.0.30526.2002 TypeScript Tools for Microsoft Visual Studio Visual Basic Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1 Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used. Visual F# Tools 16.11.0-beta.21514.6+b6c2c4f53ea3a08fa603ea93d6d2f808a62a21d1 Microsoft Visual F# Tools Visual Studio Code Debug Adapter Host Package 1.0 Interop layer for hosting Visual Studio Code debug adapters in Visual Studio Visual Studio Container Tools Extensions 1.0 View, manage, and diagnose containers within Visual Studio. Visual Studio Tools for Containers 1.0 Visual Studio Tools for Containers VisualStudio.DeviceLog 1.0 Information about my package VisualStudio.Foo 1.0 Information about my package VisualStudio.Mac 1.0 Mac Extension for Visual Studio Workflow Manager Tools 1.0 1.0 This package contains the necessary Visual Studio integration components for Workflow Manager. Xamarin 16.11.000.197 (d16-11@6934992) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android. Xamarin Designer 16.11.0.47 (remotes/origin/d16-11@e0d612363) Visual Studio extension to enable Xamarin Designer tools in Visual Studio. Xamarin Templates 16.10.5 (355b57a) Templates for building iOS, Android, and Windows apps with Xamarin and Xamarin.Forms. Xamarin.Android SDK 12.0.0.3 (d16-11/f0e3c2d) Xamarin.Android Reference Assemblies and MSBuild support. Mono: c633fe9 Java.Interop: xamarin/java.interop/d16-11@476bb5b ProGuard: Guardsquare/proguard/v7.0.1@912d149 SQLite: xamarin/sqlite/3.35.4@85460d3 Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-11@87af37b Xamarin.iOS and Xamarin.Mac SDK 15.2.0.17 (738fde344) Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support. F$O extension |
|
26.01.2023, 21:23 | #2 |
Moderator
|
Вообще есть рекомендация отключать в Visual Stidio Options CodeLens.
У меня правда VS2017 на машине и там даже с CodeLens так сильно не тормозило, но после того как я CodeLens отключил стало побыстрее работать. Anecdotal evidences говорят что именно в VS2019 CodeLens в сочетании с X++ особенно сильно тормозят. |
|
26.01.2023, 21:57 | #3 |
Участник
|
Спасибо за идею, но к сожалению не помогло
Tools > Options > Text Editor > All Languages > CodeLens -> disable |
|
26.01.2023, 23:18 | #4 |
Участник
|
А если закрыть VS, а потом открыть и продолжить редактирование с того же места, будет быстрее? Есть ли разница, если редактировать маленький или большой класс? Полную компиляцию всех моделей пробовали?
|
|
25.02.2023, 18:20 | #5 |
Участник
|
Цитата:
Последнюю неделю ситуация вроде немного улучшилась - была ли тому причина в нескольких перегрузках энвы после моих экспериментов по отключению интеллисенса, или приехали какие-то обновления, но субъективно стало немного лучше. |
|
11.03.2023, 00:34 | #6 |
Участник
|
Вот что Microsoft говорит:
Цитата:
Gianugo Rabellino (HE/THEY) – November 9, 2022 at 02:08 PM
Build all considered harmful TL;DR: if you can, avoid selecting all modules when doing a “Build all” operation. We are seeing a few cases where debugging crashes rear their ugly head. As some of you may know, most debugging crashes are due to the 32 bit limitations of VS2019 and the sheer size of symbol files that we need to load in memory during debugging – as it approaches and then exceeds 2GB, the process deteriorates and eventually crashes. We have mitigated this issue recently by distributing the F&O platform/app symbols as Portable PDBs which are much smaller in size. Building symbols in this format, however, requires specific build pipelines that we have not integrated in the Visual Studio tools yet: if you trigger a “Full build” from the F&O Extension "Build Models" dialog, the modules you select will use the old style build process and generate symbols using the generic and much bigger in size PDB format. Doing a full build for all models (including the Microsoft one) will therefore negate any memory saving and, in turn, cause crashes while debugging. Note that this does not affect regular VS builds (ctrl+b), just this specific build configuration for the FnO extension. We of course intend to fix this issue, however we understand that this is an edge case as we believe there are very few reasons, if any, to trigger a complete rebuild so we are not quite considering it an urgent matter. To help us prioritize our work correctly, please let us know if this is something you need sooner rather than later and, if so, what are your scenarios that require full builds that include the core FnO code base. |
|
03.02.2023, 02:55 | #7 |
Участник
|
А в чем проблема переразвернуть VM? Вообще с появлением D8v5(с 15 дисками или SSD) и возможности выбирать модели для отладки ситуация со скоростью и стабильностью вроде улучшилась при чем без тюнингов.
|
|
|
За это сообщение автора поблагодарили: Logger (3). |
08.02.2023, 20:35 | #8 |
северный Будда
|
Кстати да, у меня тоже такое наблюдалось в последнее время. Причём поначалу всё нормально работает, но потом в какой-то момент начинает дико тормозить...
__________________
С уважением, Вячеслав |
|
|
|