evaluating » Developer.Team

Delphi 10.3.3 Android Debugger Patch

Delphi 10.3.3 Android Debugger Patch
Delphi 10.3.3 Android Debugger Patch


We've just released a patch for Delphi 10.3.3, addressing the following issues when debugging Android 64-bit applications on Android devices:

RSP-26704 Debugging 64 bit Android application hangs the IDE
RSP-26824 Breakpoints do not work in Android 64 project
RSP-26774 Unable to start GDB kernel after switching from debugging 32 to 64 Android
plus a number of internally reported issues including issues in the following areas:
evaluating expressions or variables
connecting to an Android device
slowdown of a debugged app when the debugger is attached
handling very large source files
switching threads from the Threads view
displaying memory in the CPU view
and others.
Read more

Bestcode bcParserPHP 1.6

Bestcode bcParserPHP 1.6
Bestcode bcParserPHP 1.6 | 31 kB


mathparser.php implements a MathParser class that parses and evaluates math formulas given as strings at runtime. PHP already has an eval() function for similar purposes. However eval() has security problems where a user supplied expression can cause havoc when executed on a web server or elsewhere. bcParserPHP works around this problem by parsing and evaluating the mathematical expression without using eval() function. bcParserPHP is tested with PHP version 5.2.9 and 5.6.8. The library utilizes newer PHP constructs such as classes, constructors, exceptions.
Read more