Re: [hatari-devel] Hatari debug mode |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari debug mode
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Tue, 19 Aug 2025 11:13:34 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi E0C604098E89
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1755591214; bh=U/HZSI48Uf53fDErT92/Ze14lrkE6JCGqcZhGlc/QH8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=fgAz2k5sJExljyqcPAb2g17crOpGbepej0cG5IE+XKA4MdvUttSzje8XVjCT+4jwB BTE/iOWcXrt4i+EP5eHSlPOgGS7+0ishqEKNzbXk3aF/kUeFVWG8+qf+ZcV4Pwzsul DfoxWumu2CDJaIrw2M85G+ZpF49IA+XQU5RQcGwq25mgGJqL+5C2qItx0UJEoc5gbN nzntgkRHdpVHuhnXF4kmUXoIV4hkSAMxQfETv1h9kUws54/w1luevLPJ30/3NaWF1l vSVVU5R5vDWJxOcrtob1vKVa6/ePdZoG/qKHHh0785+WsKhsXMrnBctoX1KzTuDD70 E8OKl7JM/Z7xw==
Hi,
On 18.8.2025 20.14, Christian Zietz wrote:
Eero Tamminen schrieb:
Just to make sure everything works as expected before pushing, could you
try the updated (attached) patch too?
Tested the following:
>
GUI build (Hatari default):
* "hatari" opens no console window (as expected), but launching into the
debugger by AltGr+Pause opens a new console window (as expected)
* "hatari -W" opens a new console window immediately (as expected)
>
Console build (my default):
* "hatari" and "hatari -W" both re-use the existing console window (as
expected).
Debugger works in all tested scenarios.
Great, thanks a lot for testing!
The change is now pushed.
- Eero