Notifications
Clear all

Codeblocks

9 Posts
3 Users
8 Likes
746 Views
Duce robot
(@duce-robot)
Member
Joined: 5 years ago
Posts: 678
Topic starter  

Has anyone used codeblocks on raspberry pi? I installed it it seems really cool.


   
Quote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@duce-robot

Posted by: @duce-robot

Has anyone used codeblocks on raspberry pi? I installed it it seems really cool.

I have used it before on many different O/S's, but it's not my favourite to be honest.

There is a stripped down version of MS VSCode (VSCodium I think it's called?), which doesn't track you for Linux systems, and there is also genie which is also a little better than code-blocks IMO.

Cheers.


   
Inst-Tech and Duce robot reacted
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@duce-robot

Posted by: @frogandtoad

@duce-robot

Posted by: @duce-robot

Has anyone used codeblocks on raspberry pi? I installed it it seems really cool.

I have used it before on many different O/S's, but it's not my favourite to be honest.

There is a stripped down version of MS VSCode (VSCodium I think it's called?), which doesn't track you for Linux systems, and there is also genie which is also a little better than code-blocks IMO.

Cheers.

The latest version of DEV C++ doesn't look too bad either:

Dev-Cpp


   
ReplyQuote
noweare
(@noweare)
Member
Joined: 4 years ago
Posts: 117
 

I use Codeblocks on my linux desktop and like it a lot. I tried using Visual Studio Code but the debug feature is not quite there for me. 


   
Duce robot reacted
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@noweare

Posted by: @noweare

I use Codeblocks on my linux desktop and like it a lot. I tried using Visual Studio Code but the debug feature is not quite there for me. 

No problem, many people like it.  By the way... what kind of debug feature is missing from Visual Studio Code, making it not suitable for you?


   
Duce robot reacted
ReplyQuote
noweare
(@noweare)
Member
Joined: 4 years ago
Posts: 117
 

Hello frogandtoad,

I can not remember exactly but i think it was either memory view or being able to change values in memory view. I would of been using the gdb debugger in C. Let me know if you have that working.

Thanks


   
Duce robot reacted
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@noweare

Posted by: @noweare

Hello frogandtoad,

I can not remember exactly but i think it was either memory view or being able to change values in memory view. I would of been using the gdb debugger in C. Let me know if you have that working.

Thanks

Thank you for your answer.

Has it improved a lot in the last 12 months?


   
Duce robot reacted
ReplyQuote
noweare
(@noweare)
Member
Joined: 4 years ago
Posts: 117
 

@frogandtoad I haven't checked if that functionality has been added but I really don't use VSC for straight C non-embedded programming. Normally I use VSC for the arduino programming and some python.


   
frogandtoad reacted
ReplyQuote
frogandtoad
(@frogandtoad)
Member
Joined: 5 years ago
Posts: 1458
 

@noweare 

No problem... use whatever works for you best 😉


   
Duce robot reacted
ReplyQuote