cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

qqchose
Adept I

Crash AMD CodeXL in "OpenCl multi watch"

Hi

I got issues with CodeXL. The demo seems working, but I got crash in our project.

I have catalyst 13.3 Beta. I tried 13.1, but this this version don’t work with my video card and I crash each time I call wglCreateContext. I tried 12.10, same crash. I tried 12.8, but now, each time I try to open Visual studio or “AMD CodeXL” I got an error message. I have AMD_CodeXL_1.1.2885.


I have a dummy kernel and this kernel is almost empty. If I add a breakpoint in this kernel something bad happen. I found this: If I call my kernel with a global work size equal to 10, I can debug my kernel. If my global work size is 11, now the debugger stops on my breakpoint, but if I select a variable in OpenCL Multi-Watch window the debugger crash with this log

CodeXL - Second Chance Exception

CodeXL - Thread Terminated: 5928

CodeXL - Thread Terminated: 2036

CodeXL - Thread Terminated: 1460

CodeXL - Thread Terminated: 2988

CodeXL - Thread Terminated: 5932

CodeXL - Thread Terminated: 3780

CodeXL - Thread Terminated: 6056

CodeXL - Thread Terminated: 6140

CodeXL - Thread Terminated: 5064

CodeXL - Thread Terminated: 5068

CodeXL - Thread Terminated: 5920

CodeXL - Thread Terminated: 5524

CodeXL - Thread Terminated: 3444

CodeXL - Process Exit

If my global work size is 608, now the debugger crash immediately when the breakpoint is reach. I try in “AMD CodeXL” and I got the same crash as soon I reach my breakpoint.

Then, can I get some help?

There is a list of other issues I got.

1 - Demo AMDTTeaPot crash. In file

“…\AMDTTeaPotLib\src\AMDTTeapotOCLSmokeSystem.cpp”

I crashed when I reach

if (smokeSimulation->getPlatform() == volumeSlicing->getPlatform())”

Those variables are uninitialized. I have to change the function

bool AMDTTeapotOCLSmokeSystem::chooseBestDevices()

and change

                else

                {

                        // Set the best GPU and CPU device that will be used by the programs.

                        // If there is no GPU device, use the CPU.

                        _changeSmokeSimDevice = firstGPUDevice ? firstGPUDevice : bestCPUDevice;

                        _changeVolSliceDevice = firstGPUDevice ? firstGPUDevice : bestCPUDevice;

                        _dirtyFlags |= DIRTY_DEVICES;

                }

To

//                 else

//                 {

                        // Set the best GPU and CPU device that will be used by the programs.

                        // If there is no GPU device, use the CPU.

                        _changeSmokeSimDevice = firstGPUDevice ? firstGPUDevice : bestCPUDevice;

                        _changeVolSliceDevice = firstGPUDevice ? firstGPUDevice : bestCPUDevice;

                        _dirtyFlags |= DIRTY_DEVICES;

//                 }

2- When I try to debug my kernel. The debugger crashed while compiling kernel. I investigated and found this: we had a function with a call to “cos” inside. I change to “native_cos” and now the compiler didn’t crash.

3- While compiling, the compilation take a long time and my computer hang and I had to reboot. I investigated and found our “#include” was a mess. I clean up and I finally was able to compile.

4- I try to add a breakpoint, but I crash each time I reached a breakpoint. I investiguated and found, the debugger crash if we push a NULL parameter like

clSetKernelArg(myKernel, 0, sizeof(cl_mem), NULL);

If I create a dummy buffer instead to pass NULL, I can now get a breakpoint.

5- My current issue

0 Likes
7 Replies
dorono
Staff

Hi qqchose,

Thank you very much for this feedback. We will certainly look into it.

Can you share the details of your platform (HW + OS)? Can you share the "almost empty dummy kernel"?

Thanks

0 Likes

Radeo HD 6950 Catalyst 13.3

Windows 7 64 bits.

This kernel is useless. If was just to investiguate what is going wrong. I tested this kernel in demo. I can debug. But, I searches every CL function and I use the same parameters. We use lib and demo use DLL. I change the demo to link with OpenLB lib and change all CL function to use the lib. The demo still work.

kernel void DoSomething(__global float* p)

{

     int coord = get_global_id(0);

     float value = coord;

     p[coord] = value;

}

0 Likes

Hi,

Please set CodeXL log level to DEBUG (Tools->Options->Logging), reproduce the issue and upload the following 2 log files from C:\Users\your_user_name\AppData\Local\Temp:

  • CodeXL-your_user_name.log
  • CodeXLServers-your_user_name.log

Thanks,

0 Likes

Hi

I have my log, but I thing there are to huge to copy paste here.

Can I attach those log somewhere?

0 Likes

This the file

CodeXLRemoteDebuggingServer-USER.log

When I crash when I try to select a variable

////////////////////////////////////////////////////////////
// This File contains debug printouts
// Advanced Micro Devices, Inc.
// http://developer.amd.com/
////////////////////////////////////////////////////////////


### System information data:
### End of system information

###  [amdtremotedebuggingserver64]   []   []   [Win7-64]   [1,1,2885,0]   [Monday, April 15, 2013 at 11:32:32]   [6859992156]   [Release Version]
##   [11:32:32]   [6859992408]   [INFO]   [3148]   [osDebugLog::setLoggedSeverity]   [src\common\osDebugLog.cpp]   [897]   [Debug log severity: DEBUG]
##   [11:32:32]   [6859993468]   [DEBUG]   [3148]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type EventsHandlingThread was created. Thread id is: 7440]
##   [11:32:32]   [6859993716]   [DEBUG]   [7440]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type EventsHandlingThread started running. Thread id is: 7440]
##   [11:32:32]   [6859995256]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 1]
##   [11:32:32]   [6859997455]   [DEBUG]   [3148]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type pdWin32DebuggerThread was created. Thread id is: 4052]
##   [11:32:32]   [6859997648]   [DEBUG]   [4052]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type pdWin32DebuggerThread started running. Thread id is: 4052]
##   [11:32:32]   [6860012835]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 5]
##   [11:32:32]   [6860012949]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 12]
##   [11:32:32]   [6860020915]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process created]
##   [11:32:32]   [6860021144]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000013F475800, module: , function: , this is the main thread]
##   [11:32:32]   [6860021201]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 5912]
##   [11:32:32]   [6860021877]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process created]
##   [11:32:32]   [6860021973]   [DEBUG]   [7440]   [osGetWindowsVersion]   [src\win32\osGeneralFunctions.cpp]   [159]   [Interpreted Windows version 6.1 with product type 0x1 and suite mask 0x100 as Windows 7]
##   [11:32:32]   [6860022591]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:32]   [6860022654]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 5912]
##   [11:32:32]   [6860022860]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861918715]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 12]
##   [11:32:33]   [6861918883]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 2]
##   [11:32:33]   [6861922187]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ntdll.dll]
##   [11:32:33]   [6861924239]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\verifier.dll]
##   [11:32:33]   [6861924771]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ntdll.dll]
##   [11:32:33]   [6861924865]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861924906]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\verifier.dll]
##   [11:32:33]   [6861924953]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861925404]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Page heap: pid 0x1DD4: page heap enabled with flags 0x3.
]
##   [11:32:33]   [6861926690]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\kernel32.dll]
##   [11:32:33]   [6861927753]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Page heap: pid 0x1DD4: page heap enabled with flags 0x3.
]
##   [11:32:33]   [6861927816]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861927851]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\kernel32.dll]
##   [11:32:33]   [6861927899]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861929252]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\KernelBase.dll]
##   [11:32:33]   [6861929349]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:33]   [6861929571]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:33]   [6861930749]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\KernelBase.dll]
##   [11:32:33]   [6861930819]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861932542]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ws2_32.dll]
##   [11:32:33]   [6861933124]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcrt.dll]
##   [11:32:33]   [6861933808]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ws2_32.dll]
##   [11:32:33]   [6861933883]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861933917]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcrt.dll]
##   [11:32:33]   [6861934090]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861934431]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\rpcrt4.dll]
##   [11:32:33]   [6861935599]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\nsi.dll]
##   [11:32:33]   [6861936718]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\rpcrt4.dll]
##   [11:32:33]   [6861936795]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861936830]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\nsi.dll]
##   [11:32:33]   [6861936873]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861937391]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\opengl32.dll]
##   [11:32:33]   [6861938797]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ddraw.dll]
##   [11:32:33]   [6861939570]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\user32.dll]
##   [11:32:33]   [6861939704]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\opengl32.dll]
##   [11:32:33]   [6861939786]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861939822]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ddraw.dll]
##   [11:32:33]   [6861939867]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861939896]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\user32.dll]
##   [11:32:33]   [6861939944]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861941312]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\gdi32.dll]
##   [11:32:33]   [6861941831]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861942399]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861942681]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\gdi32.dll]
##   [11:32:33]   [6861942755]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861943183]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\lpk.dll]
##   [11:32:33]   [6861944192]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\usp10.dll]
##   [11:32:33]   [6861944798]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861945315]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861945665]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\lpk.dll]
##   [11:32:33]   [6861945725]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861945757]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\usp10.dll]
##   [11:32:33]   [6861945801]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861945819]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861946263]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\dciman32.dll]
##   [11:32:33]   [6861946373]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861946911]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861947283]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\setupapi.dll]
##   [11:32:33]   [6861947403]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861947896]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861948066]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\cfgmgr32.dll]
##   [11:32:33]   [6861948667]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:33]   [6861948760]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\advapi32.dll]
##   [11:32:33]   [6861950003]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\sechost.dll]
##   [11:32:33]   [6861952606]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\oleaut32.dll]
##   [11:32:33]   [6861953305]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ole32.dll]
##   [11:32:33]   [6861955691]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\devobj.dll]
##   [11:32:33]   [6861957293]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\dwmapi.dll]
##   [11:32:33]   [6861959634]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTBaseTools64.dll]
##   [11:32:33]   [6861961116]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcp100.dll]
##   [11:32:33]   [6861962481]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcr100.dll]
##   [11:32:33]   [6861948667]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\dciman32.dll]
##   [11:32:33]   [6861963660]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861963698]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\setupapi.dll]
##   [11:32:33]   [6861963747]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861963781]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\cfgmgr32.dll]
##   [11:32:33]   [6861963820]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861963846]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\advapi32.dll]
##   [11:32:33]   [6861963884]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861963910]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\sechost.dll]
##   [11:32:33]   [6861963948]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861963974]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\oleaut32.dll]
##   [11:32:33]   [6861964011]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861964060]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ole32.dll]
##   [11:32:33]   [6861964109]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861964135]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\devobj.dll]
##   [11:32:33]   [6861964213]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861964261]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\dwmapi.dll]
##   [11:32:33]   [6861964318]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861964346]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTBaseTools64.dll]
##   [11:32:33]   [6861964398]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861964423]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcp100.dll]
##   [11:32:33]   [6861964465]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861964490]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcr100.dll]
##   [11:32:33]   [6861964528]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861965141]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTOSWrappers64.dll]
##   [11:32:33]   [6861966462]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\version.dll]
##   [11:32:33]   [6861966589]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTOSWrappers64.dll]
##   [11:32:33]   [6861966656]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861966685]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\version.dll]
##   [11:32:33]   [6861966723]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861968134]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\dbghelp.dll]
##   [11:32:33]   [6861969290]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\shell32.dll]
##   [11:32:33]   [6861969597]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\dbghelp.dll]
##   [11:32:33]   [6861969674]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861969703]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\shell32.dll]
##   [11:32:33]   [6861969747]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861971255]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\shlwapi.dll]
##   [11:32:33]   [6861972566]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\shlwapi.dll]
##   [11:32:33]   [6861972636]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861974059]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTApiClasses64.dll]
##   [11:32:33]   [6861975548]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTApiClasses64.dll]
##   [11:32:33]   [6861975605]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861976615]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:33]   [6861977827]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\Wldap32.dll]
##   [11:32:33]   [6861978528]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:33]   [6861978598]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861978629]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\Wldap32.dll]
##   [11:32:33]   [6861978668]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861979516]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\OpenCL.dll]
##   [11:32:33]   [6861981131]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\Glui2.dll]
##   [11:32:33]   [6861981515]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\OpenCL.dll]
##   [11:32:33]   [6861981724]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861981778]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\Glui2.dll]
##   [11:32:33]   [6861981976]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861985765]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\comdlg32.dll]
##   [11:32:33]   [6861987325]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\comctl32.dll]
##   [11:32:33]   [6861987496]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\comdlg32.dll]
##   [11:32:33]   [6861987569]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861987600]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\comctl32.dll]
##   [11:32:33]   [6861987640]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861989398]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcp100d.dll]
##   [11:32:33]   [6861990496]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcp100d.dll]
##   [11:32:33]   [6861990562]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861991039]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcr100d.dll]
##   [11:32:33]   [6861993507]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcr100d.dll]
##   [11:32:33]   [6861993572]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861993728]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\fbxsdk-2013.3.dll]
##   [11:32:33]   [6861996346]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImage.dll]
##   [11:32:33]   [6861996458]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\fbxsdk-2013.3.dll]
##   [11:32:33]   [6861996533]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861996565]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImage.dll]
##   [11:32:33]   [6861996741]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861999264]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImagePlus.dll]
##   [11:32:33]   [6861999781]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImagePlus.dll]
##   [11:32:33]   [6861999853]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6862001448]   [DEBUG]   [4052]   [pdWin32ProcessDebugger::handleBreakPoint]   [src\pdWin32ProcessDebugger.cpp]   [2739]   [pdWin32ProcessDebugger::handleBreakPoint finished working]
##   [11:32:33]   [6862006307]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\imm32.dll]
##   [11:32:33]   [6862007226]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msctf.dll]
##   [11:32:33]   [6862008440]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\imm32.dll]
##   [11:32:33]   [6862008511]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6862008544]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msctf.dll]
##   [11:32:33]   [6862008598]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6862636528]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000006EB71DBC, module: C:\Windows\System32\msvcr100.dll, function: endthreadex]
##   [11:32:33]   [6862636623]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 2992]
##   [11:32:33]   [6862638900]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 2992]
##   [11:32:33]   [6862639022]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866642166]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 8]
##   [11:32:35]   [6866642255]   [DEBUG]   [3148]   [pdWin32ProcessDebugger::setSpiesAPIThreadId]   [src\pdWin32ProcessDebugger.cpp]   [427]   [Got OpenGL server API thread id: 2992]
##   [11:32:35]   [6866712485]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6866712769]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6866770849]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process run started]
##   [11:32:35]   [6866770953]   [DEBUG]   [4052]   [pdWin32ProcessDebugger::handleBreakPoint]   [src\pdWin32ProcessDebugger.cpp]   [2739]   [pdWin32ProcessDebugger::handleBreakPoint finished working]
##   [11:32:35]   [6866773439]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process run started]
##   [11:32:35]   [6866773543]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866776456]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000007711DDB0, module: C:\Windows\system32\kernel32.dll, function: SetDllDirectoryW]
##   [11:32:35]   [6866776517]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 7580]
##   [11:32:35]   [6866777586]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 7580]
##   [11:32:35]   [6866779404]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 7580]
##   [11:32:35]   [6866779484]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866779518]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 7580]
##   [11:32:35]   [6866779557]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866936025]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6866936159]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 18]
##   [11:32:35]   [6866946006]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6866946311]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867179555]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867179661]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 3396]
##   [11:32:35]   [6867179735]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 3396]
##   [11:32:35]   [6867179854]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867180182]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867180237]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 1032]
##   [11:32:35]   [6867180372]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867180424]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 3328]
##   [11:32:35]   [6867180845]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867180901]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 4788]
##   [11:32:35]   [6867181417]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867181472]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 5956]
##   [11:32:35]   [6867181970]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867182026]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 7916]
##   [11:32:35]   [6867182554]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867182620]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 6160]
##   [11:32:35]   [6867182751]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 1032]
##   [11:32:35]   [6867182851]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867182887]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 3328]
##   [11:32:35]   [6867182944]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867182975]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 4788]
##   [11:32:35]   [6867183032]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867183061]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 5956]
##   [11:32:35]   [6867183136]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867183166]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 7916]
##   [11:32:35]   [6867183223]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867183268]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 6160]
##   [11:32:35]   [6867183392]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867183466]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000000000FAE71F0, module: C:\Windows\system32\MSVCR100D.dll, function: beginthreadex]
##   [11:32:35]   [6867183523]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 6176]
##   [11:32:35]   [6867185709]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 6176]
##   [11:32:35]   [6867185815]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867189554]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867189825]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867191182]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867191406]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867192134]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867192356]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867193517]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867193729]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867194397]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867194631]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867196298]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867196522]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867197627]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867197848]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6867198508]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:35]   [6867198737]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:35]   [6868685604]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Load "data/scene/testScene.xml" and cache folder "cache"
]
##   [11:32:35]   [6868686711]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: LoadCache cache/testScene.sc
]
##   [11:32:35]   [6868688417]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Load "data/scene/testScene.xml" and cache folder "cache"
]
##   [11:32:35]   [6868688506]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868688541]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: LoadCache cache/testScene.sc
]
##   [11:32:35]   [6868688581]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868690549]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Preparing cache file
]
##   [11:32:35]   [6868691607]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Preparing cache file
]
##   [11:32:35]   [6868691680]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868807559]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Parsing cache file
]
##   [11:32:35]   [6868807830]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: serialize cache file
]
##   [11:32:35]   [6868807916]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Parsing cache file
]
##   [11:32:35]   [6868808055]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize Object available (template) ...
]
##   [11:32:35]   [6868808258]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868808302]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: serialize cache file
]
##   [11:32:35]   [6868808463]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868808500]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize Object available (template) ...
]
##   [11:32:35]   [6868808653]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868814599]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize Instances ...
]
##   [11:32:35]   [6868816919]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize Instances ...
]
##   [11:32:35]   [6868817248]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868820514]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize final merge result ...
]
##   [11:32:35]   [6868822926]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize final merge result ...
]
##   [11:32:35]   [6868823010]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868829644]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize dynamic instances ...
]
##   [11:32:35]   [6868830469]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize m_materialEmissionInfo ...
]
##   [11:32:35]   [6868830700]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize m_lightArray ...
]
##   [11:32:35]   [6868830927]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize m_imagebuffer32 ...
]
##   [11:32:35]   [6868831821]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize dynamic instances ...
]
##   [11:32:35]   [6868831937]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868832036]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize m_materialEmissionInfo ...
]
##   [11:32:35]   [6868832155]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868832256]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize m_lightArray ...
]
##   [11:32:35]   [6868832350]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868832414]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize m_imagebuffer32 ...
]
##   [11:32:35]   [6868832494]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868847567]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize remaining ...
]
##   [11:32:35]   [6868847792]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: serialize cache file Done!
]
##   [11:32:35]   [6868850113]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize remaining ...
]
##   [11:32:35]   [6868850213]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868850250]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: serialize cache file Done!
]
##   [11:32:35]   [6868850296]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868988646]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Setup scene = 101.464729
]
##   [11:32:35]   [6868990149]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Setup scene = 101.464729
]
##   [11:32:35]   [6868990261]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868998860]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\OpenCL.dll]
##   [11:32:35]   [6868999107]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\OpenCL.dll]
##   [11:32:35]   [6868999197]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6869028749]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDOpenCLDebug-x64.dll]
##   [11:32:35]   [6869028980]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDOpenCLDebug-x64.dll]
##   [11:32:35]   [6869029080]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6869053858]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\aticalrt64.dll]
##   [11:32:35]   [6869055867]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\aticalrt64.dll]
##   [11:32:35]   [6869055950]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6869059853]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\aticalcl64.dll]
##   [11:32:35]   [6869061849]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\aticalcl64.dll]
##   [11:32:35]   [6869061926]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6869064568]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\aticaldd64.dll]
##   [11:32:35]   [6869064818]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\aticaldd64.dll]
##   [11:32:35]   [6869064875]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869389919]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\IntelOpenCL64.dll]
##   [11:32:36]   [6869390464]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\IntelOpenCL64.dll]
##   [11:32:36]   [6869390558]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869392328]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcp90.dll]
##   [11:32:36]   [6869393351]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll]
##   [11:32:36]   [6869393459]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcp90.dll]
##   [11:32:36]   [6869393538]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869393572]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll]
##   [11:32:36]   [6869393614]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869412018]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869412341]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Unloaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869413776]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\intelocl.dll]
##   [11:32:36]   [6869414403]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869414493]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869414527]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Unloaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869414564]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869414591]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\intelocl.dll]
##   [11:32:36]   [6869414639]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869431881]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\clang_compiler.dll]
##   [11:32:36]   [6869432298]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\clang_compiler.dll]
##   [11:32:36]   [6869432420]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869434886]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\task_executor.dll]
##   [11:32:36]   [6869435276]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\task_executor.dll]
##   [11:32:36]   [6869435348]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869438065]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\tbb.dll]
##   [11:32:36]   [6869438265]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\tbb.dll]
##   [11:32:36]   [6869438379]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869459506]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\cpu_device.dll]
##   [11:32:36]   [6869462178]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\cpu_device.dll]
##   [11:32:36]   [6869462302]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869493698]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\amdocl64.dll]
##   [11:32:36]   [6869495031]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\amdocl64.dll]
##   [11:32:36]   [6869495122]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869581507]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\winmm.dll]
##   [11:32:36]   [6869581669]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\winmm.dll]
##   [11:32:36]   [6869581765]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869586724]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\atig6txx.dll]
##   [11:32:36]   [6869587681]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\atig6txx.dll]
##   [11:32:36]   [6869587900]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869596963]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\wintrust.dll]
##   [11:32:36]   [6869598083]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\crypt32.dll]
##   [11:32:36]   [6869599219]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msasn1.dll]
##   [11:32:36]   [6869599580]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\wintrust.dll]
##   [11:32:36]   [6869599650]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869599680]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\crypt32.dll]
##   [11:32:36]   [6869599720]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869599746]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msasn1.dll]
##   [11:32:36]   [6869599813]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869660633]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\atiumd6a.dll]
##   [11:32:36]   [6869662322]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\atiumd6a.dll]
##   [11:32:36]   [6869662684]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869669478]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\atiadlxx.dll]
##   [11:32:36]   [6869671289]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\propsys.dll]
##   [11:32:36]   [6869678437]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\userenv.dll]
##   [11:32:36]   [6869680620]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\profapi.dll]
##   [11:32:36]   [6869682790]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\wtsapi32.dll]
##   [11:32:36]   [6869684578]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\psapi.dll]
##   [11:32:36]   [6869686067]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\IPHLPAPI.DLL]
##   [11:32:36]   [6869671312]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\atiadlxx.dll]
##   [11:32:36]   [6869686316]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686362]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\propsys.dll]
##   [11:32:36]   [6869686405]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686431]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\userenv.dll]
##   [11:32:36]   [6869686479]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686504]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\profapi.dll]
##   [11:32:36]   [6869686544]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686569]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\wtsapi32.dll]
##   [11:32:36]   [6869686607]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686632]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\psapi.dll]
##   [11:32:36]   [6869686674]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686703]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\IPHLPAPI.DLL]
##   [11:32:36]   [6869686741]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869688152]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\winnsi.dll]
##   [11:32:36]   [6869689208]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\winnsi.dll]
##   [11:32:36]   [6869689416]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881825526]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881827328]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881827415]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881836464]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\nvapi64.dll]
##   [11:32:40]   [6881839268]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\nvapi64.dll]
##   [11:32:40]   [6881839350]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881859825]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Unloaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881860174]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Unloaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881860229]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881960538]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881960618]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881964200]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881964257]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881997922]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881998160]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881998286]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6881998404]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6882017042]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: CodeXL OpenCL Server was initialized]
##   [11:32:40]   [6882018525]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: CodeXL OpenCL Server was initialized]
##   [11:32:40]   [6882018595]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882113327]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000007FEDE28EC00, module: C:\Windows\System32\amdocl64.dll, function: clGetSamplerInfo]
##   [11:32:40]   [6882113433]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 7348]
##   [11:32:40]   [6882114140]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 7348]
##   [11:32:40]   [6882114300]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882118777]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:40]   [6882119054]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:40]   [6882579170]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6882579478]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6882586804]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6882586897]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6882594516]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:40]   [6882594595]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:42]   [6889924906]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000007FEDE28EC00, module: C:\Windows\System32\amdocl64.dll, function: clGetSamplerInfo]
##   [11:32:42]   [6889925008]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 4260]
##   [11:32:42]   [6889926508]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 4260]
##   [11:32:42]   [6889926630]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:42]   [6889927369]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:42]   [6889927708]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:43]   [6890223861]   [INFO]   [4052]   [pdWin32ProcessDebugger::outputHandlingThreadCreationDebugLogMessage]   [src\pdWin32ProcessDebugger.cpp]   [2262]   [Handling debugged process thread creation. Thread start address: 000007FEDE28EC00, module: C:\Windows\System32\amdocl64.dll, function: clGetSamplerInfo]
##   [11:32:43]   [6890223961]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 8124]
##   [11:32:43]   [6890225250]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 8124]
##   [11:32:43]   [6890225373]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:43]   [6890225849]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 21]
##   [11:32:43]   [6890226242]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 10]
##   [11:32:44]   [6893292199]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 27]
##   [11:32:44]   [6893294882]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isSpyServerAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [302]   [Address 000007FEF9E83677 found inside debugged process module C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:44]   [6893294963]   [DEBUG]   [4052]   [pdWin32ProcessDebugger::handleBreakPoint]   [src\pdWin32ProcessDebugger.cpp]   [2739]   [pdWin32ProcessDebugger::handleBreakPoint finished working]
##   [11:32:44]   [6893444382]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6893444476]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6893453267]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6893453360]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895871010]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isSpyServerAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [302]   [Address 000007FEF9E83677 found inside debugged process module C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:44]   [6895871091]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000013F475800 found inside debugged process module X:\Perforce\Cloud\arcus\dev\demo\ptcl\build\\..\output\x64\Debug\ptcl\ptcl.exe]
##   [11:32:44]   [6895871130]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000006EB71DBC found inside debugged process module C:\Windows\System32\msvcr100.dll]
##   [11:32:44]   [6895871165]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871202]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871237]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871267]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871296]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871326]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871355]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871385]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000000000FAE71F0 found inside debugged process module C:\Windows\System32\msvcr100d.dll]
##   [11:32:44]   [6895871417]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000007FEDE28EC00 found inside debugged process module C:\Windows\System32\amdocl64.dll]
##   [11:32:44]   [6895871447]   [INFO]   [4052]   [pdWin32ProcessDebugger::updateThreadsData]   [src\pdWin32ProcessDebugger.cpp]   [1292]   [A driver thread was created (thread id = 7348, start address = 000007FEDE28EC00)]
##   [11:32:44]   [6895871481]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000007FEDE28EC00 found inside debugged process module C:\Windows\System32\amdocl64.dll]
##   [11:32:44]   [6895871511]   [INFO]   [4052]   [pdWin32ProcessDebugger::updateThreadsData]   [src\pdWin32ProcessDebugger.cpp]   [1292]   [A driver thread was created (thread id = 4260, start address = 000007FEDE28EC00)]
##   [11:32:44]   [6895871541]   [INFO]   [4052]   [pdWindowsLoadedModulesManager::isDriverAddress]   [src\pdWindowsLoadedModulesManager.cpp]   [246]   [Address 000007FEDE28EC00 found inside debugged process module C:\Windows\System32\amdocl64.dll]
##   [11:32:44]   [6895871569]   [INFO]   [4052]   [pdWin32ProcessDebugger::updateThreadsData]   [src\pdWin32ProcessDebugger.cpp]   [1292]   [A driver thread was created (thread id = 8124, start address = 000007FEDE28EC00)]
##   [11:32:44]   [6895871613]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Breakpoint hit]
##   [11:32:44]   [6895871644]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process run suspended]
##   [11:32:44]   [6895871668]   [DEBUG]   [4052]   [pdWin32ProcessDebugger::handleBreakPoint]   [src\pdWin32ProcessDebugger.cpp]   [2739]   [pdWin32ProcessDebugger::handleBreakPoint finished working]
##   [11:32:44]   [6895874458]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Breakpoint hit]
##   [11:32:44]   [6895874591]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:44]   [6895874658]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process run suspended]
##   [11:32:44]   [6895874722]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:44]   [6895875161]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895875233]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895875288]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895875341]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895877480]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895877551]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895877619]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895881448]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895881517]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895881580]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895888865]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895888926]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895888981]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895889033]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895889089]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895891039]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895891092]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895891149]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895891201]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895904448]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895904522]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895908742]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895908831]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895908894]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895912259]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895912314]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895912369]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895916054]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895916145]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895916228]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895919878]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895919959]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895920156]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895923868]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895923923]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895923980]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895927410]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895927486]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895927549]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895931252]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895931306]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895931363]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895934926]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895934987]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895935047]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895940481]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895940561]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895940628]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895944654]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895944708]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895944773]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895948491]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895948548]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895948603]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895964265]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895964349]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895964410]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895968847]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895968924]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895968994]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895973811]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895973890]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895973954]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895977418]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895977471]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895977534]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:44]   [6895982360]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895982418]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:44]   [6895982476]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896085373]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896085690]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896086180]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896092163]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896092267]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896092380]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896107067]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896107156]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896107236]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896110510]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896110581]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896110650]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896121599]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896121674]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896121732]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896125533]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896125607]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896125665]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896130037]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896130111]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896130171]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896134998]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896135056]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896135111]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896139279]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896139338]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896171416]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896171519]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896171633]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896174113]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896174378]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6896174478]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:45]   [6896396499]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 22]
##   [11:32:45]   [6896396630]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 19]
##   [11:32:45]   [6896396722]   [DEBUG]   [3148]   [osGetWindowsVersion]   [src\win32\osGeneralFunctions.cpp]   [159]   [Interpreted Windows version 6.1 with product type 0x1 and suite mask 0x100 as Windows 7]
##   [11:32:45]   [6896999159]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 20]
##   [11:32:45]   [6897000559]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6897000640]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:45]   [6897000950]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:46]   [6901429429]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901429644]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901429953]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:46]   [6901435895]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901435964]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901436042]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:46]   [6901441877]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901441951]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901442026]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:46]   [6901447898]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901447967]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901448043]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:46]   [6901454615]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901454686]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901454766]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:46]   [6901459584]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901459656]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:46]   [6901459731]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916762474]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916762612]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916762719]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916765546]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916765650]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916765766]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916770375]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916770462]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916770538]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916776795]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916776904]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916777022]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916783378]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916783482]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916783598]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916803806]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916803895]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916803991]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916808181]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916808298]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916808417]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916814393]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916814487]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916814565]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916826024]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916826128]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916826231]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916828832]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916828919]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916829030]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916834250]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916834338]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916834415]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916840606]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916840691]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916840768]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916847330]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916847432]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916847530]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916851640]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916851736]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916851817]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916857869]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916857979]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916858087]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916864051]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916864148]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916864265]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916920149]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916920282]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916920352]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916923222]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916923295]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916923370]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916928135]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916928203]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916928260]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916932226]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916932277]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916932332]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916940258]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916940327]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916940406]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916943079]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916943131]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916943187]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916948099]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916948171]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916948229]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916956074]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916956128]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916956191]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916958966]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916959018]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916959079]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916964089]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916964146]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916964202]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916969481]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916969534]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916969591]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916972786]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916972845]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916972901]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:51]   [6916977642]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916977894]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:51]   [6916977973]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6916984623]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916984690]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916984751]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6916987367]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916987424]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916987480]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6916992254]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916992305]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916992360]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6916997583]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916997647]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6916997704]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917000722]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917000788]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917000846]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917005671]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917005775]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917005867]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917012037]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917012140]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917012259]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917015194]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917015297]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917015411]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917020697]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917020800]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917020893]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917027528]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917027630]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917027744]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917030598]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917030706]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917030819]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917035436]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917035539]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917035653]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917040462]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917040565]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917040686]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917044269]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917044372]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917044486]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917048728]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917048838]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917048951]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917054162]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917054265]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917054380]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917058512]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917058620]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917058735]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917065036]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917065140]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917065253]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917070337]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917070440]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917070559]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917127097]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917127221]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917127336]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917130139]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917130242]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917130354]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917135422]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917135525]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917135625]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917140086]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917140307]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917140645]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917145840]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917146007]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917146122]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917149718]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917149993]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917150108]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917155107]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917155381]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917155496]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917161150]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917161319]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917161433]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917165265]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917165541]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917165656]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917171047]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917171309]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917171424]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917177116]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917177393]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917177508]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917180896]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917181065]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917181185]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917186257]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917186533]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917186648]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917192674]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917192946]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917193218]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917196835]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917197111]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917197226]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917202268]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917202438]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917202553]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917208116]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917208241]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917208356]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917211609]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917211850]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917212153]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917217167]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917217401]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917217490]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917222831]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917222939]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917223041]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917226846]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917226950]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917227064]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917231890]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917232020]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917232139]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917237619]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917237892]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917238150]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917241255]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917241654]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917241798]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917246976]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917247261]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917247528]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917252706]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917252946]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917253201]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917256391]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917256706]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917257016]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917261753]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917261859]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917262082]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917267354]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917267623]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917267743]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917271836]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917272111]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917272225]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917278824]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917279093]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917279208]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917284573]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917284841]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917284957]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917325382]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917325565]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917325920]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917328928]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917329040]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917329153]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917334096]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917334210]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917334322]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917338601]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917338713]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917338826]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917343760]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917343857]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917343959]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917348148]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917348226]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917348578]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917353657]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917353756]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917353878]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917359564]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917359676]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917359791]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917363208]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917363330]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917363446]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917368720]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917368820]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917368941]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917374589]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917374701]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917374815]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917378152]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917378265]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917378400]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917383234]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917383345]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917383458]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917388959]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917389069]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917389183]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917392404]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917392517]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917392610]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917397953]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917398073]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917398189]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917403895]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917404006]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917404121]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917407222]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917407333]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917407447]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917412372]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917412489]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917412602]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917417620]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917417735]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917417848]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917421559]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917421670]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917421783]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917426931]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917427042]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917427160]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917432570]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917432681]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917432795]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917436067]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917436181]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917436293]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917440995]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917441118]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917441265]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917446366]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917446477]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917446591]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917449880]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917449995]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917450118]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917454370]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917454481]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917454593]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917459708]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917459825]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917459940]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917463968]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917464080]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917464193]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917470430]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917470546]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917470663]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:32:52]   [6917475823]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917475934]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:32:52]   [6917476047]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942336689]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942336888]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942336994]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942340192]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942340346]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942340427]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942345495]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942345598]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942345689]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942349732]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942349840]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942349922]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942354884]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942354968]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942355187]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942358372]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942358482]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942358592]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942364321]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942364411]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942364486]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942371355]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942371449]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942371544]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942375168]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942375268]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942375376]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942381260]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942381374]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942381495]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942388345]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942388446]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942388540]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942392336]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942392424]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942392526]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942398465]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942398554]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942398628]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942405216]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942405336]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942405449]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942408754]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942408845]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942408933]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942414871]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942414984]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942415100]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942422019]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942422106]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942422208]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942425599]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942425715]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942425825]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942431205]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942431303]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942431397]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942437374]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942437471]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942437575]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942440690]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942440772]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942440853]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942446013]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942446101]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942446195]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942452353]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942452444]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942452534]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942455521]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942455625]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942455722]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942461109]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942461202]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942461301]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942466218]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942466300]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942466361]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942469561]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942469650]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942469736]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942473899]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942473985]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942474048]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942478892]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942478976]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942479063]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942483047]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942483122]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942483195]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942489428]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942489505]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942489579]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:00]   [6942494594]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942494664]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:00]   [6942494730]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:03]   [6950051269]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:03]   [6950051419]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:03]   [6950051494]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:03]   [6950070375]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:03]   [6950070501]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 13]
##   [11:33:03]   [6950070727]   [DEBUG]   [3148]   [rdDebuggerCommandExecutor::handleDebuggingCommand]   [src\rdDebuggerCommandExecutor.cpp]   [93]   [Handling debugging Command 26]
##   [11:33:03]   [6950129115]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Second chance exception]
##   [11:33:03]   [6950129175]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process run suspended]
##   [11:33:03]   [6950129710]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 4788]
##   [11:33:03]   [6950129777]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 5956]
##   [11:33:03]   [6950129932]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 2992]
##   [11:33:03]   [6950129981]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 3328]
##   [11:33:03]   [6950130153]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 6176]
##   [11:33:03]   [6950130172]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Second chance exception]
##   [11:33:03]   [6950130281]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130314]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process run suspended]
##   [11:33:03]   [6950130346]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130374]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 4788]
##   [11:33:03]   [6950130410]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130437]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 5956]
##   [11:33:03]   [6950130472]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130498]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 2992]
##   [11:33:03]   [6950130538]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130568]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 3328]
##   [11:33:03]   [6950130603]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130629]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 6176]
##   [11:33:03]   [6950130664]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950130205]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 6160]
##   [11:33:03]   [6950145328]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 3396]
##   [11:33:03]   [6950145395]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 7348]
##   [11:33:03]   [6950145449]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 4260]
##   [11:33:03]   [6950145484]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 7916]
##   [11:33:03]   [6950145520]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 8124]
##   [11:33:03]   [6950145560]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 1032]
##   [11:33:03]   [6950146521]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 5912]
##   [11:33:03]   [6950146572]   [DEBUG]   [4052]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process terminated]
##   [11:33:03]   [6950148081]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 6160]
##   [11:33:03]   [6950148151]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148183]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 3396]
##   [11:33:03]   [6950148223]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148250]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 7348]
##   [11:33:03]   [6950148288]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148314]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 4260]
##   [11:33:03]   [6950148350]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148381]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 7916]
##   [11:33:03]   [6950148420]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148447]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 8124]
##   [11:33:03]   [6950148483]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148509]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 1032]
##   [11:33:03]   [6950148544]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148570]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 5912]
##   [11:33:03]   [6950148605]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950148630]   [DEBUG]   [7440]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process terminated]
##   [11:33:03]   [6950152342]   [DEBUG]   [7440]   [osGetWindowsVersion]   [src\win32\osGeneralFunctions.cpp]   [159]   [Interpreted Windows version 6.1 with product type 0x1 and suite mask 0x100 as Windows 7]
##   [11:33:03]   [6950152410]   [DEBUG]   [7440]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]

0 Likes

THis the file

CodeXLServers-sylvain.royal.log

When I crash when I select a variable in multi watch window

////////////////////////////////////////////////////////////
// This File contains debug printouts
// Advanced Micro Devices, Inc.
// http://developer.amd.com/
////////////////////////////////////////////////////////////


### System information data:
### End of system information

###  [ptcl]   []   []   [Win7-64]   [1,1,2885,0]   [Monday, April 15, 2013 at 11:32:33]   [6862069000]   [Release Version]
##   [11:32:33]   [6862070701]   [INFO]   [5912]   [osDebugLog::setLoggedSeverity]   [src\common\osDebugLog.cpp]   [897]   [Debug log severity: DEBUG]
##   [11:32:33]   [6862583933]   [DEBUG]   [5912]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type suAPICallsHandlingThread was created. Thread id is: 2992]
##   [11:32:33]   [6862637657]   [DEBUG]   [5912]   [suSetSpiesAPIThreadId]   [src\suGlobalVariables.cpp]   [119]   [CodeXL Servers API thread id is: 2992]
##   [11:32:33]   [6862639830]   [DEBUG]   [5912]   [suSpyToAPIConnector::handleAPIInitializationCalls]   [src\suSpyToAPIConnector.cpp]   [304]   [Started handling Spies Utilities API initialization calls]
##   [11:32:35]   [6866625281]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCreateEventForwardingPipeConnection]
##   [11:32:35]   [6866629267]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCreateEventForwardingPipeConnection]
##   [11:32:35]   [6866631751]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaIntializeAPI]
##   [11:32:35]   [6866637775]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaIntializeAPI]
##   [11:32:35]   [6866640359]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAPIThreadId]
##   [11:32:35]   [6866642849]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAPIThreadId]
##   [11:32:35]   [6866645406]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetDeubggedProcessExecutionMode]
##   [11:32:35]   [6866647815]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetDeubggedProcessExecutionMode]
##   [11:32:35]   [6866650290]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866652767]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866655255]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866657681]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866660194]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866662992]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866665577]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866668136]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866670564]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866673064]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866675580]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866677991]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866680610]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:35]   [6866683441]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:35]   [6866686048]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCollectAllocatedObjectsCreationCallsStacks]
##   [11:32:35]   [6866688429]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCollectAllocatedObjectsCreationCallsStacks]
##   [11:32:35]   [6866691036]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetSlowMotionDelay]
##   [11:32:35]   [6866693507]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetSlowMotionDelay]
##   [11:32:35]   [6866696321]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaStopMonitoredFunctionsCallsLogFileRecording]
##   [11:32:35]   [6866698664]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaStopMonitoredFunctionsCallsLogFileRecording]
##   [11:32:35]   [6866701167]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaEnableImagesDataLogging]
##   [11:32:35]   [6866703398]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaEnableImagesDataLogging]
##   [11:32:35]   [6866705955]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetFloatParametersDisplayPrecision]
##   [11:32:35]   [6866708197]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetFloatParametersDisplayPrecision]
##   [11:32:35]   [6866710636]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaFlushAfterEachMonitoredFunctionCall]
##   [11:32:35]   [6866712987]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaFlushAfterEachMonitoredFunctionCall]
##   [11:32:35]   [6866715882]   [DEBUG]   [5912]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaIntializeAPIEnded]
##   [11:32:35]   [6866718104]   [DEBUG]   [5912]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaIntializeAPIEnded]
##   [11:32:35]   [6866720228]   [DEBUG]   [5912]   [suSpyToAPIConnector::handleAPIInitializationCalls]   [src\suSpyToAPIConnector.cpp]   [306]   [Ended handling Spies Utilities API initialization calls]
##   [11:32:35]   [6866722222]   [INFO]   [5912]   [suInitializeSpyToAPIConnection]   [src\suSpiesUtilitiesDLLInitializationFunctions.cpp]   [389]   [CodeXL's servers are initialized in API mode]
##   [11:32:35]   [6866724322]   [DEBUG]   [5912]   [suInitializeSpiesUtilitiesModule]   [src\suSpiesUtilitiesDLLInitializationFunctions.cpp]   [97]   [The SpyUtilities module was initializes successfully]
##   [11:32:35]   [6866735178]   [ERROR]   [5912]   [gsExtensionsManager::isExtensionSupported]   [src\gsExtensionsManager.cpp]   [285]   [Assertion failure ((0 < contextSpyId) && (contextSpyId < (int)(_renderContextsExtensionsData.size())))]
##   [11:32:35]   [6866736643]   [ERROR]   [5912]   [gsExtensionsManager::isExtensionSupported]   [src\gsExtensionsManager.cpp]   [285]   [Assertion failure ((0 < contextSpyId) && (contextSpyId < (int)(_renderContextsExtensionsData.size())))]
##   [11:32:35]   [6866738353]   [ERROR]   [5912]   [gsExtensionsManager::isExtensionSupported]   [src\gsExtensionsManager.cpp]   [285]   [Assertion failure ((0 < contextSpyId) && (contextSpyId < (int)(_renderContextsExtensionsData.size())))]
##   [11:32:35]   [6866850518]   [DEBUG]   [2992]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type suAPICallsHandlingThread started running. Thread id is: 2992]
##   [11:32:35]   [6866852374]   [DEBUG]   [2992]   [suAPICallsHandlingThread::entryPoint]   [src\suAPICallsHandlingThread.cpp]   [157]   [The API thread entered the API connection initialization critical section]
##   [11:32:35]   [6866854052]   [DEBUG]   [2992]   [suAPICallsHandlingThread::entryPoint]   [src\suAPICallsHandlingThread.cpp]   [164]   [The API thread left the API connection initialization critical section]
##   [11:32:35]   [6866857901]   [DEBUG]   [2992]   [suAPICallsHandlingThread::entryPoint]   [src\suAPICallsHandlingThread.cpp]   [182]   [Servers API thread started listening to API calls]
##   [11:32:35]   [6868989451]   [INFO]   [5912]   [csInitializeOpenCLServer]   [src\csOpenCLServerInitialization.cpp]   [55]   [The OpenCL Server is initializing]
##   [11:32:35]   [6868996388]   [DEBUG]   [5912]   [csLoadSystemsOpenCLICDModule]   [src\csWrappersCommon.cpp]   [158]   [Loading system's OpenCL ICD module: C:\Windows\system32\OpenCL.dll]
##   [11:32:35]   [6869004261]   [DEBUG]   [5912]   [csLoadSystemsOpenCLICDModule]   [src\csWrappersCommon.cpp]   [173]   [The System's OpenCL ICD module was loaded successfully]
##   [11:32:35]   [6869006613]   [DEBUG]   [5912]   [csConnectOpenCLGenericFunctionWrappers]   [src\csWrappersCommon.cpp]   [227]   [Wrapping system's OpenCL ICD module functions]
##   [11:32:35]   [6869024399]   [DEBUG]   [5912]   [csConnectOpenCLGenericFunctionWrappers]   [src\csWrappersCommon.cpp]   [278]   [Ended wrapping system's OpenCL ICD module functions]
##   [11:32:36]   [6869182620]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetPlatformIDs]
##   [11:32:36]   [6869185104]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetPlatformInfo]
##   [11:32:36]   [6869187510]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetDeviceIDs]
##   [11:32:36]   [6869189916]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetDeviceInfo]
##   [11:32:36]   [6869192395]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateSubDevices]
##   [11:32:36]   [6869194758]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainDevice]
##   [11:32:36]   [6869197210]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseDevice]
##   [11:32:36]   [6869199574]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateContext]
##   [11:32:36]   [6869201901]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateContextFromType]
##   [11:32:36]   [6869204306]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainContext]
##   [11:32:36]   [6869206611]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseContext]
##   [11:32:36]   [6869209020]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetContextInfo]
##   [11:32:36]   [6869211333]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateCommandQueue]
##   [11:32:36]   [6869213721]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainCommandQueue]
##   [11:32:36]   [6869216014]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseCommandQueue]
##   [11:32:36]   [6869218357]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetCommandQueueInfo]
##   [11:32:36]   [6869220669]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clSetCommandQueueProperty]
##   [11:32:36]   [6869222969]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateBuffer]
##   [11:32:36]   [6869225439]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateSubBuffer]
##   [11:32:36]   [6869227910]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateImage]
##   [11:32:36]   [6869230243]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateImage2D]
##   [11:32:36]   [6869232552]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateImage3D]
##   [11:32:36]   [6869234848]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainMemObject]
##   [11:32:36]   [6869237156]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseMemObject]
##   [11:32:36]   [6869239456]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetSupportedImageFormats]
##   [11:32:36]   [6869241761]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetMemObjectInfo]
##   [11:32:36]   [6869244064]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetImageInfo]
##   [11:32:36]   [6869246441]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clSetMemObjectDestructorCallback]
##   [11:32:36]   [6869249025]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateSampler]
##   [11:32:36]   [6869251321]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainSampler]
##   [11:32:36]   [6869253617]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseSampler]
##   [11:32:36]   [6869255912]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetSamplerInfo]
##   [11:32:36]   [6869258204]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateProgramWithSource]
##   [11:32:36]   [6869260530]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateProgramWithBinary]
##   [11:32:36]   [6869262883]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateProgramWithBuiltInKernels]
##   [11:32:36]   [6869265660]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainProgram]
##   [11:32:36]   [6869268051]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseProgram]
##   [11:32:36]   [6869270370]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clBuildProgram]
##   [11:32:36]   [6869272835]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCompileProgram]
##   [11:32:36]   [6869275181]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clLinkProgram]
##   [11:32:36]   [6869277566]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clUnloadPlatformCompiler]
##   [11:32:36]   [6869279864]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clUnloadCompiler]
##   [11:32:36]   [6869282269]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetProgramInfo]
##   [11:32:36]   [6869284579]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetProgramBuildInfo]
##   [11:32:36]   [6869286886]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateKernel]
##   [11:32:36]   [6869289204]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateKernelsInProgram]
##   [11:32:36]   [6869291490]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainKernel]
##   [11:32:36]   [6869293804]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseKernel]
##   [11:32:36]   [6869296140]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clSetKernelArg]
##   [11:32:36]   [6869298458]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetKernelInfo]
##   [11:32:36]   [6869300828]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetKernelArgInfo]
##   [11:32:36]   [6869303106]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetKernelWorkGroupInfo]
##   [11:32:36]   [6869305634]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clWaitForEvents]
##   [11:32:36]   [6869308117]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetEventInfo]
##   [11:32:36]   [6869310615]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateUserEvent]
##   [11:32:36]   [6869312996]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clRetainEvent]
##   [11:32:36]   [6869316744]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clReleaseEvent]
##   [11:32:36]   [6869319940]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clSetUserEventStatus]
##   [11:32:36]   [6869322418]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clSetEventCallback]
##   [11:32:36]   [6869324828]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetEventProfilingInfo]
##   [11:32:36]   [6869327139]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clFlush]
##   [11:32:36]   [6869329467]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clFinish]
##   [11:32:36]   [6869331973]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueReadBuffer]
##   [11:32:36]   [6869334660]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueReadBufferRect]
##   [11:32:36]   [6869336948]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueWriteBuffer]
##   [11:32:36]   [6869339386]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueWriteBufferRect]
##   [11:32:36]   [6869342305]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueFillBuffer]
##   [11:32:36]   [6869344605]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueCopyBuffer]
##   [11:32:36]   [6869346983]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueCopyBufferRect]
##   [11:32:36]   [6869349263]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueReadImage]
##   [11:32:36]   [6869351557]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueWriteImage]
##   [11:32:36]   [6869353919]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueFillImage]
##   [11:32:36]   [6869356202]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueCopyImage]
##   [11:32:36]   [6869358504]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueCopyImageToBuffer]
##   [11:32:36]   [6869360799]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueCopyBufferToImage]
##   [11:32:36]   [6869363124]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueMapBuffer]
##   [11:32:36]   [6869365502]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueMapImage]
##   [11:32:36]   [6869367813]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueUnmapMemObject]
##   [11:32:36]   [6869370309]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueMigrateMemObjects]
##   [11:32:36]   [6869372604]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueNDRangeKernel]
##   [11:32:36]   [6869374897]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueTask]
##   [11:32:36]   [6869377292]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueNativeKernel]
##   [11:32:36]   [6869379667]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueMarkerWithWaitList]
##   [11:32:36]   [6869382015]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueBarrierWithWaitList]
##   [11:32:36]   [6869384348]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clSetPrintfCallback]
##   [11:32:36]   [6869386811]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clSetPrintfCallback (Error code 0x7f)]
##   [11:32:40]   [6881861593]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetExtensionFunctionAddressForPlatform]
##   [11:32:40]   [6881863976]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueMarker]
##   [11:32:40]   [6881866334]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueWaitForEvents]
##   [11:32:40]   [6881868676]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueBarrier]
##   [11:32:40]   [6881871039]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetExtensionFunctionAddress]
##   [11:32:40]   [6881873391]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateFromGLBuffer]
##   [11:32:40]   [6881875803]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateFromGLTexture]
##   [11:32:40]   [6881878134]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateFromGLTexture2D]
##   [11:32:40]   [6881880464]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateFromGLTexture3D]
##   [11:32:40]   [6881882905]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateFromGLRenderbuffer]
##   [11:32:40]   [6881885245]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetGLObjectInfo]
##   [11:32:40]   [6881887586]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetGLTextureInfo]
##   [11:32:40]   [6881889981]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueAcquireGLObjects]
##   [11:32:40]   [6881892314]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEnqueueReleaseGLObjects]
##   [11:32:40]   [6881894811]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clGetGLContextInfoKHR]
##   [11:32:40]   [6881897236]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clGetGLContextInfoKHR (Error code 0x7f)]
##   [11:32:40]   [6881899439]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clBeginComputationFrameAMD]
##   [11:32:40]   [6881901839]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clBeginComputationFrameAMD (Error code 0x7f)]
##   [11:32:40]   [6881904083]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clEndComputationFrameAMD]
##   [11:32:40]   [6881906468]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clEndComputationFrameAMD (Error code 0x7f)]
##   [11:32:40]   [6881908842]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameContextAMD]
##   [11:32:40]   [6881911276]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameContextAMD (Error code 0x7f)]
##   [11:32:40]   [6881913645]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameCommandQueueAMD]
##   [11:32:40]   [6881916031]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameCommandQueueAMD (Error code 0x7f)]
##   [11:32:40]   [6881918290]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameMemObjectAMD]
##   [11:32:40]   [6881920824]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameMemObjectAMD (Error code 0x7f)]
##   [11:32:40]   [6881923091]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameSamplerAMD]
##   [11:32:40]   [6881925488]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameSamplerAMD (Error code 0x7f)]
##   [11:32:40]   [6881927840]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameProgramAMD]
##   [11:32:40]   [6881930232]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameProgramAMD (Error code 0x7f)]
##   [11:32:40]   [6881932581]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameKernelAMD]
##   [11:32:40]   [6881934967]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameKernelAMD (Error code 0x7f)]
##   [11:32:40]   [6881937216]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clNameEventAMD]
##   [11:32:40]   [6881939611]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clNameEventAMD (Error code 0x7f)]
##   [11:32:40]   [6881941871]   [DEBUG]   [5912]   [csExtensionsManager::wrapperFunctionAddress]   [src\csExtensionsManager.cpp]   [109]   [Retrieving OpenCL function pointer: clCreateEventFromGLsyncKHR]
##   [11:32:40]   [6881944270]   [ERROR]   [5912]   [osGetProcedureAddress]   [src\win32\osModule.cpp]   [175]   [Cannot retrieve function pointer: clCreateEventFromGLsyncKHR (Error code 0x7f)]
##   [11:32:40]   [6881946278]   [DEBUG]   [5912]   [csHandleAPIInitializationCalls]   [src\csAPIFunctionsStubs.cpp]   [109]   [Started handling OpenCL Server API initialization calls]
##   [11:32:40]   [6881947223]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881948580]   [DEBUG]   [5912]   [suAPICallsHandlingThread::mainThreadStarsInitializingAPIConnection]   [src\suAPICallsHandlingThread.cpp]   [89]   [The main thread entered the API connection initialization critical section]
##   [11:32:40]   [6881949170]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881950747]   [DEBUG]   [5912]   [suAPICallsHandlingThread::mainThreadStarsInitializingAPIConnection]   [src\suAPICallsHandlingThread.cpp]   [100]   [The main thread left the API connection initialization critical section]
##   [11:32:40]   [6881951388]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881952894]   [DEBUG]   [5912]   [csHandleAPIInitializationCalls]   [src\csAPIFunctionsStubs.cpp]   [130]   [The main thread waits for OpenCL Server API initililization, handled by the API thread]
##   [11:32:40]   [6881953481]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881955507]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881957277]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881959249]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881961071]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetOpenCLOperationExecution]
##   [11:32:40]   [6881962984]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetKernelSourceFilePath]
##   [11:32:40]   [6881964778]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetKernelSourceFilePath]
##   [11:32:40]   [6881966738]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetKernelDebuggingEnable]
##   [11:32:40]   [6881968521]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetKernelDebuggingEnable]
##   [11:32:40]   [6881970419]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaOpenCLServerInitializationEnded]
##   [11:32:40]   [6881972167]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaOpenCLServerInitializationEnded]
##   [11:32:40]   [6881999256]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetKernelSourceFilePath]
##   [11:32:40]   [6882013229]   [DEBUG]   [5912]   [csHandleAPIInitializationCalls]   [src\csAPIFunctionsStubs.cpp]   [137]   [The main thread finished waiting for OpenCL Server API initililization, handled by the API thread]
##   [11:32:40]   [6882015306]   [DEBUG]   [5912]   [csHandleAPIInitializationCalls]   [src\csAPIFunctionsStubs.cpp]   [140]   [Ended handling OpenCL Server API initialization calls]
##   [11:32:40]   [6882017553]   [INFO]   [5912]   [osOutputDebugString]   [src\win32\osDebuggingFunctions.cpp]   [45]   [Debug string: CodeXL OpenCL Server was initialized]
##   [11:32:40]   [6882019671]   [INFO]   [5912]   [csInitializeOpenCLServer]   [src\csOpenCLServerInitialization.cpp]   [119]   [The OpenCL Server initialization ended]
##   [11:32:40]   [6882034376]   [DEBUG]   [5912]   [osGetWindowsVersion]   [src\win32\osGeneralFunctions.cpp]   [159]   [Interpreted Windows version 6.1 with product type 0x1 and suite mask 0x100 as Windows 7]
##   [11:32:40]   [6882122758]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetKernelSourceFilePath]
##   [11:32:40]   [6882580879]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLProgramHandleFromSourceFilePath]
##   [11:32:40]   [6882587469]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLProgramHandleFromSourceFilePath]
##   [11:32:40]   [6882589630]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLProgramHandleFromSourceFilePath]
##   [11:32:40]   [6882595149]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLProgramHandleFromSourceFilePath]
##   [11:32:40]   [6882597308]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:40]   [6882600087]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:44]   [6893293168]   [DEBUG]   [7348]   [suBreakpointsManager::triggerBreakpointException]   [src\suBreakpointsManager.cpp]   [692]   [Triggering breakpoint exception]
##   [11:32:44]   [6893296039]   [DEBUG]   [7348]   [suBreakpointsManager::triggerBreakpointException]   [src\suBreakpointsManager.cpp]   [729]   [Execution continued after breakpoint exception was handled]
##   [11:32:44]   [6893445834]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLProgramHandleFromSourceFilePath]
##   [11:32:44]   [6893454598]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLProgramHandleFromSourceFilePath]
##   [11:32:44]   [6893458298]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaSetBreakpoint]
##   [11:32:44]   [6893462020]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaSetBreakpoint]
##   [11:32:44]   [6895869615]   [DEBUG]   [7348]   [suBreakpointsManager::triggerBreakpointException]   [src\suBreakpointsManager.cpp]   [692]   [Triggering breakpoint exception]
##   [11:32:44]   [6895876231]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakReason]
##   [11:32:44]   [6895878099]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakReason]
##   [11:32:44]   [6895880127]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakpointTriggeringContextId]
##   [11:32:44]   [6895882004]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakpointTriggeringContextId]
##   [11:32:44]   [6895883943]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetLastOpenCLFunctionCall]
##   [11:32:44]   [6895886085]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetLastOpenCLFunctionCall]
##   [11:32:44]   [6895889807]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLContexts]
##   [11:32:44]   [6895891589]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLContexts]
##   [11:32:44]   [6895893562]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaUpdateOpenCLContextDataSnapshot]
##   [11:32:44]   [6895895153]   [DEBUG]   [2992]   [gaUpdateOpenCLContextDataSnapshotStub]   [src\csAPIFunctionsStubs.cpp]   [354]   [gaUpdateOpenCLContextDataSnapshotStub (ran by API thread) started]
##   [11:32:44]   [6895899186]   [DEBUG]   [2992]   [gaUpdateOpenCLContextDataSnapshotStub]   [src\csAPIFunctionsStubs.cpp]   [367]   [gaUpdateOpenCLContextDataSnapshotStub (ran by API thread) ended]
##   [11:32:44]   [6895900910]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaUpdateOpenCLContextDataSnapshot]
##   [11:32:44]   [6895902837]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLContextDetails]
##   [11:32:44]   [6895905070]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLContextDetails]
##   [11:32:44]   [6895906987]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLContextDetails]
##   [11:32:44]   [6895909120]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLContextDetails]
##   [11:32:44]   [6895911041]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLImageObjects]
##   [11:32:44]   [6895912816]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLImageObjects]
##   [11:32:44]   [6895914742]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLSamplers]
##   [11:32:44]   [6895916700]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLSamplers]
##   [11:32:44]   [6895918628]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLBufferObjects]
##   [11:32:44]   [6895920409]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLBufferObjects]
##   [11:32:44]   [6895922339]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLBufferObjectDetails]
##   [11:32:44]   [6895924214]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLBufferObjectDetails]
##   [11:32:44]   [6895926182]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfCommandQueues]
##   [11:32:44]   [6895927956]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfCommandQueues]
##   [11:32:44]   [6895929882]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetCommandQueueDetails]
##   [11:32:44]   [6895931678]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetCommandQueueDetails]
##   [11:32:44]   [6895933590]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfEventsInQueue]
##   [11:32:44]   [6895935383]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfEventsInQueue]
##   [11:32:44]   [6895937316]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLProgramObjects]
##   [11:32:44]   [6895941084]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLProgramObjects]
##   [11:32:44]   [6895943142]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLProgramObjectDetails]
##   [11:32:44]   [6895945018]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLProgramObjectDetails]
##   [11:32:44]   [6895946958]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLKernelObjectDetails]
##   [11:32:44]   [6895948858]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLKernelObjectDetails]
##   [11:32:44]   [6895950919]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakpointTriggeringContextId]
##   [11:32:44]   [6895952702]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakpointTriggeringContextId]
##   [11:32:44]   [6895965138]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:44]   [6895968617]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:44]   [6895970641]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:44]   [6895974102]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:44]   [6895976031]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaIsWorkItemValid]
##   [11:32:44]   [6895977859]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaIsWorkItemValid]
##   [11:32:44]   [6895979793]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetKernelDebuggingAvailableVariables]
##   [11:32:44]   [6895981784]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetKernelDebuggingAvailableVariables]
##   [11:32:44]   [6895983719]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaUpdateKernelVariableValueRawData]
##   [11:32:44]   [6895986974]   [DEBUG]   [2992]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Saving raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:32:44]   [6895995101]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaUpdateKernelVariableValueRawData]
##   [11:32:45]   [6896088760]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetKernelDebuggingAvailableVariables]
##   [11:32:45]   [6896092894]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetKernelDebuggingAvailableVariables]
##   [11:32:45]   [6896095064]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaUpdateKernelVariableValueRawData]
##   [11:32:45]   [6896099079]   [DEBUG]   [2992]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Saving raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:32:45]   [6896105729]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaUpdateKernelVariableValueRawData]
##   [11:32:45]   [6896108017]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetKernelDebuggingAvailableVariables]
##   [11:32:45]   [6896110066]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetKernelDebuggingAvailableVariables]
##   [11:32:45]   [6896112029]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaUpdateKernelVariableValueRawData]
##   [11:32:45]   [6896115401]   [DEBUG]   [2992]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Saving raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:32:45]   [6896120585]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaUpdateKernelVariableValueRawData]
##   [11:32:45]   [6896122520]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:45]   [6896126019]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:45]   [6896128075]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakpointTriggeringContextId]
##   [11:32:45]   [6896129873]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakpointTriggeringContextId]
##   [11:32:45]   [6896131922]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:45]   [6896135527]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetCurrentlyDebuggedKernelDetails]
##   [11:32:45]   [6896137504]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakpointTriggeringContextId]
##   [11:32:45]   [6896139412]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakpointTriggeringContextId]
##   [11:32:45]   [6896141325]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLContextDetails]
##   [11:32:45]   [6896143396]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLContextDetails]
##   [11:32:45]   [6896172415]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLPlatformAPIID]
##   [11:32:45]   [6896174983]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLPlatformAPIID]
##   [11:32:45]   [6896177322]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLDeviceObjectDetails]
##   [11:32:45]   [6896179497]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLDeviceObjectDetails]
##   [11:32:45]   [6897001942]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetCurrentlyDebuggedKernelCallStack]
##   [11:32:45]   [6897010739]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetCurrentlyDebuggedKernelCallStack]
##   [11:32:46]   [6901432298]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901435972]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901438816]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901442201]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901444806]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901448285]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901451594]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901454666]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901456959]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901459633]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901462516]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaCanGetKernelVariableValue]
##   [11:32:46]   [6901465996]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaCanGetKernelVariableValue]
##   [11:32:51]   [6916763900]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakpointTriggeringContextId]
##   [11:32:51]   [6916766232]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakpointTriggeringContextId]
##   [11:32:51]   [6916768522]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLFunctionCalls]
##   [11:32:51]   [6916771237]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLFunctionCalls]
##   [11:32:51]   [6916773899]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916778994]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916781497]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916783596]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916786061]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916788325]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916804991]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916810264]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916812755]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916815105]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916817494]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916819426]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916827272]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetBreakpointTriggeringContextId]
##   [11:32:51]   [6916829621]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetBreakpointTriggeringContextId]
##   [11:32:51]   [6916832390]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetAmountOfOpenCLFunctionCalls]
##   [11:32:51]   [6916835026]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetAmountOfOpenCLFunctionCalls]
##   [11:32:51]   [6916837464]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916842452]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916845115]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916847283]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916849833]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916852047]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916854508]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916859827]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916862438]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916864653]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916866922]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916869164]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916921229]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916924281]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916926240]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916929046]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916930979]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916932781]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916934784]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916936592]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916941108]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916944107]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916946166]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916949136]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916951108]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916952896]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916956942]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916960127]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916962052]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916965177]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916967157]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916968935]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:51]   [6916970852]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916973826]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916975743]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916978762]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:51]   [6916980683]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6916982526]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6916985449]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6916988399]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6916990333]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6916993269]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6916995192]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6916996999]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6916998922]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917001599]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917003522]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917006517]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917008580]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917010347]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917012921]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917016203]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917018392]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917021709]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917023796]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917025587]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917028401]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917031522]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917033444]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917036365]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917038292]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917040065]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917042308]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917044950]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917047043]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917049415]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917051465]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917053443]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917055524]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917060100]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917062179]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917066548]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917068627]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917070589]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917072566]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917074503]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917128092]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917131217]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917133162]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917136511]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917138451]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917140824]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917142861]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917145067]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917147413]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917150882]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917152962]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917156256]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917158267]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917160131]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917162732]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917166519]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917168434]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917172372]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917174303]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917176346]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917178699]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917181854]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917183775]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917187534]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917189460]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917191837]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917194438]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917197901]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917200042]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917203225]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917205396]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917207254]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917209359]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917212699]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917215052]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917218291]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917220559]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917222538]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917224716]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917227827]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917229761]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917232949]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917234857]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917236809]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917239205]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917242803]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917244910]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917248185]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917250347]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917252290]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917254621]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917257551]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917259940]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917262701]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917264614]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917266600]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917268792]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917273445]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917275540]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917280618]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917282548]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917284855]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917287005]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917289017]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917326710]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917329791]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917331852]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917334949]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917337010]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917339053]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917341247]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917343544]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917346135]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917349507]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917351518]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917354821]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917356745]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917358759]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917360983]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917364431]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917366446]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917369991]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917371895]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917373875]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917375979]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917379081]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917380976]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917384161]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917386200]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917388177]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917390141]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917393629]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917395676]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917399012]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917401130]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917403116]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917405089]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917408039]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917410255]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917413178]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917415196]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917417047]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917419250]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917422493]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917424674]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917427857]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917429944]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917431810]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917433899]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917436949]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917438967]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917441886]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917443891]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917445950]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917448064]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917450587]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917452498]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917455009]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917457007]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917458877]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917460977]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917465526]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917467430]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917472031]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:32:52]   [6917474045]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917476010]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917478003]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:32:52]   [6917479999]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942337888]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942341564]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942343529]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942346338]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942348259]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942350191]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942352439]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942354259]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942356058]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942359586]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942361959]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942365933]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942368464]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942370635]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942372689]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942376603]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942378758]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942382505]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942385031]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942387366]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942389562]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942393641]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942396012]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942399741]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942402083]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942404215]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942406536]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942410080]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942412457]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942416162]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942418617]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942420900]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942423015]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942426696]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942428991]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942432616]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942434989]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942436749]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942438707]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942441628]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942443974]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942447148]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942449382]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942451409]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942453536]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942456646]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942459037]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942462128]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942464065]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942465929]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942468050]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942470393]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942472361]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942474640]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942476565]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942478441]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942480389]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942484712]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942486643]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942491100]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLFunctionCall]
##   [11:33:00]   [6942493066]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942494877]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942496801]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetOpenCLHandleObjectDetails]
##   [11:33:00]   [6942498597]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaGetOpenCLHandleObjectDetails]
##   [11:33:03]   [6950052727]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaUpdateKernelVariableValueRawData]
##   [11:33:03]   [6950056072]   [DEBUG]   [2992]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Saving raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:33:03]   [6950063488]   [DEBUG]   [2992]   [suOutputEndedHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [782]   [API function handling ended: gaUpdateKernelVariableValueRawData]
##   [11:33:03]   [6950071456]   [DEBUG]   [2992]   [suOutputHandlingAPIFuncDebugLogPrintout]   [src\suSpyAPIFunctions.cpp]   [755]   [API function called: gaGetKernelDebuggingVariableValueString]
##   [11:33:03]   [6950073367]   [DEBUG]   [2992]   [csAMDKernelDebuggingManager::getVariableValueString]   [src\csAMDKernelDebuggingManager.cpp]   [1150]   [Starting to evaluate variable p]

0 Likes

THis is the file

CodeXL-USER.log

When I crash when I select a variable

I have other log when I crash when I reach a Breakpoint, but there is probably a better way to send log

////////////////////////////////////////////////////////////
// This File contains debug printouts
// Advanced Micro Devices, Inc.
// http://developer.amd.com/
////////////////////////////////////////////////////////////


### System information data:
### System DLL Versions:
##  - atioglxx.dll: 6.14.10.12172
##  - atio6axx.dll: 6.14.10.12172
##  - aticfx32.dll: 8.17.10.1191
##  - aticfx64.dll: 8.17.10.1191
##  - aticaldd.dll: 6.14.10.1741
##  - nvoglv32.dll: 9.18.13.1135
##  - nvoglv64.dll: 9.18.13.1135
##  - NVCUDA.dll: 8.17.13.1135
##  - OpenCL.dll: 1.2.11.0
##
## OpenGL Renderer:
##  - Renderer Vendor: ATI Technologies Inc.
##  - Renderer Name: AMD Radeon HD 6900 Series
##  - Renderer Version: 4.2.12172 Compatibility Profile Context 12.100.17.0
##  - Renderer Type: Installable client
##
## Drivers versions:
##  - CAL version: 1.4.1741
##  - Catalyst version: 13.3
##
## Device 1 (CPU):
##  - Platform ID: 1
##  - Device Type: CPU
##  - Device Name: Intel(R) Xeon(R) CPU           W3550  @ 3.07GHz
##  - Vendor: Intel(R) Corporation
##
## Device 2 (GPU):
##  - Platform ID: 2
##  - Device Type: GPU
##  - Device Name: Cayman
##  - Vendor: Advanced Micro Devices, Inc.
##
## Device 3 (CPU):
##  - Platform ID: 2
##  - Device Type: CPU
##  - Device Name: Intel(R) Xeon(R) CPU           W3550  @ 3.07GHz
##  - Vendor: GenuineIntel
##
## Platform 2:
##  - Vendor: Advanced Micro Devices, Inc.
##  - Name: AMD Accelerated Parallel Processing
##  - Profile: FULL_PROFILE
##  - Version: OpenCL 1.2 AMD-APP (1124.2)
##
## Platform 1:
##  - Vendor: Intel(R) Corporation
##  - Name: Intel(R) OpenCL
##  - Profile: FULL_PROFILE
##  - Version: OpenCL 1.1
## End of system information

###  [devenv]   [VS]   []   [Win7-64]   [1,1,2885,0]   [Monday, April 15, 2013 at 11:26:19]   [5744452753]   [Release Version]
##   [11:26:19]   [5744452992]   [INFO]   [4400]   [afInitializeApplicationCommand::executeSpecificCommand]   [commands\src\afInitializeApplicationCommand.cpp]   [94]   [Application initialization started]
##   [11:26:19]   [5744454590]   [INFO]   [4400]   [osDebugLog::setLoggedSeverity]   [src\common\osDebugLog.cpp]   [897]   [Debug log severity: DEBUG]
##   [11:26:19]   [5744456798]   [DEBUG]   [4400]   [afInitializeApplicationCommand::loadOptionsFile]   [commands\src\afInitializeApplicationCommand.cpp]   [313]   [Finished loading options file]
##   [11:26:19]   [5744456846]   [DEBUG]   [4400]   [afInitializeApplicationCommand::verifyOSVersion]   [commands\src\afInitializeApplicationCommand.cpp]   [144]   [Verifying Windows version compatibility]
##   [11:26:19]   [5744456881]   [DEBUG]   [4400]   [afInitializeApplicationCommand::executeSpecificCommand]   [commands\src\afInitializeApplicationCommand.cpp]   [109]   [Application Initialization command succeeded]
##   [11:26:19]   [5744553353]   [DEBUG]   [4400]   [osGetWindowsVersion]   [src\win32\osGeneralFunctions.cpp]   [159]   [Interpreted Windows version 6.1 with product type 0x1 and suite mask 0x100 as Windows 7]
##   [11:26:21]   [5751144653]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Object selected]
##   [11:26:22]   [5754198762]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Unknown event (54)]
##   [11:26:22]   [5754199062]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:22]   [5754292135]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Object selected]
##   [11:26:22]   [5754292269]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:38]   [5799829115]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Unknown event (54)]
##   [11:26:38]   [5799838563]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Breakpoints updated]
##   [11:26:38]   [5799838760]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Breakpoints updated]
##   [11:26:38]   [5799864514]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Application global variable changed]
##   [11:26:38]   [5801672960]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Unknown event (54)]
##   [11:26:38]   [5801673172]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:38]   [5801673236]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Breakpoints updated]
##   [11:26:38]   [5801673276]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:38]   [5801673315]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Breakpoints updated]
##   [11:26:38]   [5801673351]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:38]   [5801673390]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Application global variable changed]
##   [11:26:38]   [5801679173]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Unknown event (54)]
##   [11:26:38]   [5802231171]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Object selected]
##   [11:26:38]   [5802260056]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:38]   [5802374243]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Unknown event (54)]
##   [11:26:38]   [5802374576]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:26:38]   [5802374641]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Object selected]
##   [11:26:38]   [5802374684]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:32]   [6859879983]   [INFO]   [4400]   [pdProcessDebuggersManager::processDebuggerAppropriateForProcessCreationData]   [src\pdProcessDebuggersManager.cpp]   [252]   [Debugging X:\Perforce\Cloud\arcus\dev\demo\ptcl\build\\..\output\x64\Debug\ptcl\ptcl.exe (64-bit)]
##   [11:32:32]   [6859881317]   [DEBUG]   [4400]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type gaSpyConnectionWaiterThread was created. Thread id is: 5876]
##   [11:32:32]   [6859882665]   [DEBUG]   [4400]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type gaIncomingSpyEventsListenerThread was created. Thread id is: 8184]
##   [11:32:32]   [6859883410]   [DEBUG]   [8184]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type gaIncomingSpyEventsListenerThread started running. Thread id is: 8184]
##   [11:32:32]   [6859882688]   [DEBUG]   [5876]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type gaSpyConnectionWaiterThread started running. Thread id is: 5876]
##   [11:32:32]   [6859993564]   [DEBUG]   [4400]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type pdRemoteProcessDebuggerDebuggingServerWatcherThread was created. Thread id is: 3436]
##   [11:32:32]   [6859994888]   [DEBUG]   [4400]   [osThread::debugLogCreatedThread]   [src\win32\osThread.cpp]   [369]   [An osThread thread of type pdRemoteProcessDebuggerEventsListenerThread was created. Thread id is: 6676]
##   [11:32:32]   [6859994914]   [DEBUG]   [3436]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type pdRemoteProcessDebuggerDebuggingServerWatcherThread started running. Thread id is: 3436]
##   [11:32:32]   [6859995605]   [DEBUG]   [6676]   [osThread::debugLogThreadRunStarted]   [src\win32\osThread.cpp]   [394]   [An osThread thread of type pdRemoteProcessDebuggerEventsListenerThread started running. Thread id is: 6676]
##   [11:32:32]   [6860022902]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process created]
##   [11:32:32]   [6860023503]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 5912]
##   [11:32:33]   [6861924480]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process created]
##   [11:32:33]   [6861924924]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ntdll.dll]
##   [11:32:33]   [6861925024]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\verifier.dll]
##   [11:32:33]   [6861927858]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Page heap: pid 0x1DD4: page heap enabled with flags 0x3.
]
##   [11:32:33]   [6861927949]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\kernel32.dll]
##   [11:32:33]   [6861929121]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861929214]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 5912]
##   [11:32:33]   [6861930358]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 5912]
##   [11:32:33]   [6861930423]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:33]   [6861930858]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\KernelBase.dll]
##   [11:32:33]   [6861933922]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ws2_32.dll]
##   [11:32:33]   [6861934099]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcrt.dll]
##   [11:32:33]   [6861936833]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\rpcrt4.dll]
##   [11:32:33]   [6861936931]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\nsi.dll]
##   [11:32:33]   [6861939823]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\opengl32.dll]
##   [11:32:33]   [6861939911]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ddraw.dll]
##   [11:32:33]   [6861939984]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\user32.dll]
##   [11:32:33]   [6861942793]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\gdi32.dll]
##   [11:32:33]   [6861945769]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\lpk.dll]
##   [11:32:33]   [6861945860]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\usp10.dll]
##   [11:32:33]   [6861963709]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\dciman32.dll]
##   [11:32:33]   [6861963808]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\setupapi.dll]
##   [11:32:33]   [6861963870]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\cfgmgr32.dll]
##   [11:32:33]   [6861963933]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\advapi32.dll]
##   [11:32:33]   [6861963993]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\sechost.dll]
##   [11:32:33]   [6861964059]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\oleaut32.dll]
##   [11:32:33]   [6861964124]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\ole32.dll]
##   [11:32:33]   [6861964231]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\devobj.dll]
##   [11:32:33]   [6861964341]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\dwmapi.dll]
##   [11:32:33]   [6861964415]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTBaseTools64.dll]
##   [11:32:33]   [6861964482]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcp100.dll]
##   [11:32:33]   [6861964639]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcr100.dll]
##   [11:32:33]   [6861966694]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTOSWrappers64.dll]
##   [11:32:33]   [6861966782]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\version.dll]
##   [11:32:33]   [6861969700]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\dbghelp.dll]
##   [11:32:33]   [6861969794]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\shell32.dll]
##   [11:32:33]   [6861972672]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\shlwapi.dll]
##   [11:32:33]   [6861975641]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTApiClasses64.dll]
##   [11:32:33]   [6861978619]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:33]   [6861978704]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\Wldap32.dll]
##   [11:32:33]   [6861981643]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\OpenCL.dll]
##   [11:32:33]   [6861981908]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\Glui2.dll]
##   [11:32:33]   [6861987596]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\comdlg32.dll]
##   [11:32:33]   [6861987683]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\comctl32.dll]
##   [11:32:33]   [6861990599]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcp100d.dll]
##   [11:32:33]   [6861993608]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msvcr100d.dll]
##   [11:32:33]   [6861996572]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\fbxsdk-2013.3.dll]
##   [11:32:33]   [6861996758]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImage.dll]
##   [11:32:33]   [6861999892]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImagePlus.dll]
##   [11:32:33]   [6862008551]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\imm32.dll]
##   [11:32:33]   [6862008642]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msctf.dll]
##   [11:32:33]   [6862582200]   [DEBUG]   [5876]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: API connection established: CodeXL Servers Manager]
##   [11:32:33]   [6862639138]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 2992]
##   [11:32:35]   [6866545975]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ntdll.dll]
##   [11:32:35]   [6866549188]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\ntdll.dll]
##   [11:32:35]   [6866549255]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866549326]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\verifier.dll]
##   [11:32:35]   [6866551344]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\verifier.dll]
##   [11:32:35]   [6866551414]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866551470]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Page heap: pid 0x1DD4: page heap enabled with flags 0x3.
]
##   [11:32:35]   [6866551519]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Page heap: pid 0x1DD4: page heap enabled with flags 0x3.
]
##   [11:32:35]   [6866551560]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866551603]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\kernel32.dll]
##   [11:32:35]   [6866553355]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\kernel32.dll]
##   [11:32:35]   [6866553419]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866553470]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\KernelBase.dll]
##   [11:32:35]   [6866554591]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\KernelBase.dll]
##   [11:32:35]   [6866554657]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866554713]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ws2_32.dll]
##   [11:32:35]   [6866556414]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\ws2_32.dll]
##   [11:32:35]   [6866556475]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866556528]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcrt.dll]
##   [11:32:35]   [6866557931]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msvcrt.dll]
##   [11:32:35]   [6866557998]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866558052]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\rpcrt4.dll]
##   [11:32:35]   [6866559517]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\rpcrt4.dll]
##   [11:32:35]   [6866559580]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866559635]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\nsi.dll]
##   [11:32:35]   [6866562159]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\nsi.dll]
##   [11:32:35]   [6866562224]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866562286]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\opengl32.dll]
##   [11:32:35]   [6866563888]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\opengl32.dll]
##   [11:32:35]   [6866563964]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866564022]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ddraw.dll]
##   [11:32:35]   [6866565282]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\ddraw.dll]
##   [11:32:35]   [6866565345]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866565399]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\user32.dll]
##   [11:32:35]   [6866566785]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\user32.dll]
##   [11:32:35]   [6866566848]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866566900]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\gdi32.dll]
##   [11:32:35]   [6866568700]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\gdi32.dll]
##   [11:32:35]   [6866568766]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866568820]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\lpk.dll]
##   [11:32:35]   [6866570250]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\lpk.dll]
##   [11:32:35]   [6866570441]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866570497]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\usp10.dll]
##   [11:32:35]   [6866573098]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\usp10.dll]
##   [11:32:35]   [6866573159]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866573213]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\dciman32.dll]
##   [11:32:35]   [6866574876]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\dciman32.dll]
##   [11:32:35]   [6866574945]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866575004]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\setupapi.dll]
##   [11:32:35]   [6866576178]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\setupapi.dll]
##   [11:32:35]   [6866576305]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866576363]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\cfgmgr32.dll]
##   [11:32:35]   [6866577502]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\cfgmgr32.dll]
##   [11:32:35]   [6866577565]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866577618]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\advapi32.dll]
##   [11:32:35]   [6866579230]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\advapi32.dll]
##   [11:32:35]   [6866579295]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866579350]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\sechost.dll]
##   [11:32:35]   [6866580636]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\sechost.dll]
##   [11:32:35]   [6866580714]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866580890]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\oleaut32.dll]
##   [11:32:35]   [6866584023]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\oleaut32.dll]
##   [11:32:35]   [6866584086]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866584139]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\ole32.dll]
##   [11:32:35]   [6866585789]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\ole32.dll]
##   [11:32:35]   [6866585853]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866585907]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\devobj.dll]
##   [11:32:35]   [6866586954]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\devobj.dll]
##   [11:32:35]   [6866587016]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866587072]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\dwmapi.dll]
##   [11:32:35]   [6866588077]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\dwmapi.dll]
##   [11:32:35]   [6866588146]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866588209]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTBaseTools64.dll]
##   [11:32:35]   [6866589764]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTBaseTools64.dll]
##   [11:32:35]   [6866589828]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866589882]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcp100.dll]
##   [11:32:35]   [6866591475]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msvcp100.dll]
##   [11:32:35]   [6866591537]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866591590]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcr100.dll]
##   [11:32:35]   [6866592662]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msvcr100.dll]
##   [11:32:35]   [6866592724]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866592777]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTOSWrappers64.dll]
##   [11:32:35]   [6866594281]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTOSWrappers64.dll]
##   [11:32:35]   [6866594349]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866594403]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\version.dll]
##   [11:32:35]   [6866596396]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\version.dll]
##   [11:32:35]   [6866596481]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866596536]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\dbghelp.dll]
##   [11:32:35]   [6866597644]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\dbghelp.dll]
##   [11:32:35]   [6866597706]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866597760]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\shell32.dll]
##   [11:32:35]   [6866599249]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\shell32.dll]
##   [11:32:35]   [6866599320]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866599379]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\shlwapi.dll]
##   [11:32:35]   [6866600397]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\shlwapi.dll]
##   [11:32:35]   [6866600463]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866600519]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTApiClasses64.dll]
##   [11:32:35]   [6866602093]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTApiClasses64.dll]
##   [11:32:35]   [6866602160]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866602217]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:35]   [6866603563]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDTServerUtilities64.dll]
##   [11:32:35]   [6866603630]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866603690]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\Wldap32.dll]
##   [11:32:35]   [6866604790]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\Wldap32.dll]
##   [11:32:35]   [6866604854]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866604908]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\OpenCL.dll]
##   [11:32:35]   [6866606418]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\Spies64\OpenCL.dll]
##   [11:32:35]   [6866606483]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866606538]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\Glui2.dll]
##   [11:32:35]   [6866608500]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\Glui2.dll]
##   [11:32:35]   [6866608566]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866608622]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\comdlg32.dll]
##   [11:32:35]   [6866609651]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\comdlg32.dll]
##   [11:32:35]   [6866609720]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866609778]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\comctl32.dll]
##   [11:32:35]   [6866611386]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\comctl32.dll]
##   [11:32:35]   [6866611460]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866611518]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcp100d.dll]
##   [11:32:35]   [6866612610]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msvcp100d.dll]
##   [11:32:35]   [6866612674]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866612738]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msvcr100d.dll]
##   [11:32:35]   [6866614305]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msvcr100d.dll]
##   [11:32:35]   [6866614376]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866614436]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\fbxsdk-2013.3.dll]
##   [11:32:35]   [6866615855]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\fbxsdk-2013.3.dll]
##   [11:32:35]   [6866615924]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866615981]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImage.dll]
##   [11:32:35]   [6866617168]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImage.dll]
##   [11:32:35]   [6866617265]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866617320]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImagePlus.dll]
##   [11:32:35]   [6866619186]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: S:\disk_x\Perforce\Cloud\arcus\dev\demo\ptcl\output\x64\Debug\ptcl\FreeImagePlus.dll]
##   [11:32:35]   [6866619251]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866619313]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\imm32.dll]
##   [11:32:35]   [6866621604]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\imm32.dll]
##   [11:32:35]   [6866621666]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866621720]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msctf.dll]
##   [11:32:35]   [6866622803]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msctf.dll]
##   [11:32:35]   [6866622864]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866622918]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: API connection established: CodeXL Servers Manager]
##   [11:32:35]   [6866712190]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [API Connection Established: CodeXL Servers Manager]
##   [11:32:35]   [6866712246]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866712312]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 2992]
##   [11:32:35]   [6866714070]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 2992]
##   [11:32:35]   [6866714138]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866773650]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process run started]
##   [11:32:35]   [6866779558]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 7580]
##   [11:32:35]   [6866779648]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 7580]
##   [11:32:35]   [6866935815]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process run started]
##   [11:32:35]   [6866945794]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Process Run Started]
##   [11:32:35]   [6866945873]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866945937]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 7580]
##   [11:32:35]   [6866947377]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 7580]
##   [11:32:35]   [6866947438]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6866947496]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 7580]
##   [11:32:35]   [6866947999]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 7580]
##   [11:32:35]   [6866948064]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867179945]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 3396]
##   [11:32:35]   [6867182915]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 1032]
##   [11:32:35]   [6867183064]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 3328]
##   [11:32:35]   [6867183189]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 4788]
##   [11:32:35]   [6867183267]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 5956]
##   [11:32:35]   [6867183366]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 7916]
##   [11:32:35]   [6867183440]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 6160]
##   [11:32:35]   [6867185847]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 6176]
##   [11:32:35]   [6867189460]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 3396]
##   [11:32:35]   [6867190980]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 3396]
##   [11:32:35]   [6867191055]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867191118]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 1032]
##   [11:32:35]   [6867191925]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 1032]
##   [11:32:35]   [6867192010]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867192071]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 3328]
##   [11:32:35]   [6867193341]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 3328]
##   [11:32:35]   [6867193402]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867193458]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 4788]
##   [11:32:35]   [6867194222]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 4788]
##   [11:32:35]   [6867194283]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867194338]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 5956]
##   [11:32:35]   [6867196108]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 5956]
##   [11:32:35]   [6867196175]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867196235]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 7916]
##   [11:32:35]   [6867197448]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 7916]
##   [11:32:35]   [6867197510]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867197566]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 6160]
##   [11:32:35]   [6867198331]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 6160]
##   [11:32:35]   [6867198391]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6867198448]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 6176]
##   [11:32:35]   [6867200095]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 6176]
##   [11:32:35]   [6867200156]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868688588]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Load "data/scene/testScene.xml" and cache folder "cache"
]
##   [11:32:35]   [6868688734]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: LoadCache cache/testScene.sc
]
##   [11:32:35]   [6868688993]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Load "data/scene/testScene.xml" and cache folder "cache"
]
##   [11:32:35]   [6868689130]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Load "data/scene/testScene.xml" and cache folder "cache"
]
##   [11:32:35]   [6868689217]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868689321]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: LoadCache cache/testScene.sc
]
##   [11:32:35]   [6868689409]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: LoadCache cache/testScene.sc
]
##   [11:32:35]   [6868689489]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868691731]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Preparing cache file
]
##   [11:32:35]   [6868711132]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Preparing cache file
]
##   [11:32:35]   [6868711313]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Preparing cache file
]
##   [11:32:35]   [6868711405]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868808116]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Parsing cache file
]
##   [11:32:35]   [6868808397]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: serialize cache file
]
##   [11:32:35]   [6868808594]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize Object available (template) ...
]
##   [11:32:35]   [6868817129]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize Instances ...
]
##   [11:32:35]   [6868823064]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize final merge result ...
]
##   [11:32:35]   [6868832004]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize dynamic instances ...
]
##   [11:32:35]   [6868832172]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize m_materialEmissionInfo ...
]
##   [11:32:35]   [6868832364]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize m_lightArray ...
]
##   [11:32:35]   [6868832510]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize m_imagebuffer32 ...
]
##   [11:32:35]   [6868850299]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Serialize remaining ...
]
##   [11:32:35]   [6868850470]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: serialize cache file Done!
]
##   [11:32:35]   [6868955180]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Parsing cache file
]
##   [11:32:35]   [6868955355]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Parsing cache file
]
##   [11:32:35]   [6868955412]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868955477]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: serialize cache file
]
##   [11:32:35]   [6868955519]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: serialize cache file
]
##   [11:32:35]   [6868955564]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868955631]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize Object available (template) ...
]
##   [11:32:35]   [6868955676]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize Object available (template) ...
]
##   [11:32:35]   [6868955717]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868955758]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize Instances ...
]
##   [11:32:35]   [6868955811]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize Instances ...
]
##   [11:32:35]   [6868955857]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868955900]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize final merge result ...
]
##   [11:32:35]   [6868955941]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize final merge result ...
]
##   [11:32:35]   [6868955980]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868956022]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize dynamic instances ...
]
##   [11:32:35]   [6868956063]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize dynamic instances ...
]
##   [11:32:35]   [6868956099]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868956152]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize m_materialEmissionInfo ...
]
##   [11:32:35]   [6868956198]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize m_materialEmissionInfo ...
]
##   [11:32:35]   [6868956237]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868956465]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize m_lightArray ...
]
##   [11:32:35]   [6868956522]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize m_lightArray ...
]
##   [11:32:35]   [6868956564]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868956606]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize m_imagebuffer32 ...
]
##   [11:32:35]   [6868956647]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize m_imagebuffer32 ...
]
##   [11:32:35]   [6868956701]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868956745]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Serialize remaining ...
]
##   [11:32:35]   [6868956789]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Serialize remaining ...
]
##   [11:32:35]   [6868956825]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868956866]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: serialize cache file Done!
]
##   [11:32:35]   [6868956906]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: serialize cache file Done!
]
##   [11:32:35]   [6868956942]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6868990331]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: Setup scene = 101.464729
]
##   [11:32:35]   [6868999235]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\OpenCL.dll]
##   [11:32:35]   [6869003097]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: Setup scene = 101.464729
]
##   [11:32:35]   [6869003201]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: Setup scene = 101.464729
]
##   [11:32:35]   [6869003251]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6869003301]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\OpenCL.dll]
##   [11:32:35]   [6869004872]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\OpenCL.dll]
##   [11:32:35]   [6869004961]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:35]   [6869029142]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDOpenCLDebug-x64.dll]
##   [11:32:35]   [6869056008]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\aticalrt64.dll]
##   [11:32:35]   [6869061965]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\aticalcl64.dll]
##   [11:32:35]   [6869064921]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\aticaldd64.dll]
##   [11:32:36]   [6869325972]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDOpenCLDebug-x64.dll]
##   [11:32:36]   [6869327580]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\AMD\CodeXL\AMDOpenCLDebug-x64.dll]
##   [11:32:36]   [6869327658]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869327735]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\aticalrt64.dll]
##   [11:32:36]   [6869328062]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869328106]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869329246]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\aticalrt64.dll]
##   [11:32:36]   [6869329311]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869329374]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\aticalcl64.dll]
##   [11:32:36]   [6869329656]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869329699]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869330079]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\aticalcl64.dll]
##   [11:32:36]   [6869330142]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869330197]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\aticaldd64.dll]
##   [11:32:36]   [6869330468]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869330510]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869331178]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\aticaldd64.dll]
##   [11:32:36]   [6869331242]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869390624]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\IntelOpenCL64.dll]
##   [11:32:36]   [6869393589]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcp90.dll]
##   [11:32:36]   [6869393684]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll]
##   [11:32:36]   [6869405439]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\IntelOpenCL64.dll]
##   [11:32:36]   [6869405804]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869405849]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869406469]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\IntelOpenCL64.dll]
##   [11:32:36]   [6869406549]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869406616]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcp90.dll]
##   [11:32:36]   [6869408428]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcp90.dll]
##   [11:32:36]   [6869408520]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869408584]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll]
##   [11:32:36]   [6869409650]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\msvcr90.dll]
##   [11:32:36]   [6869409721]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869414530]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869414658]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Unloaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869414721]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\intelocl.dll]
##   [11:32:36]   [6869421329]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869423339]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869423412]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869423488]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Unloaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869423964]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Unloaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86\intelocl.dll]
##   [11:32:36]   [6869424044]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869424112]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\intelocl.dll]
##   [11:32:36]   [6869425995]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\intelocl.dll]
##   [11:32:36]   [6869426064]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869432448]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\clang_compiler.dll]
##   [11:32:36]   [6869435383]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\task_executor.dll]
##   [11:32:36]   [6869438391]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\tbb.dll]
##   [11:32:36]   [6869445781]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\clang_compiler.dll]
##   [11:32:36]   [6869447948]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\clang_compiler.dll]
##   [11:32:36]   [6869448024]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869448091]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\task_executor.dll]
##   [11:32:36]   [6869449689]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\task_executor.dll]
##   [11:32:36]   [6869449759]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869449816]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\tbb.dll]
##   [11:32:36]   [6869450910]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\tbb.dll]
##   [11:32:36]   [6869450978]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869462332]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\cpu_device.dll]
##   [11:32:36]   [6869468570]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\cpu_device.dll]
##   [11:32:36]   [6869469904]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: D:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64\cpu_device.dll]
##   [11:32:36]   [6869469983]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869495187]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\amdocl64.dll]
##   [11:32:36]   [6869554652]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\amdocl64.dll]
##   [11:32:36]   [6869555215]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869555267]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869556348]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\amdocl64.dll]
##   [11:32:36]   [6869556427]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869581830]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\winmm.dll]
##   [11:32:36]   [6869584669]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\winmm.dll]
##   [11:32:36]   [6869586303]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\winmm.dll]
##   [11:32:36]   [6869586385]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869587936]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\atig6txx.dll]
##   [11:32:36]   [6869592771]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\atig6txx.dll]
##   [11:32:36]   [6869593112]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869593157]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869595459]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\atig6txx.dll]
##   [11:32:36]   [6869595534]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869599696]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\wintrust.dll]
##   [11:32:36]   [6869599804]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\crypt32.dll]
##   [11:32:36]   [6869599882]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\msasn1.dll]
##   [11:32:36]   [6869624657]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\wintrust.dll]
##   [11:32:36]   [6869626155]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\wintrust.dll]
##   [11:32:36]   [6869626266]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869626348]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\crypt32.dll]
##   [11:32:36]   [6869627582]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\crypt32.dll]
##   [11:32:36]   [6869627650]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869627706]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\msasn1.dll]
##   [11:32:36]   [6869628881]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\msasn1.dll]
##   [11:32:36]   [6869628946]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869662551]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\atiumd6a.dll]
##   [11:32:36]   [6869672825]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\atiumd6a.dll]
##   [11:32:36]   [6869673347]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869673399]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869674181]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\atiumd6a.dll]
##   [11:32:36]   [6869674274]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869686366]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\atiadlxx.dll]
##   [11:32:36]   [6869686494]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\propsys.dll]
##   [11:32:36]   [6869686574]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\userenv.dll]
##   [11:32:36]   [6869686647]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\profapi.dll]
##   [11:32:36]   [6869686710]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\wtsapi32.dll]
##   [11:32:36]   [6869686767]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\psapi.dll]
##   [11:32:36]   [6869686822]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\IPHLPAPI.DLL]
##   [11:32:36]   [6869689342]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\winnsi.dll]
##   [11:32:36]   [6869702281]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\atiadlxx.dll]
##   [11:32:36]   [6869702677]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:36]   [6869702725]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:36]   [6869703371]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\atiadlxx.dll]
##   [11:32:36]   [6869703439]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869703496]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\propsys.dll]
##   [11:32:36]   [6869705439]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\propsys.dll]
##   [11:32:36]   [6869705503]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869705556]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\userenv.dll]
##   [11:32:36]   [6869707207]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\userenv.dll]
##   [11:32:36]   [6869707269]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869707328]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\profapi.dll]
##   [11:32:36]   [6869709010]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\profapi.dll]
##   [11:32:36]   [6869709073]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869709126]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\wtsapi32.dll]
##   [11:32:36]   [6869710625]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\wtsapi32.dll]
##   [11:32:36]   [6869710692]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869710748]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\psapi.dll]
##   [11:32:36]   [6869711922]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\psapi.dll]
##   [11:32:36]   [6869711984]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869712037]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\IPHLPAPI.DLL]
##   [11:32:36]   [6869713678]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\IPHLPAPI.DLL]
##   [11:32:36]   [6869713746]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:36]   [6869713806]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\winnsi.dll]
##   [11:32:36]   [6869716070]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\winnsi.dll]
##   [11:32:36]   [6869716135]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881827498]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881827756]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881829482]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881829559]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881839387]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Loaded: C:\Windows\System32\nvapi64.dll]
##   [11:32:40]   [6881839578]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Loaded: C:\Windows\System32\nvapi64.dll]
##   [11:32:40]   [6881839917]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [34]   [Assertion failure (rcArchs)]
##   [11:32:40]   [6881839966]   [ERROR]   [4400]   [osIs64BitModule]   [src\common\osModule.cpp]   [71]   [Assertion failure (retVal)]
##   [11:32:40]   [6881840513]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Loaded: C:\Windows\System32\nvapi64.dll]
##   [11:32:40]   [6881840573]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881860280]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: DLL Unloaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881860486]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: DLL Unloaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881861186]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [DLL Unloaded: C:\Windows\System32\nvopencl.dll]
##   [11:32:40]   [6881861250]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6881945830]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: API connection established: CodeXL OpenCL Server]
##   [11:32:40]   [6881946116]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: API connection established: CodeXL OpenCL Server]
##   [11:32:40]   [6881946174]   [DEBUG]   [4400]   [gaPersistentDataManager::onOpenCLServerAPIConnection]   [src\gaPersistentDataManager.cpp]   [603]   [Got API connection with the OpenCL Server]
##   [11:32:40]   [6882018634]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debug string: CodeXL OpenCL Server was initialized]
##   [11:32:40]   [6882081965]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Compute Context 1 created]
##   [11:32:40]   [6882114357]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 7348]
##   [11:32:40]   [6882117907]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [API Connection Established: CodeXL OpenCL Server]
##   [11:32:40]   [6882117970]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882118338]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debug string: CodeXL OpenCL Server was initialized]
##   [11:32:40]   [6882118440]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Debug String: CodeXL OpenCL Server was initialized]
##   [11:32:40]   [6882118498]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882118548]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Compute Context 1 created]
##   [11:32:40]   [6882118592]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [OpenCL Compute Context 1 Created]
##   [11:32:40]   [6882118631]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882118680]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 7348]
##   [11:32:40]   [6882120118]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 7348]
##   [11:32:40]   [6882120219]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882434580]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: OpenCL Queue 1 created]
##   [11:32:40]   [6882434862]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: OpenCL Queue 1 created]
##   [11:32:40]   [6882434972]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [OpenCL Queue 1 (Context 1) Created]
##   [11:32:40]   [6882435029]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882578666]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: OpenCL Program 1 created]
##   [11:32:40]   [6882578939]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: OpenCL Program 1 created]
##   [11:32:40]   [6882578979]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: OpenCL program built]
##   [11:32:40]   [6882600135]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [OpenCL Program 1 (Context 1) Created]
##   [11:32:40]   [6882600203]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:40]   [6882600377]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: OpenCL program built]
##   [11:32:40]   [6882600452]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Building OpenCL Program  (Context 1)...]
##   [11:32:40]   [6882600499]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:41]   [6886868575]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: OpenCL program built]
##   [11:32:41]   [6886868877]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: OpenCL program built]
##   [11:32:41]   [6886868993]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Building OpenCL Program  (Context 1) Ended
   Build Log:

]
##   [11:32:41]   [6886869057]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:42]   [6889926856]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 4260]
##   [11:32:42]   [6889927259]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 4260]
##   [11:32:42]   [6889929189]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 4260]
##   [11:32:42]   [6889929265]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:43]   [6890225449]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread created: 8124]
##   [11:32:43]   [6890225726]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread created: 8124]
##   [11:32:43]   [6890227375]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Created: 8124]
##   [11:32:43]   [6890227446]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:44]   [6893292047]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Before kernel debugging]
##   [11:32:44]   [6893292612]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Before kernel debugging]
##   [11:32:44]   [6893292713]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:44]   [6893444023]   [DEBUG]   [8184]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Kernel source breakpoints updated]
##   [11:32:44]   [6893444231]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Kernel source breakpoints updated]
##   [11:32:44]   [6893463161]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:44]   [6895874710]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Breakpoint hit]
##   [11:32:44]   [6895874863]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process run suspended]
##   [11:32:44]   [6895875062]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Breakpoint hit]
##   [11:32:44]   [6895953598]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Object selected]
##   [11:32:44]   [6895973567]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Breakpoint Hit: do_wipefilm]
##   [11:32:44]   [6895973645]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:44]   [6895973706]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process run suspended]
##   [11:32:44]   [6895973752]   [DEBUG]   [4400]   [gaPersistentDataManager::onEvent]   [src\gaPersistentDataManager.cpp]   [1809]   [Breakpoint in kernel debugging from thread 7348 (KD thread 7348) identified as KD breakpoint ? Y]
##   [11:32:45]   [6896084416]   [DEBUG]   [4400]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Loading raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:32:45]   [6896084902]   [ERROR]   [4400]   [acDataView::pixelPositionToGridPosition]   [src\acDataView.cpp]   [626]   [Assertion failure (pDataViewItem != 0)]
##   [11:32:45]   [6896106666]   [DEBUG]   [4400]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Loading raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:32:45]   [6896106933]   [ERROR]   [4400]   [acDataView::pixelPositionToGridPosition]   [src\acDataView.cpp]   [626]   [Assertion failure (pDataViewItem != 0)]
##   [11:32:45]   [6896121275]   [DEBUG]   [4400]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Loading raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:32:45]   [6896121507]   [ERROR]   [4400]   [acDataView::pixelPositionToGridPosition]   [src\acDataView.cpp]   [626]   [Assertion failure (pDataViewItem != 0)]
##   [11:32:45]   [6896129328]   [ERROR]   [4400]   [gdDebugApplicationTreeHandler::handleKernelDebuggingSelection]   [src\gdDebugApplicationTreeHandler.cpp]   [7305]   [Assertion failure ((pKernelItemData != 0) && (m_pApplicationTree != 0))]
##   [11:32:45]   [6896138839]   [ERROR]   [4400]   [gdDebugApplicationTreeHandler::handleKernelDebuggingSelection]   [src\gdDebugApplicationTreeHandler.cpp]   [7305]   [Assertion failure ((pKernelItemData != 0) && (m_pApplicationTree != 0))]
##   [11:32:45]   [6896138896]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:45]   [6896139193]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Object selected]
##   [11:32:45]   [6896173922]   [ERROR]   [4400]   [apCLEnumParameter::valueAsString]   [src\apOpenCLParameters.cpp]   [3498]   [Unknown enum:  0x403D]
##   [11:32:45]   [6896173974]   [ERROR]   [4400]   [apCLContextProperties::clPropertyAsString]   [src\apCLContextProperties.cpp]   [234]   [Unknown context property]
##   [11:32:45]   [6896188310]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:32:51]   [6916825816]   [ERROR]   [4400]   [CCodeXLVSPackagePackage::setToolWindowCaption]   [src\Package.cpp]   [1548]   [Assertion failure (pToolWindow != 0)]
##   [11:32:54]   [6924242963]   [DEBUG]   [4400]   [afGetKernelAnalyzerExePath]   [src\afAidFunctions.cpp]   [731]  
##   [11:32:54]   [6924243080]   [DEBUG]   [4400]   [afGetKernelAnalyzerExePath]   [src\afAidFunctions.cpp]   [745]  
##   [11:33:03]   [6950064556]   [DEBUG]   [4400]   [osRawFileSeralizer::writeHeaderToDebugLogFile]   [src\common\osRawFileSeralizer.cpp]   [328]   [Loading raw data file - Associated file path: C:\Users\SYLVAI~1.ROY\AppData\Local\Temp\Monday_15_April_2013-11_32_35\VariableMultiWatch-Execution Mask.grw, Raw file version: 3, Texel data format: OS_TEXEL_FORMAT_VARIABLE_VALUE, Texel data format: OS_UNSIGNED_BYTE, Page width: 2, page height: 2, Pages amount: 1]
##   [11:33:03]   [6950130326]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Second chance exception]
##   [11:33:03]   [6950177694]   [ERROR]   [8184]   [osPipeSocket::read]   [src\win32\osPipeSocket.cpp]   [258]   [Pipe read error (pipe type: osPipeSocketServer)]
##   [11:33:03]   [6950177769]   [ERROR]   [8184]   [osPipeSocket::read]   [src\win32\osPipeSocket.cpp]   [306]   [Pipe read error (pipe type: osPipeSocketServer)]
##   [11:33:03]   [6950177796]   [ERROR]   [8184]   [operator >>]   [src\common\osChannelOperators.cpp]   [566]   [Assertion failure (rc)]
##   [11:33:03]   [6950177828]   [ERROR]   [8184]   [operator >>]   [src\common\osTransferableObject.cpp]   [153]   [Failed to create transferable object of type 284]
##   [11:33:03]   [6950177854]   [ERROR]   [8184]   [operator >>]   [src\common\osTransferableObject.cpp]   [157]   [Assertion failure (rc)]
##   [11:33:03]   [6950178116]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process run suspended]
##   [11:33:03]   [6950178221]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 4788]
##   [11:33:03]   [6950178287]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 5956]
##   [11:33:03]   [6950178347]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 2992]
##   [11:33:03]   [6950178407]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 3328]
##   [11:33:03]   [6950178466]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 6176]
##   [11:33:03]   [6950178529]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 6160]
##   [11:33:03]   [6950178587]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 3396]
##   [11:33:03]   [6950178642]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 7348]
##   [11:33:03]   [6950178699]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 4260]
##   [11:33:03]   [6950178759]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 7916]
##   [11:33:03]   [6950178826]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 8124]
##   [11:33:03]   [6950178891]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 1032]
##   [11:33:03]   [6950178951]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Thread terminated: 5912]
##   [11:33:03]   [6950179015]   [DEBUG]   [6676]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process terminated]
##   [11:33:03]   [6950198619]   [ERROR]   [4400]   [acDataView::pixelPositionToGridPosition]   [src\acDataView.cpp]   [626]   [Assertion failure (pDataViewItem != 0)]
##   [11:33:03]   [6950199107]   [ERROR]   [4400]   [acDataView::pixelPositionToGridPosition]   [src\acDataView.cpp]   [626]   [Assertion failure (pDataViewItem != 0)]
##   [11:33:03]   [6950199233]   [ERROR]   [4400]   [acDataView::pixelPositionToGridPosition]   [src\acDataView.cpp]   [626]   [Assertion failure (pDataViewItem != 0)]
##   [11:33:03]   [6950205049]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Second chance exception]
##   [11:33:03]   [6950205159]   [ERROR]   [4400]   [gdFrameworkConnectionManager::getExceptionEventDetails]   [src\gdFrameworkConnectionManager.cpp]   [131]   [Assertion failure (rcStk)]
##   [11:33:03]   [6950205191]   [ERROR]   [4400]   [gdFrameworkConnectionManager::getExceptionEventDetails]   [src\gdFrameworkConnectionManager.cpp]   [135]   [Assertion failure (rcStk)]
##   [11:33:03]   [6950205909]   [ERROR]   [4400]   [afSendErrorReportDialog::displayErrorReportDialog]   [dialogs\afSendErrorReportDialog.cpp]   [256]   [Function name - File path - Line number - Module path - Function Start address - Module Start address - Instruction counter address
]
##   [11:33:03]   [6950206856]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Second Chance Exception]
##   [11:33:03]   [6950206942]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950207004]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process run suspended]
##   [11:33:03]   [6950207047]   [DEBUG]   [4400]   [gaPersistentDataManager::onEvent]   [src\gaPersistentDataManager.cpp]   [1809]   [Breakpoint in kernel debugging from thread 2992 (KD thread 7348) identified as KD breakpoint ? N]
##   [11:33:03]   [6950208448]   [ERROR]   [4400]   [gdCallsHistoryToolbar::onEvent]   [toolbars\src\gdCallsHistoryToolbar.cpp]   [466]   [Assertion failure (rcFilePath)]
##   [11:33:03]   [6950208504]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950208555]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 4788]
##   [11:33:03]   [6950209039]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 4788]
##   [11:33:03]   [6950209100]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950209152]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 5956]
##   [11:33:03]   [6950210550]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 5956]
##   [11:33:03]   [6950210658]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950210719]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 2992]
##   [11:33:03]   [6950211130]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 2992]
##   [11:33:03]   [6950211190]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950211241]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 3328]
##   [11:33:03]   [6950211683]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 3328]
##   [11:33:03]   [6950211748]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950211799]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 6176]
##   [11:33:03]   [6950212763]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 6176]
##   [11:33:03]   [6950212825]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950212882]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 6160]
##   [11:33:03]   [6950213332]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 6160]
##   [11:33:03]   [6950213396]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950213448]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 3396]
##   [11:33:03]   [6950213889]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 3396]
##   [11:33:03]   [6950213948]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950213999]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 7348]
##   [11:33:03]   [6950214945]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 7348]
##   [11:33:03]   [6950215006]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950215059]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 4260]
##   [11:33:03]   [6950217594]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 4260]
##   [11:33:03]   [6950217670]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950217724]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 7916]
##   [11:33:03]   [6950218763]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 7916]
##   [11:33:03]   [6950218828]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950218882]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 8124]
##   [11:33:03]   [6950219329]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 8124]
##   [11:33:03]   [6950219397]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950219453]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 1032]
##   [11:33:03]   [6950219895]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 1032]
##   [11:33:03]   [6950219955]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950220009]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Thread terminated: 5912]
##   [11:33:03]   [6950220985]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Thread Terminated: 5912]
##   [11:33:03]   [6950221047]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950221101]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Debugged Process terminated]
##   [11:33:03]   [6950221716]   [DEBUG]   [4400]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Breakpoints updated]
##   [11:33:03]   [6950245387]   [ERROR]   [6676]   [osPipeSocket::read]   [src\win32\osPipeSocket.cpp]   [258]   [Pipe read error (pipe type: osPipeSocketServer)]
##   [11:33:03]   [6950245478]   [ERROR]   [6676]   [osPipeSocket::read]   [src\win32\osPipeSocket.cpp]   [306]   [Pipe read error (pipe type: osPipeSocketServer)]
##   [11:33:03]   [6950248297]   [DEBUG]   [3436]   [apEventsHandler::outputRegisteringEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1086]   [Registering event: Debugged Process terminated]
##   [11:33:03]   [6950309737]   [INFO]   [4400]   [vspPackageWrapper::outputMessage]   [src\vspPackageWrapper.cpp]   [168]   [Process Exit]
##   [11:33:03]   [6950309996]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]
##   [11:33:03]   [6950324559]   [DEBUG]   [4400]   [apEventsHandler::outputHandlingEventDebugLogMessage]   [Events\src\apEventsHandler.cpp]   [1069]   [Handling event: Breakpoints updated]
##   [11:33:03]   [6950324654]   [DEBUG]   [4400]   [apEventsHandler::handleDebugEvent]   [Events\src\apEventsHandler.cpp]   [468]   [Event handling ended]

0 Likes