I have tried to read all faq i could find - but still struggling with this one for days now.
I'm using a separate Apache web server and remote debug using ssh tunneling.
Debugging separate php programs works as supposed, but when trying to debug modules in Joomla - I'm lost
I have a project sett up for my Joomla code, and "Project Settings wizard" is telling me that all is working nicely.
If I enable "stop at first line" - it loads the index.php module - I get the blue dots - and I'm able to step etc from there.
(I have the starting file sett up as index.php, as pressing "Run in debugger" do start the index.php.
But - trying to set a break point - or run to cursor in a module is not working - nothing happens.
I know the module is running (trying the plugins/authentication/joomla.php ) as I'm working on a similar auth module.
And yes - I know I have the break point on a executable line.
So - the BIG question - How to
How to debug a module - and not to have to step through all the code from the start to get into the module.
No blue dots in the editor when looking at a module - this is probably right - as the blue dots only shows up in the module/code that is running at the moment - right ?
Running last version of everything and no error messages found anywhere!
Hope anyone could give me hint to solve my mystery !
regards
Steinar