SublimeXdebug icon indicating copy to clipboard operation
SublimeXdebug copied to clipboard

global CLASS::function() are skipped by the cursor

Open hanoii opened this issue 12 years ago • 0 comments

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.

hanoii avatar Nov 29 '12 18:11 hanoii