singe step

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
erik
Posts: 3
Joined: Mon Feb 12, 2007 10:40 pm

singe step

Post by erik »

Hello,
Talking to a friend (prof. software programmer) of my about a mistake in php code I made. He asked if it was possible to singe step the code.
I think not but mybe its possible. But PHP error handeling says error at line x found. I'm just a starter and say something stupid before I think. So don't blame me for saying something stupid.
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Post by chrisjlocke »

Because the code is run by the server, you can't 'single step' through the lines of code. Its not your machine thats running it, but the server. You can debug it by placing stop points through it, but you can't halt and continue it, like you can when developing on a local machine.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Soon there shall be debugger in Rapid PHP too.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply