Hello,
I am using Rapid PHP 2010, version 10.02, on Windows XP SP2, Apache 2.2, PHP 5.2.8.8.
Let's say that I start the previewing "index.php." Once I click submit, the page is posted to "page2.php." I want to put a breakpoint in "page2.php" about 1/4 of the way down into the page so I can step through the code at that point. However, I want to start the preview on "index.php" and when it is submitted, it will go to "page2.php" as it is supposed to, but I want it to break at the breakpoint.
So far I can only get the breakpoint feature to work if I start the preview on "page2.php."
Any ideas?
Thanks in advance!
How do you use a Breakpoint on a different page?
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;
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: How do you use a Breakpoint on a different page?
In debugger settings make sure you have enabled "Listen to external sessions". It is recommended to use web browser output mode and leave other settings intact. Important requirement is to use Run command for your first file, it should open web browser and you can go on from there. And also you should have your firewall turned off for WeBuilder / Rapid PHP.