[hatari-devel] Invoking Debugger under MacOsX

Eero Tamminen eerot at users.berlios.de
Sat Feb 13 09:42:19 CET 2010


Hi,

On Saturday 13 February 2010, Jerome Vernet wrote:
> > Yes, DebugUI() can be called to invoke the debugger.  You need to have
> > a terminal where you've run the program to use the debugger.
>
> It's working, I added it to a menu. But as Hatari isn't lauched from
> command line, there is no terminal. At least, the Console in XCode
> debugger show the debugger.
>
> May be there is a way to add a "Console Windows" to the Cocoa build.

You need to run Hatari with/from a terminal.

On X, you would do it like this:
	xterm -T "Hatari debug window" -e hatari -d .

Doesn't OSX have a terminal program that supports giving the program
to run as it's command line arguments (and which you could call from XCode)?


	- Eero



More information about the hatari-devel mailing list