Community
Participate
Working Groups
Steps to reproduce: 1) Create a Remote C/C++ project and disable build service in service configuration. 2) Restart RDT and open the project again. Go to service configuration and click the check box to enable the build service. The check box will grey out and won't be able to enable/disable anymore. (see linked picture for more detail).
This is a regression after we added local service provider. The function getDefaultPath in the class RemoteBuildServiceFileLocationWidget could get a null pathString when the given connection is a local connection. This exception causes the service configuration widget behaves incorrectly.
Created attachment 202563 [details] patch to rdt.ui
(In reply to comment #2) > Created attachment 202563 [details] > patch to rdt.ui check the code into ptp_4_1.
Check the patch into head stream.