[Lazarus] issue with %RunCommand

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Dec 12 11:17:03 CET 2017


On Mon, 11 Dec 2017 12:14:49 +0100
Matias Vara via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

> Hello, in Lazarus 1.6.2 I was using the following line to run qemu when I
> trigger "Run":
> 
> {%RunCommand qemu-system-x86_64.exe -m 512 -smp 2 -drive
> format=raw,file=ToroHello.img}
> 
> However, I am not getting the same behavior in Lazarus 1.8, instead, qemu
> is opened in background so I am not able to see the windows.
> Am I doing something wrong?

Add {%RunFlags messages+}. See here:

http://wiki.lazarus.freepascal.org/IDE_directives#Run.2FBuild_file

I will add a checkbox to the IDE dialog.

Mattias


More information about the Lazarus mailing list