///////////////////////////////////////////////////////////////////////////////////////////////////// // M O D U L E B E G I N /////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef DEBUGGER_H #define DEBUGGER_H ///////////////////////////////////////////////////////////////////////////////////////////////////// // I N C L U D E S ////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////// #include "Debugger_Disam.h" #include "Debugger_BreakPoints.h" #include "Debugger_LogManager.h" #endif