summaryrefslogtreecommitdiffstats
path: root/src/progs/base/debug_config.h
blob: acd7f0934b323968576711d6be94367f2db554b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/***************************************************************************
 *   Copyright (C) 2007 Nicolas Hadacek <hadacek@kde.org>                  *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 ***************************************************************************/
#ifndef DEBUG_CONFIG_H
#define DEBUG_CONFIG_H

#include "common/global/generic_config.h"
#include "common/common/key_enum.h"

namespace Debugger
{

BEGIN_DECLARE_CONFIG(Config)
  OnlyStopOnSourceLine, OnlyStopOnProjectSourceLine
END_DECLARE_CONFIG(Config, "debugger")

} // namespace

#endif