The Gaudi Framework  v29r0 (ff2e7097)
Debugger.h
Go to the documentation of this file.
1 //====================================================================
2 // Debugger.h
3 //--------------------------------------------------------------------
4 //
5 // Package : System (The LHCb System service)
6 //
7 // Description: Invoke interactively the debugger from a
8 // running application
9 //
10 // Author : M.Frank
11 // Created : 13/1/99
12 // Changes :
13 //====================================================================
14 #ifndef GAUDI_SYSTEM_DEBUGGER_H
15 #define GAUDI_SYSTEM_DEBUGGER_H
16 
17 #include "GaudiKernel/Kernel.h"
18 
19 namespace System
20 {
24  GAUDI_API long breakExecution( long pid );
25 }
26 #endif // GAUDI_SYSTEM_DEBUGGER_H
Note: OS specific details for environment resolution.
Definition: Debugger.h:19
GAUDI_API long breakExecution()
Break the execution of the application and invoke the debugger.
Definition: Debugger.cpp:48
#define GAUDI_API
Definition: Kernel.h:110