Issue 252: Fix file-line and class-function comparison in Debug.cpp
Status:  Fixed
Owner: ----
Closed:  Sep 2013
Reported by damjan.cvetko@gmail.com, Sep 8, 2013
Breakpoints currently don't work because FindFileLineBreakpoint and FindClassFunctionBreakpoint use pointer based comparison instead of strcmp.

Debug.cpp:1395 and Debug.cpp:1409 need to be changed to strcmp.

As a potential hot-spot there should be done additional optimizations in this area.
Sep 11, 2013
Project Member #1 gameh...@gmail.com
Should be done now
Status: Fixed