Git Product home page Git Product logo

Comments (4)

bap14 avatar bap14 commented on September 21, 2024 1

@KarthikMadathil I just used your config in my vscode and it worked. The only extra thing you have to remember to do is to enable the debugging in the browser. I tested this using the CMS index controller (for a CMS page).

So it could be one of a few things:

  1. You forgot to enable the XDebug browser extension to send the XDebug request header(s)
  2. You're seeing a cached page and because of that your code isn't being hit
  3. Your code just isn't being hit because of some other issue (bad route, not being included on the page, etc.)

from warden.

KarthikMadathil avatar KarthikMadathil commented on September 21, 2024

@bap14

You forgot to enable the XDebug browser extension to send the XDebug request header(s)

https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc
This is already installed

You're seeing a cached page and because of that your code isn't being hit

I just disabled all and tried again stil itsnt getting

Your code just isn't being hit because of some other issue (bad route, not being included on the page, etc.)

May be. I ve earlier installed php with apache, and MySQL manually like a dev environment and while using so I could use debug.But with warden isn't possible
The page is serving properly and changes are reflected but Dubugger isn't caching

Can you help me fixing this issue ?

from warden.

manuelson avatar manuelson commented on September 21, 2024

for me is worked. Please review your configurations

from warden.

vishalbytes avatar vishalbytes commented on September 21, 2024

Hey @KarthikMadathil ,
Can you check if your ufw is active or not by running:
sudo ufw status verbose
If it is active than try disabling it by running:
sudo ufw disable

It worked for me. Let me know if it works for you or not.

from warden.

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.