Newb questions - Printable Version +- EmBitz (https://www.embitz.org/forum) +-- Forum: IDE (https://www.embitz.org/forum/forum-1.html) +--- Forum: Using EmBitz (https://www.embitz.org/forum/forum-2.html) +--- Thread: Newb questions (/thread-150.html) |
Newb questions - jgauthier - 13-12-2022 Greetings, I'm trying to give Embitz a real thorough try to determine if I want to migrate to it for my projects. I've experimented with it some (STM32) - but I have a few basic newb questions that I couldn't figure out easily. 1) Stupid one: Is there a dark theme? The interface prompts for a file but I don't see one. I enjoy my development to be dark. In Keil I was able to do this for the editor window only - the other window panes were white. ugh. 2) I see there is a workspace - but I'm not really sure how to run multiple copies with multiple hardware debuggers. (I did see the option to allow running multiple copies, but I wasn't sure how the projects and workspaces worked together) 3) I wasn't able to see a way to look at flash memory for debugging. Is this possible? 4) I am starting a project with an STM32H745 MCPU which has 2 cores. Can embitz support dual proc debugging? I'm not sure how configure something like that either. Thanks for answering my newb questions! RE: Newb questions - embitz - 14-12-2022 Hi, 1) Not really but this is also high on my list. 2) Workspace is just as with other IDE's. It consists of multiple projects. 3) There is a debug window "memory view" with live capabilities if you use EBlink. 4) Yes, EBlink supports this and you can use two EB instances to debug both MCU simultaneously. Attached an example dual core project used to test EBlink RE: Newb questions - jgauthier - 14-12-2022 (14-12-2022, 07:39 AM)embitz Wrote: Hi, Thanks for the answers! Regarding #4. I'm still kind of learning how this processor works for programming and debugging. I've deduced that same thing: multiple instances of an IDE can debug the different processors (one at a time). I am still trying to figure out how to flash the CM4 versus the CM7 using OpenOCD. RE: Newb questions - embitz - 14-12-2022 Why openocd? RE: Newb questions - jgauthier - 14-12-2022 Because I'm not currently using embitz for this project. Although, I did get the CM4 code over there and programmed using Embitz. RE: Newb questions - Mate - 06-11-2024 Dear EmBitz, Any news on the point 1. Dark mode? Best Regards, Mate RE: Newb questions - embitz - 06-11-2024 (06-11-2024, 02:59 PM)Mate Wrote: Dear EmBitz, Well, I also start missing it. I use GoLand in dark mode and I'm missing it now in EB. I started by looking how wxWidgets is handling themes. So, who knows... RE: Newb questions - Mate - 06-11-2024 (06-11-2024, 05:41 PM)embitz Wrote:(06-11-2024, 02:59 PM)Mate Wrote: Dear EmBitz, Thank you for your response, Until this feature gets done, are there some workarounds, some Themes that could be easily integrated in the existing EmBitz? The default theme is OK for the day, but really painfull before bed time... |