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 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

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I would like to count the length of a string with PHP. The string
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into

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.