Prefs/ScreenMode: change the way depth is selected
[AROS.git] / workbench / c / Debug.c
blobdd79ccefdc1f7aa6c98c8c531fd624c46db07882
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>
32 #include <aros/shcommands.h>
34 AROS_SH0(Debug, 1.0)
36 AROS_SHCOMMAND_INIT
38 Debug(0);
39 return 0;
41 AROS_SHCOMMAND_EXIT