Why would someone debug a Linux program using Microsoft Visual Studio?
From our experience gained during many years of work in software companies, it turns out that such situation is quite frequent nowadays. Let’s imagine a company which is developing their product in C++ and they are porting it from Windows to Linux. Or maybe they are developing a new multiplatform product. Usually the developers work on Windows most of the time, and Visual Studio is already the standard development platform on this system in that company. Linux versions are being built from common source code base and tested separately. However, annoying Linux-only bugs crawl in, and someone has to deal with them. It consumes a lot more time than fixing regular bugs which are reproducible on Windows. That is because a lot of unfavorable circumstances arise. Developers are accustomed to Visual Studio UI and need to change their habits to work effectively with another debugger. Typical free debugger GUIs for Linux have limited capabilities and don’t utilise the full power of GDB. Not alwa
Related Questions
- Ive been using Netscape Messenger for my e-mail program but am switching to Microsofts Outlook Express. How do I set up Outlook Express as my default e-mail program?
- Can a customer who licensed Microsoft Visual Studio .NET under a previous agreement acquire promotional MSDN Subscriptions on a new agreement?
- What version of Microsoft Visual Studio is required to build the Platform SDK samples?