-
hello , thanks for providing this IDE thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello and welcome to mseide-msegui discussions. About how to install mseide-msegui there are explanation in the readme.md file. Here a video of the installation + load-run the demo ( fpc compiler has to be installed ). install_msegui.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hello. It is because the gdb.exe debugger seems not be installed or the path is not found. I dont have here a Windows machine to test how to install gdb.exe. Otherwise if you only want to compile the project, go menu Project/Build and do not click on the green button. Hope it helps. Also for Windows, the compiler is fpc.exe. |
Beta Was this translation helpful? Give feedback.
Hello.
It is because the gdb.exe debugger seems not be installed or the path is not found.
https://www.sourceware.org/gdb/
I dont have here a Windows machine to test how to install gdb.exe.
If you have Lazarus installed, it has gdb.exe in C:\lazarus\mingw..\bin\gdb.exe and you may use that full path in settings.
I think also that in FPC package gdb.exe is provided.
Otherwise if you only want to compile the project, go menu Project/Build and do not click on the green button.
If you have a error of fpc.exe not found, you have to enter in settings the full path of fpc.exe.
Hope it helps.
Also for Windows, the compiler is fpc.exe.
Did you install the fpc compiler?