Oliver

Results 3 comments of Oliver

@nathanjovin to address the local/remote issue i patched some lines in "def callback(self, state)" ``` if child.nodeName == 'xdebug:message': remote_path = child.getAttribute('filename') local_path = remote_path.replace( "///", "///your/local/prefix/" ) sublime.status_message('Xdebug: breakpoint')...

Same issue here, but when I use MacGDB (https://www.bluestatic.org/software/macgdbp/) everything works fine. Maybe a problem in the Sublime Xdebug Package?

The slider works fine but Bootstrap 5 has changed the markup of the tooltip, so the arrow does not work anymore. The arrow element now has the class `tooltip-arrow` instead...