Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 207869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:46:26+00:00 2026-05-11T17:46:26+00:00

I’ve been a Visual C++ user for quite some time now, and in the

  • 0

I’ve been a Visual C++ user for quite some time now, and in the following weeks, I will be joining a (C++) Linux-only project. It should be noted that I have absolutely zero development experience on Linux.

Currently, Visual C++ 9 along with the Visual Assist X add-in make Windows-based development rather enjoyable. Having looked at various C++ IDEs on Linux left me a little disappointed with the coding experience, however.

I’d love to be able to use my current tool set (see above) for Linux development, so I have a couple of questions:

  1. Can the VS editor convert between CR+LF <-> LF in a reliable manner?
  2. Is it possible to set up a system where if I press “Build” in the IDE all of my work gets transferred to another box (e.g., a virtual machine) running Linux that compiles my project?
  3. How would debugging work? Is it possible to remote-debug an application running in Linux via something like gdb? If so, would the “advanced” features of MS’s debugger (e.g., tracepoints, break-if-cond, etc.) be lost?

Is this even a sane thing to think of? Does anyone use a Windows environment for Linux development? If not, I guess I should just suck it up and move to a Linux environment all together…?

Any input is appreciated, as I feel a little lost right now.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:46:27+00:00Added an answer on May 11, 2026 at 5:46 pm

    I’ve done windows/linux/freebsd cross-platform development with Windows as my primary OS… so it is possible.

    • Use VS as editor.

    • Access Linux Dev node via SSH with
      putty.

    • Use revision control system
      (subversion/git/bazaar/mercurial/cvs)
      to check changes into repo & check
      changes out on Linux.

    • Use a multi-platform build process. I
      use SCons. It is python based
      and works beautifully – though it is
      a little slow with the default
      settings.

    • Launch build process from shell using
      putty.

    • Use additional shells as needed to
      attach gdb & debug.

    Now to answer your questions:

    1. Yes. There is a VS setting to say use unix line endings. Many revision control systems can also be configured to correct this for you.

    2. Maybe, but that’s not how I did it.

    3. Yes, you can remotely debug using GDB. GDB has many (all?) the features available with VS’s debuger but you have to learn the GDB commands. I don’t know of a way to use VS’s debugger to debug processes compiled with GCC – though this is a frequent request.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.