Code Monkey home page Code Monkey logo

Comments (7)

torkiljohnsen avatar torkiljohnsen commented on August 15, 2024

Got the same issue.

from sublimexdebug.

PaddyLock avatar PaddyLock commented on August 15, 2024

I still have the same issue too. Also I'm not sure where to look for logs to get any information on errors. Can anyone shed any light on which file you are supposed to start debugging from and whether it mattters? After it loads the site in a browser I get the message to reload the page to debug, does this mean in the browser? with the same url? what is the purpose of reloading the page? it has no effect.

from sublimexdebug.

guillaumeparis2000 avatar guillaumeparis2000 commented on August 15, 2024

I have the same issue on Linux Mint Debian Edition. When i start the debugger a new tab is opened in my browser with the good url and the web loading is blocked and the sublime xdebug tabs are empty.

from sublimexdebug.

sir-oliver avatar sir-oliver commented on August 15, 2024

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?

from sublimexdebug.

dlip avatar dlip commented on August 15, 2024

I have the same issue on ubuntu mint mate edition. Maybe something to do with file path mapping (web server file location vs local)?

from sublimexdebug.

dlip avatar dlip commented on August 15, 2024

It was file mapping in my case this comment helped

#42 (comment)

from sublimexdebug.

jp61 avatar jp61 commented on August 15, 2024

probably it helps
check if you have xdebug installed , you can check via browser

if you find text part

with Xdebug v2.3.2, Copyright (c) 2002-2015, by Derick Rethans

then xdebug you have got right installed, then just configure it all

in browser add plugin / extension xdebug helper
in php.ini do not forget to set xdebug.remote_enable=1
in hypertext address add ?XDEBUG_SESSION_START=sublime.xdebug
then
in sublime
add some breakpoint in your code
tools -> xdebug -> stop / start debugging
in browser run your page with additional part ?XDEBUG_SESSION_START=sublime.xdebug
run

from sublimexdebug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.