On Mon, 11 Dec 2017 12:14:49 +0100
Matias Vara via Lazarus <lazarus@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
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to