Replies: 14 comments 19 replies
-
Hello Germona. Did you set the directory of mseide-msegui source (see picture)? For mseide, in menu Settings, value of ${MSEDIR}: For ideu, menu Settings/General Settings, value of ${MSEDIR}: |
Beta Was this translation helpful? Give feedback.
-
Re-hello Germona. It is possible that with last version of gdb (the debuger), when you try to debug via the mseide form-debugger, it will crash the system. I did not jump yet into the problem, but it seems that now gdb needs new command to disable download debug files (their new feature by default). When using the debugger-form of MSEide (the [> ] button), it will first compile the app then try to run it via gdb-debugger and will crash MSEide. With ideU you may disable the debugger and run it without gdb. So if it is the case for you, at the moment for debuging use gdb via a terminal. |
Beta Was this translation helpful? Give feedback.
-
About the last gdb 16.2 that is not compatible with MSEide/ideU, here gdb 16.2 compiled with --disable-debuginfod. |
Beta Was this translation helpful? Give feedback.
-
The files of gdb patched? Unzip it, there is only one file: the binary of gdb. Then, in the menu Settings/General Settings form, choose it as debugger. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
RE-hello. Hum, maybe I did not understand your question, if so please explain more. |
Beta Was this translation helpful? Give feedback.
-
Hello. It is the case with MSEide, you click on the green triangle and it will compile+run with debugging. For ideU, it was disabled, you compile with the gear-icon and run after with the green triangle or F9. |
Beta Was this translation helpful? Give feedback.
-
Re-hello. I just checked ideU to see what is done. If you want I can add a option in Extra Settings to run the app after compiling (using the compile-gearbox button) and this with or without debugger. (but asap, I am full of work) |
Beta Was this translation helpful? Give feedback.
-
Thanks Fred, |
Beta Was this translation helpful? Give feedback.
-
Hello Germona. OK, I found some seconds to do it. When checked, after compilation (click on the pink gear button), the application will run (or debug if enabled). Here the binary compiled for Linux x86_64 64 bit. Unzip it and copy/replace it in the directory of the release (usually /ideU_lin64/). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
For simple demos, you may take a look at the demos of Roland: #68 |
Beta Was this translation helpful? Give feedback.
-
Hello Fred, |
Beta Was this translation helpful? Give feedback.
-
With MSEide/ideU all the configuration is in the Project Options and each project has his own Project Options. |
Beta Was this translation helpful? Give feedback.
-
Somehow i can not get anything to work on Manjaro linux.
I have tried the normal ide, so i first deleted the .ide folder in my home directory.
Then restarted my computer and downloaded the
ideU_2_16_0_linux_amd64.zip and
mseide-msegui-main.zip
Then i both unzipped them in the /home/..../Downloads folder.
Then with the file browser browsed to the Downloads/mseide-msegui-main/apps/demo/ folder.
Selected the file demo.prj file, open with, then browsed to the Downloads/ideU_lin64/ folder and selected the executable ideU.
When i then select Project/Make i get an error.
Free Pascal Compiler version 3.2.2 [2024/05/01] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling demo.pas
demo.pas(4,52) Fatal: Can't find unit msegui used by demo
Fatal: Compilation aborted
What am i doing wrong?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions