Search found 5 matches
- Sun Dec 14, 2008 12:54 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PHP Debug: Improvement and propably a bug
- Replies: 5
- Views: 24573
PHP Debug: Improvement and propably a bug
Would be nice to have a small improvement: An option in the debugger settings to start debugging from the first line or a specified page (or the first "index" page from the project). Also it would be nice to have this debugger settings stored with the project settings. (debugging on own webserver ...
- Mon Dec 08, 2008 2:41 pm
- Forum: Announcements
- Topic: Update: 2008 v9.3.0.101
- Replies: 5
- Views: 7855
Re: Update: 2008 v9.3.0.101
Nice work!
A short test shows, that debugging of PHP pages seems now to work as expected.
Is there a chance to get a mail when a new version is released? (I cannot remember to received such a mail.)
A short test shows, that debugging of PHP pages seems now to work as expected.
Is there a chance to get a mail when a new version is released? (I cannot remember to received such a mail.)
- Wed Nov 19, 2008 12:00 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Autosave function
- Replies: 4
- Views: 2756
Re: Autosave function
autosave.... Mmh... Yes its more a must have for a not very stable application ;) Better is something like a total recall if you close the application and reopen it and you will have the last project/file, workset etc. loaded, so you can continue with your work at the same place. But at this time ...
- Mon Nov 17, 2008 12:49 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Codeexplorer bug for Javascript
- Replies: 1
- Views: 1463
Codeexplorer bug for Javascript
In the Code Explorer a method of a class is shown as a separate function and not with the scope of the class. Take this example: function MyClass(){ this.myvar = "message"; this.clickMe= function(){ alert(this.myvar); } } } The Code Explorer should show the function "clickMe" as a child node of the ...
- Sun Nov 16, 2008 9:23 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: PHP debugging is buggy
- Replies: 1
- Views: 1463
PHP debugging is buggy
Debugging on a webserver with Xdebug installed wont work correctly when inside the script a form is used. If the submit button is pushed and the page is reloaded, the debug-session seems to end. May be there is something wrong how the debug session is handled by Webuilder with the external browsers ...