RuntimeDebugPch.h 925 B

123456789101112131415161718192021222324252627
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #pragma once
  6. #include "Runtime.h"
  7. #ifdef ENABLE_MUTATION_BREAKPOINT
  8. // Not enabled in ChakraCore
  9. #include "activdbg_private.h"
  10. #endif
  11. #include "Debug/DebuggingFlags.h"
  12. #include "Debug/DiagProbe.h"
  13. #include "Debug/DiagObjectModel.h"
  14. #include "Debug/DiagStackFrame.h"
  15. #include "Debug/BreakpointProbe.h"
  16. #include "Debug/DebugDocument.h"
  17. #include "Debug/DebugManager.h"
  18. #include "Debug/ProbeContainer.h"
  19. #include "Debug/DebugContext.h"
  20. #include "Debug/DiagHelperMethodWrapper.h"
  21. #ifdef ENABLE_MUTATION_BREAKPOINT
  22. #include "Debug/MutationBreakpoint.h"
  23. #endif