Search found 2 matches
- Mon Nov 16, 2015 10:46 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP 2015 debugging session freezes
- Replies: 2
- Views: 3983
Rapid PHP 2015 debugging session freezes
Good morning! I have a problem with debugger in Rapid PHP 2015 / 13.5 (13.5.0.169) - debugging section freezes in specific place of my code (there is beginning of the index.php file): namespace nsBoard\Base; GLOBAL $nsBoard_dir; $nsBoard_dir = getcwd(); $lastPos = -1; $currPos = 0; while( ( $currPos ...
- Mon Nov 16, 2015 10:41 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Rapid PHP debugger issue - watches do not display data
- Replies: 1
- Views: 2142
Rapid PHP debugger issue - watches do not display data
Good morning! I encountered problem with Rapid PHP debugger - the watches window does not display variable contents. When I enter a variable name, column "type" and "data" stays empty, although the debugger is running correctly (there are variable content correctly displayed in context pop-up ...