Issue 264: Compile failed using Debugger
Status:  New
Owner: ----
Reported by zaynya...@gmail.com, Nov 16, 2013
What steps will reproduce the problem?
1. Build app for native target with HXCPP_DEBUGGER enabled and using Debugger class

What is the expected output? What do you see instead?
Should builds ok
I get
/home/gordev/apps_dev/third_party/hxcpp-read-only//src/hx/Debug.cpp: In function ‘void __hxcpp_on_line_changed()’:
/home/gordev/apps_dev/third_party/hxcpp-read-only//src/hx/Debug.cpp:1758:6: error: redefinition of ‘void __hxcpp_on_line_changed()’
 void __hxcpp_on_line_changed()
      ^
/home/gordev/apps_dev/third_party/hxcpp-read-only//src/hx/Debug.cpp:1740:6: error: ‘void __hxcpp_on_line_changed()’ previously defined here
 void __hxcpp_on_line_changed()
      ^
/home/gordev/apps_dev/third_party/hxcpp-read-only//src/hx/Debug.cpp: In function ‘void __hxcpp_execution_trace(int)’:
/home/gordev/apps_dev/third_party/hxcpp-read-only//src/hx/Debug.cpp:1936:12: error: ‘gBreakpoints’ is not a member of ‘hx’
           !hx::gBreakpoints->IsEmpty() || (hx::gStepType != hx::STEP_NONE) ||
            ^
/home/gordev/apps_dev/third_party/hxcpp-read-only//src/hx/Debug.cpp:1936:44: error: ‘gStepType’ is not a member of ‘hx’
           !hx::gBreakpoints->IsEmpty() || (hx::gStepType != hx::STEP_NONE) ||

What version of the product are you using? On what operating system?
r812

Please provide any additional information below.