neoConsole plugin provides a debugging tool using an in-app Console.


Based on:
https://github.com/Tencent/vConsole

V: 1.0

Description

The neoConsole plugin for VisualNEO Web provides an in-app debugging console, enhancing the ability to monitor and troubleshoot applications directly within the app interface. It leverages Tencent’s vConsole library, known for its lightweight debugging capabilities, which is particularly useful for mobile web applications. Here’s an overview of its core commands and functionalities:

    • Initialization and Theme Customization:
      • neoConsoleInit themeColor: Initializes the console and sets the theme color to customize its appearance. This feature lets developers adapt the console’s visual style to match the app’s design.
    • Visibility Controls:
      • neoConsoleShow and neoConsoleHide: Show or hide the neoConsole panel, allowing developers to control when the console is visible. This feature is ideal for toggling the console during specific app states or debugging sessions.
      • neoConsoleShowSwitchButton and neoConsoleHideSwitchButton: Show or hide a switch button for quick access to the console, giving users or testers the option to view console logs when needed without manually enabling the console each time.
    • Console Deletion:
      • neoConsoleDestroy: Completely removes the console from the application, which can be useful once debugging is complete to ensure no unnecessary scripts run in production.

The neoConsole plugin is particularly beneficial for mobile and web developers who need a simple yet effective tool for real-time debugging, logging, and performance monitoring within VisualNEO Web applications, making it a valuable addition for testing and quality assurance processes.


neoConsoleInit

Purpose:

Initializes neoConsole

Category:

neoConsole

Syntax:

neoConsoleInit themeColor

 

themeColor

Theme

 

neoConsoleDestroy

Purpose:

Delete neoConsole panel

Category:

neoConsole

Syntax:

neoConsoleDestroy

 

 

neoConsoleShow

Purpose:

Show neoConsole panel

Category:

neoConsole

Syntax:

neoConsoleShow

 

 

neoConsoleHide

Purpose:

Hide neoConsole panel

Category:

neoConsole

Syntax:

neoConsoleHide

 

 

neoConsoleShowSwitchButton

Category:

neoConsole

Syntax:

neoConsoleShowSwitchButton

 

 

neoConsoleHideSwitchButton

Category:

neoConsole

Syntax:

neoConsoleHideSwitchButton

Created with the Personal Edition of HelpNDoc: Leave the tedious WinHelp HLP to CHM conversion process behind with HelpNDoc