Originally posted by Michael_S
View Post
Microsoft Visual Studio 2015 Supports Targeting Linux
Collapse
X
-
-
-
Originally posted by gotwig View PostAs UE4 C++ Programmer I have to say VS is the worst IDE in the world. Slower and more annoying than even Eclipse.
Everyone I know in the industry that uses it loves it.
While I don't really care about compiler support that much, what I do care about is the debugging ability that VS offers. That is, bar none, the best debugger.
If that is part of this, then, it is big news.
Comment
-
-
Originally posted by Michael_S View PostManaging our Linux machines was much easier, I could accomplish everything I needed from one machine with ssh and whenever I screwed up I could do a fresh install. He laughed at me, because he was at a larger firm managing hundreds of Windows machines using automated tools with remote unmanaged software installs, remote scheduled restarts, and so forth and they had a site license for Windows and Office that made license management easy.
My point is, I wonder if managing a Windows server build farm is always a headache, or if there are tools available to make it child's play as long as you have money to burn.
Little of them are included in Windows Server itself so they are unknow by public.
I manage some Linux servers too and there are not such tools, so you really need to spend more time per machine on average.
Here I am talking about small/mid size business networks (50 to 200 machines), for my personal I prefer a good Opensuse : simple and effective
Bundled SSH daemon is just something you can't easily beat.Last edited by Passso; 02 April 2015, 12:31 PM.
Comment
-
-
Even if Visual Studio its a very slow IDE, to have it on Linux would be great, right now monodevelop work good for .NET development on Linux (for not WF stuff, like web applications), so to open .sln files created on VS on monodevelop works, sadly their .NET implementation its not complete, as some windows forms are not implemented yet. So to have Microsoft working on it would be just great. Even if they wont port VS to Linux, they seems to want to make an export option to Linux, what means than they would polish the current Linux .NET implementation, so to develop .NET apps on Linux using monodevelop would become a lot better.
Comment
-
-
Originally posted by gotwig View PostAs UE4 C++ Programmer I have to say VS is the worst IDE in the world. Slower and more annoying than even Eclipse.
Comment
-
-
Originally posted by vortex View PostLol... yeah right.
Everyone I know in the industry that uses it loves it.
While I don't really care about compiler support that much, what I do care about is the debugging ability that VS offers. That is, bar none, the best debugger.
If that is part of this, then, it is big news.
Everything I do is always compiled release mode.
At least on linux I can selectively compile specific object files in debug mode when I really have to.
And thankfully I've been able to recreate any threading related crashes on both windows and linux, the only expection to that being the platform specific thread and process management pieces I've cooked up which were very manageable using....simulation!
I think its been at least 4 years since the last time I actually did breakpoints and instruction stepping. Typically I try to force core dumps through unit test/simulation and then use a debugger to inspect state, although many times I prefer tossing in prints to do the same.
Then I can actually add the test/simulation to my battery of tests.
Comment
-
Comment