Bitcoin Forum
June 27, 2024, 02:41:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What IDE used for Bitcoin developement (Ubuntu) ?  (Read 197 times)
streamplus (OP)
Newbie
*
Offline Offline

Activity: 107
Merit: 0


View Profile
April 27, 2018, 05:42:03 PM
 #1

Hi,

What IDE used for Bitcoin developement on Ubuntu ?

For fast compilation, error logs, etc.
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
April 27, 2018, 08:39:36 PM
 #2

Most people who work on Bitcoin Core do not use an IDE. Many just use a text editor (such as emacs or vim) and the terminal. All of the build commands are documented and it is not difficult to copy and paste commands into the terminal.

streamplus (OP)
Newbie
*
Offline Offline

Activity: 107
Merit: 0


View Profile
April 27, 2018, 09:32:51 PM
 #3

Most people who work on Bitcoin Core do not use an IDE. Many just use a text editor (such as emacs or vim) and the terminal. All of the build commands are documented and it is not difficult to copy and paste commands into the terminal.

Only peoples that compile only the source that use command lines.

But what about making changes on the source code ?

IDE is a good way to debug the code, retreive errors etc.
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
April 27, 2018, 11:09:46 PM
 #4

But what about making changes on the source code ?
Use a text editor. A source code file is just a text file. As I said earlier, many people use emacs or vim.

IDE is a good way to debug the code, retreive errors etc.
It's not the only way, and often IDEs require special configuration in order to work with projects that weren't created with them.

For debugging, you can use gdb.

formatme
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 27, 2018, 11:15:56 PM
 #5

everyone at our startup uses visual studio code or atoms
streamplus (OP)
Newbie
*
Offline Offline

Activity: 107
Merit: 0


View Profile
April 28, 2018, 06:54:36 PM
 #6

everyone at our startup uses visual studio code or atoms
Visual Studio under Windows no ?
vlad230
Sr. Member
****
Offline Offline

Activity: 616
Merit: 279



View Profile
April 28, 2018, 08:38:34 PM
 #7

I think the best IDE you can use for Bitcoin/Crypto development is IDEA Intellij.
It's cross platform (you can use it on Ubuntu, Mac or Windows) and you can use the community edition for free. Anyone who has ever worked in software development appreciates a good IDE like Intellij.

As the programming language used for the blockchain is C++, you will need to get a plugin for it to be able to use it in the IDE. You can find some useful info on it here: https://plugins.jetbrains.com/plugin/1373-c-c-

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!