Hi Everybody,
I'm using RapidPHP 17.3 (17.3.0.244)
PHP version: 7.4.26
Xdebug version 3.1.4
When I load a "*.php" script and attempt to use the deBug tools, The "RUN"; "STOP"; and "TOGGLE BREAKPOINT" buttons are active, but the "STEP OVER"; "STEP INTO"; and "STEP OUT" buttons are all grayed-out and in-active. How can I correct this? ( I want to see how each line will affect variable contents).
A second question would be to ask if there is a resource or manual I can use to learn how to use Xdebug?
Using the deBug
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Re: Using the deBug
You need to create a breakpoint and once the debugger stops at the line, the "step" actions will become active.
The built-in webserver and PHP have X-Debug configured but if you use your own, you will need to configure it to work with RapidPHP.
The built-in webserver and PHP have X-Debug configured but if you use your own, you will need to configure it to work with RapidPHP.
Blumentals Software Programmer