SublimeXdebug
SublimeXdebug copied to clipboard
global CLASS::function() are skipped by the cursor
When debugging code that has some global class member calls, such as CLASS::memeber_function($a), the cursor skip that line but it actually executed, which leads to the cursor be positioned in odd places after that, as it gets offset.