Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / workbench / c / Debug.c
blobd2582dc638f8c41ab44eefb06a2b924d88276841
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Debug
6 Lang: English
7 */
9 /*****************************************************************************
11 NAME
12 Debug
14 FORMAT
15 Debug
17 SYNOPSIS
19 LOCATION
22 FUNCTION
23 Activates built-in AROS debugger (SAD)
25 EXAMPLE
27 SEE ALSO
29 ******************************************************************************/
31 #include <proto/exec.h>
33 const TEXT version[] = "$VER: Debug 1.0 (16.08.2010)";
35 AROS_ENTRY(__startup static ULONG, Start,
36 AROS_UFHA(char *, argstr, A0),
37 AROS_UFHA(ULONG, argsize, D0),
38 struct ExecBase *, SysBase)
40 AROS_USERFUNC_INIT
42 Debug(0);
43 return 0;
45 AROS_USERFUNC_EXIT