![]() |
| Very long strings in local variables |
|
Site Admin
|
I don't know any better solution for developing such scripts where you deal with large variables, but arranging environment as closer as possible to your front-end IDE, preferably on local desktop or on a locally running VM.
You may also want to think about storing large values by chunks in a locally running cache or something like that instead of PHP. |
||||||||||||
|
_________________ The PHP IDE team |
|||||||||||||
|
Wouldn't it be possible to have the debugger displaying (and thus transferring) only small excerpts of these long variables, along with the actual length, and include in the display zone for example a button for viewing the whole contents, only if needed, in a hex viewer window ? (it would be useful anyway to be able to view any string in a hex viewer window, even if it is short). As a hex viewer window is expected to be scrollable, this wouldn't require transferring the whole string across the network, only the viewed parts would have to be copied from the server to the IDE. Gingko |
||||||||||||||
|
|
|||||||||||||||
|
Site Admin
|
Debugger shipped with PhpED 18 comes with significant improvements in handling large values. Have you got a chance to try v18 or v19?
As of what you suggested, thanks, we already have similar plans for near future. |
||||||||||||
|
_________________ The PHP IDE team |
|||||||||||||
|
Gingko |
||||||||||||||
|
|
|||||||||||||||
| Very long strings in local variables |
|
||
|
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by


RSS2 Feed