You have identified a slow feature using Visual Expert or as a result of user feedback.
Generate a trace of your PowerBuilder code to identify at a glance the lines that consume the most time in your business process.
Visual Expert delivers relevant, readable results by displaying in the treeview only those elements that consume the most time in a process.
The most time-consuming code is highlighted in red in the source code view, along with the percentage of execution time for the line in question.
VE Web is a web-based interface enabling remote access to Visual Expert's features for code analysis, report generation, and project management without needing the desktop application. It supports collaboration and account management from any location with internet access.
Key Advantages of the Visual Expert Web
Export the result of Visual Expert code inspection and integrate them in your DevOps platform.
You get a complete overview of your project including code review output without opening Visual Expert.
Define code inspection thresholds to customize code review results and ensure a balance between code quality and security, and practical considerations.
Visual Expert integrates a set of specific rules to complement the information provided by the PB Migration Assistant.
Automatically identify code that is no longer supported in this milestone version of PowerBuilder.
Visual Expert 2024 now features a Quick Search functionality that displays results in the form of a simple list in the treeview.
Easily locate and access the string you are looking for by using the various markers added to the source code view.
Assess the impact of a change in your code
Estimate what you should modify to accomplish a change.
Don't break your application after a change!
Identify and fix Security issues in your code:
Generate a CRUD matrix showing which programs access your data.
For instance, which DW or Procedures Create/Read/Update/Delete which Tables.
Visual Expert generates:
Create reference manuals in HTML
Update your documentation on a regular basis (scheduled job).
Document the references in your code and navigate between these using hyperlinks.
Share knowledge with teammates.
Cleanup the code. Streamline maintenance efforts. Avoid unexpected behavior.
Find slow pieces of code. Remove Bottlenecks
Compare 2 versions of your DB or application:
Explore the application structure. Understand its inner working.
When maintaining complex Applications, you may need to learn more about the code.
In such cases, Visual Expert is the perfect companion for PowerBuilder.
Navigate in your code via hyperlinks: each reference comes with a link to the referenced item.
Tooltips provide useful information about objects, methods and variables.
Explore inheritance dependencies between PB objects.
Lots of advanced feature will screen your code under various angles.
Visual Expert Global Search addresses common shortcomings:
String searches often return lots of results. They are usually tedious and unproductive.