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

  • Home
  • SEARCH
  • 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 419177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:45:06+00:00 2026-05-12T18:45:06+00:00

I’m a longtime Visual Studio(from versions 6 to 2008) user that really like the

  • 0

I’m a longtime Visual Studio(from versions 6 to 2008) user that really like the editor and especially the debugger. Now I’m thinking of giving Linux a go, is there a IDE with similar, or better, capabilities out there?

I’m also interested in recommendations for GUI libraries, c++ or c#.

  • 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-12T18:45:06+00:00Added an answer on May 12, 2026 at 6:45 pm

    I moved from windows to linux 9 or so years ago after spending my initial career using Visual Studio.

    The move was relatively easy as the build environment was first and foremost based on Makefiles. Up to this point I used scripts to create a visual studio project for the project each time there were changes.

    At that time, the others in my team were using emacs. The learning curve is pretty steep when you come from something like VS, but IMHO it has been well worth the time I invested in it.

    What sold me on emacs was the integration with gdb. Emacs has a mode specifically for gdb. Once this mode is started you can enable ‘gdb-many-windows’. This gives you a view very similar to that of any debuger environment. Also, one of the first things that I did after moving was to setup the VS key shortcuts. So even after all this time, I have the following in my .emacs file:

    (global-set-key [f7] 'compile)             ;; asks for a command to run eg: make
    (global-set-key [f4] 'next-error)          ;; show the next error
    (global-set-key [S-f4] 'previous-error)    ;; show the previous error
    
    (global-set-key [f5] 'gdb)                   ;; start the debugger   
    (add-hook 'gud-mode-hook                     ;; allows changes to debugger mode
              '(lambda ()
                 (define-key (current-local-map)
                   [f10]
                   'gud-next)                    ;; F10 does step over
                 (define-key (current-local-map)
                   [f11]
                   'gud-step)                    ;; F11 does step into
                 (define-key (current-local-map)
                   [\S-f11]
                   'gud-finish)                  ;; Shift+F11 finish function
                 (define-key (current-local-map)
                   [f5]
                   'gud-cont)                    ;; F5 does continue.
                 (gdb-many-windows t)))          ;; Set's up a debugger type view
    

    If you haven’t used emacs before, then the first thing you need to know is that you type: Ctrl+X Ctrl+C to exit emacs.

    If you do decide to give it a go, after loading it up use Ctrl-H then ‘t’. This starts the emacs tutorial which will give you the basics.

    Of course, if you get stuck, then just review or ask a SO question tagged with emacs. This has become a really could source of information for emacs use. I only found out about gdb-many-windows this April from this question!

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

Sidebar

Ask A Question

Stats

  • Questions 209k
  • Answers 209k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You might find this Sun book/chapter on Garbage Collection useful,… May 12, 2026 at 9:40 pm
  • Editorial Team
    Editorial Team added an answer SiteMapProvider can be tottaly dynamic. For example it can make… May 12, 2026 at 9:40 pm
  • Editorial Team
    Editorial Team added an answer You can also solve this in JSF 2.0 using component… May 12, 2026 at 9:40 pm

Related Questions

In order to apply a triggered animation to all ToolTip s in my app,
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.