CN102073581B - A kind of output intent of Debugging message and system - Google Patents

A kind of output intent of Debugging message and system Download PDF

Info

Publication number
CN102073581B
CN102073581B CN200910238728.7A CN200910238728A CN102073581B CN 102073581 B CN102073581 B CN 102073581B CN 200910238728 A CN200910238728 A CN 200910238728A CN 102073581 B CN102073581 B CN 102073581B
Authority
CN
China
Prior art keywords
output
debugging message
attribute
internal memory
inserter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN200910238728.7A
Other languages
Chinese (zh)
Other versions
CN102073581A (en
Inventor
郭红艳
沈季
廖健
陈丽爱
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Digital Video Beijing Ltd
Original Assignee
China Digital Video Beijing Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Digital Video Beijing Ltd filed Critical China Digital Video Beijing Ltd
Priority to CN200910238728.7A priority Critical patent/CN102073581B/en
Publication of CN102073581A publication Critical patent/CN102073581A/en
Application granted granted Critical
Publication of CN102073581B publication Critical patent/CN102073581B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a kind of output intent of Debugging message, comprising: preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute; When described program is run, export current Debugging message when meeting pre-conditioned, described pre-conditioned be that described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message is that needs export.The present invention can make the restriction checked not by current programming or debugging enironment of Debugging message, the operation of the developer that simplifies procedures.

Description

A kind of output intent of Debugging message and system
Technical field
The present invention relates to the technical field of computer log process, particularly relate to a kind of output intent of Debugging message and a kind of output system of Debugging message.
Background technology
Debugging refers to after programmed, carries out the process of debugging and misarrangement by various means.Not only show on completing of normal function as program correctness, the more important thing is the correct process to fortuitous event.In order to debug a program, first must make to comprise Debugging message in program.
Be well known that, the debugging efforts of system mainly carries out under Debug version, and externally issue work is mainly carried out under Release version, therefore, Debugging message can only export usually under Debug version, and under Release version, can only log, the displaying of ruuning situation cannot be carried out.
And; in the exploitation debug process of reality; often can run into such problem; namely under Debug version, program normal operation, and under Release version; but there is the situation of fatal mistake in program; even cause system crash, in this case, application developer also wishes to check Debugging message under Release version.
Summary of the invention
Technical matters to be solved by this invention is to provide a kind of output intent and system of Debugging message, to make the restriction checked not by current programming or debugging enironment of Debugging message, the operation of the developer that simplifies procedures.
In order to solve the problems of the technologies described above, the embodiment of the invention discloses a kind of output intent of Debugging message, comprising:
Preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute;
When described program is run, export current Debugging message when meeting pre-conditioned, described pre-conditioned be that described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message is that needs export.
Preferably, described Debugging message comprises the Debugging message of multiple grouping; The first the attribute whether Debugging message that described output attribute comprises present procedure exports and the second attribute whether each schedule information of dividing into groups exports; The step of described output Debugging message comprises further:
When described program is run, open described configuration file and judge whether described first attribute is needs output, if so, then judges whether described Debugging message output inserter is triggered;
If so, then judge whether the second attribute recorded in described configuration file is needs output, if so, then exports current Debugging message.
Preferably, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode of current interface display, and the step of described output Debugging message comprises further:
Export current Debugging message to internal memory;
Described Debugging message output inserter reads described Debugging message from internal memory, shows in current interface.
Preferably, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode shown in new window, and the step of described output Debugging message comprises further:
Export current Debugging message to internal memory;
Described Debugging message output inserter creates a new window, and reads described Debugging message from internal memory, shows in described new window.
Preferably, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode recorded in journal file, and the step of described output Debugging message comprises further:
Export current Debugging message to internal memory;
Described Debugging message output inserter creates a journal file, and reads described Debugging message from internal memory, writes in described journal file.
The embodiment of the invention also discloses a kind of output system of Debugging message, comprising:
Preset module, for preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute;
Output processing module, for when described program is run, exports current Debugging message when meeting pre-conditioned, describedly pre-conditionedly be, described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message is needs output.
Preferably, described Debugging message comprises the Debugging message of multiple grouping; The first the attribute whether Debugging message that described output attribute comprises present procedure exports and the second attribute whether each schedule information of dividing into groups exports; Described output processing module comprises further:
First judges submodule, for when described program is run, opens described configuration file and judges whether described first attribute is needs output, if so, then triggers second and judges submodule;
Second judges submodule, for judging whether described Debugging message output inserter is triggered, if so, then triggering the 3rd and judging submodule;
3rd judges submodule, for judging whether the second attribute recorded in described configuration file is needs output, if so, then triggers output sub-module;
Output sub-module, for exporting current Debugging message.
Preferably, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode of current interface display, and described output processing module comprises further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Interface display submodule, for reading described Debugging message by described Debugging message output inserter from internal memory, shows in current interface.
Preferably, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode shown in new window, and described output processing module comprises further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Window display sub-module, for creating a new window by described Debugging message output inserter, and reading described Debugging message from internal memory, showing in described new window.
Preferably, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode recorded in journal file, and described output processing module comprises further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Log recording submodule, for creating a journal file by described Debugging message output inserter, and reading described Debugging message from internal memory, writing in described journal file.
Compared with prior art, the present invention has the following advantages:
The present invention passes through preset Debugging message output inserter, and, for the Debugging message of recording program therefor and the Debugging message output profiles of corresponding output attribute, described configuration file; When the program is run, if described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message exports for needs, then export current Debugging message.Owing to exporting the independence of Debugging message, thus make application developer no matter at Debug version or under Release version, simply can check Debugging message.Even if for source program no problem under Debug version, but the situation of fatal mistake is there is under Release version, also can directly check under Release version, thus play assistant adjustment, improve debugging efficiency, show and record the effect of Debugging message better, with the operation of the developer that simplifies procedures further, make application developer can check running status and the investigation problem of system the very first time.
Accompanying drawing explanation
Fig. 1 is the flow chart of steps of the output intent embodiment of a kind of Debugging message of the present invention;
Fig. 2 is the structured flowchart of the output system embodiment of a kind of Debugging message of the present invention.
Embodiment
For enabling above-mentioned purpose of the present invention, feature and advantage become apparent more, and below in conjunction with the drawings and specific embodiments, the present invention is further detailed explanation.
The present invention can be used in numerous general or special purpose computing system environment or configuration.Such as: multicomputer system, server, network PC, small-size computer, mainframe computer, the distributed computing environment comprising above any system or equipment etc.
The present invention can describe in the general context of computer executable instructions, such as program module.Usually, program module comprises the routine, program, object, assembly, data structure etc. that perform particular task or realize particular abstract data type.Also can put into practice the present invention in a distributed computing environment, in these distributed computing environment, be executed the task by the remote processing devices be connected by communication network.In a distributed computing environment, program module can be arranged in the local and remote computer-readable storage medium comprising memory device.
In the process of programming and debugging, usually need to export some Debugging message, facilitate application developer to understand the ruuning situation of program, so that debugging.But these information, do not have meaning to the real user of program.So program is divided into debug version or release version by prior art, then only in debug version, export these information, and the output of these information of total ban in release version.But in some cases, Debug version and Release version program operation result different.Such as, under Debug version, program normal operation, and under Release version, program but fatal system mistake may occur due to various problems, cause and illegally exit, in this case, application developer often wishes also can check corresponding Debugging message, addresses that need, and inventor herein creatively proposes a kind of Debugging message of the restriction of current programming or debugging enironment that is not subject to and exports mechanism.
With reference to figure 1, show the process flow diagram of a kind of Debugging message output intent embodiment 1 of the present invention, specifically can comprise the following steps:
Step 101, preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute;
Step 102, when described program is run, export current Debugging message when meeting pre-conditioned, described pre-conditioned be that described Debugging message output inserter is triggered, and the output attribute of corresponding Debugging message is needs output in described configuration file.
In specific implementation, described Debugging message can comprise the Debugging message of multiple grouping; The first the attribute whether Debugging message that described output attribute can comprise present procedure exports and the second attribute whether each schedule information of dividing into groups exports; In this case, described step 102 may further include following sub-step:
Sub-step S11, when described program is run, open described configuration file and judge whether described first attribute is that needs export, if so, then execution sub-step S2;
Sub-step S12, judge whether described Debugging message output inserter is triggered, if so, then perform sub-step S3;
Sub-step S13, judge whether the second attribute of recording in described configuration file is that needs export, and if so, then exports current Debugging message.
Specifically, the information needing debugging can be write in arbitrary exploitation program.These Debugging message are groupings (can divide into groups according to the demand of commissioning staff), and the Debugging message of this grouping, when described program triggers, can write in the corresponding Debugging message output profiles of this program.In embodiments of the present invention, the grouping of Debugging message is that related commissioning personnel extract the information required for it effectively and quickly for convenience.
A kind of example code of Debugging message output profiles structure is below provided:
Output=TRUE;
LOG=TRUE;
Rendering=FALSE;
Cal=TRUE;
Wherein, Output represents the Debugging message (the first attribute) whether exporting present procedure; LOG represents whether output information writes journal file log, or real-time exhibition Rendering, Cal are the Debugging message groups (the second attribute) representing current write; TRUE represents to be needed to export, and FALSE represents and do not export.
Whether these Debugging message export also depends on another Debugging message output inserter.Be well known that, plug-in unit is the program that a kind of application programming interfaces following certain specification are write out, and in the application of many man-machine interactions, plug-in unit can correspond directly to the operation of user and be triggered, thus directly calls corresponding program.In this case, when the program is run, described Debugging message output profiles can be opened, judge whether to need to export Debugging message (Output=TRUE?), if, program can judge whether this Debugging message output inserter is triggered further, if, then show that present procedure can export Debugging message, now, read the current output attribute needing the Debugging message group exported further again, if read group information to be set to need to export, in one preferred embodiment of the invention, Debugging message just can output to shared drive, otherwise just ignore.
In practice, if Debugging message output inserter is not triggered, so the Debugging message of program can not be write in shared drive, when program is issued, or, when program do not want to debug or log time, also can not form extra burden.
After Debugging message outputs to shared drive, can be read by Debugging message output inserter further.Process after Debugging message output inserter reads can comprise, and current display interface is shown, shows in real time in new window, the Debugging message write journal file that also can will read.Meanwhile, described Debugging message output profiles can also read out by this Debugging message output inserter, allows debugging technique personnel arrange, such as, only show the Debugging message of certain grouping, and the Debugging message of other grouping is closed and do not shown etc.
Namely as a preferred embodiment of the present invention, described output attribute can also comprise the attribute of the way of output, the described way of output can be included in the mode of current interface display, and in this case, described step 102 may further include following sub-step:
Sub-step S21, export current Debugging message to internal memory;
Sub-step S22, described Debugging message output inserter read described Debugging message from internal memory, show in current interface.
As another kind of preferred embodiment of the present invention, described output attribute can also comprise the attribute of the way of output, the described way of output can be included in the mode shown in new window, and in this case, described step 102 may further include following sub-step:
Sub-step S31, export current Debugging message to internal memory;
Sub-step S32, described Debugging message output inserter create a new window, and read described Debugging message from internal memory, show in described new window.
As another preferred embodiment of the present invention, described output attribute can also comprise the attribute of the way of output, the described way of output can be included in the mode recorded in journal file, and in this case, described step 102 may further include following sub-step:
Sub-step S41, export current Debugging message to internal memory;
Sub-step S42, described Debugging message output inserter create a journal file, and read described Debugging message from internal memory, write in described journal file.
Be well known that, daily record (log) is used to store and the ruuning situation of register system and Debugging message, and these information, for application developer, are the Main Basiss checking system running state and the problem of investigation.Such as, in subtitle making system there is collapse case in application program, so just can find corresponding record from application event daily record, thus help person skilled analysis and deal with problems.
The application embodiment of the present invention, when commissioning staff needs log or checks Debugging message, by opening Debugging message output inserter, the Debugging message needing to export present procedure is set in configuration file, and pick out the current grouping Debugging message needing to export, and output to journal file and still show in real time in current interface or window, then run current exploitation program, just can see Debugging message in current interface or window, or finding Debugging message from daily record.Be appreciated that and the invention is not restricted to use under Debug version, can use equally under Release version, not only support to export in real time, and support log recording, the way of output can flexible configuration; Further, the operation that the present invention carries out display information or writes the cost sources such as daily record has all been shifted onto in another program (plug-in unit process) and has been carried out, and decreases the interference to normal program operation; In addition, the present invention, when not needing to export Debugging message, does not almost have overhead, does not affect resource occupation and the speed of the operation of Release version.
It should be noted that, for aforesaid embodiment of the method, in order to simple description, therefore it is all expressed as a series of combination of actions, but those skilled in the art should know, the present invention is not by the restriction of described sequence of movement, because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in instructions all belongs to preferred embodiment, and involved action and module might not be that the present invention is necessary.
With reference to figure 2, show the structured flowchart of the output system embodiment of a kind of Debugging message of the present invention, specifically can comprise with lower module:
Preset module 201, for preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute;
Output processing module 202, for when described program is run, exports current Debugging message when meeting pre-conditioned, describedly pre-conditionedly be, described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message is needs output.
In specific implementation, described Debugging message can comprise the Debugging message of multiple grouping; The first the attribute whether Debugging message that described output attribute can comprise present procedure exports and the second attribute whether each schedule information of dividing into groups exports; In this case, described output processing module 202 may further include following submodule:
First judges submodule, for when described program is run, opens described configuration file and judges whether described first attribute is needs output, if so, then triggers second and judges submodule;
Second judges submodule, for judging whether described Debugging message output inserter is triggered, if so, then triggering the 3rd and judging submodule;
3rd judges submodule, for judging whether the second attribute recorded in described configuration file is needs output, if so, then triggers output sub-module;
Output sub-module, for exporting current Debugging message.
In one preferred embodiment of the invention, described output attribute can also comprise the attribute of the way of output, and the described way of output can be included in the mode of current interface display, and described output processing module 202 comprises following submodule further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Interface display submodule, for reading described Debugging message by described Debugging message output inserter from internal memory, shows in current interface.
In another preferred embodiment of the invention, described output attribute can also comprise the attribute of the way of output, and the described way of output can be included in the mode shown in new window, and described output processing module 202 comprises following submodule further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Window display sub-module, for creating a new window by described Debugging message output inserter, and reading described Debugging message from internal memory, showing in described new window.
In another preferred embodiment of the present invention, described output attribute can also comprise the attribute of the way of output, and the described way of output can be included in the mode recorded in journal file, and described output processing module 202 comprises following submodule further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Log recording submodule, for creating a journal file by described Debugging message output inserter, and reading described Debugging message from internal memory, writing in described journal file.
In specific implementation, described Debugging message output inserter module is run under Debug or Release version.
Because the present embodiment is substantially corresponding to preceding method embodiment, therefore not detailed part in the description of the present embodiment, see the related description in previous embodiment, just can not repeat at this.
Under the programmed environment that the present invention preferably can be applied in film titler or debugging enironment.Film titler is a kind of specialized equipment of television program designing, and generally speaking, by PC, film titler adds that the subtitle superposition card of specialty and corresponding subtitle making system form, be used for stacking diagram's word curtain in vision signal.Subtitle making system controls captions exactly and is added in which way on background frame, with the instrument that user is mutual; After having had computing machine and captions software, need one and background frame can be allowed to input, and after overlapping text, the final equipment exported with credit video.Want receiver, video to enter, then video frequency output, be need other optional equipments in addition, subtitle superposition card is exactly such equipment.
Above the output intent of a kind of Debugging message provided by the present invention and a kind of output system of Debugging message are described in detail, apply specific case herein to set forth principle of the present invention and embodiment, the explanation of above embodiment just understands method of the present invention and core concept thereof for helping; Meanwhile, for one of ordinary skill in the art, according to thought of the present invention, all will change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (8)

1. an output intent for Debugging message, is characterized in that, comprising:
Preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute;
When described program is run, export current Debugging message when meeting pre-conditioned, described pre-conditioned be that described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message is that needs export; Described Debugging message comprises the Debugging message of multiple grouping, often organizes Debugging message and is written in Debugging message output profiles corresponding to program when corresponding program triggers;
Wherein, the first the attribute whether Debugging message that described output attribute comprises present procedure exports and the second attribute whether each Debugging message divided into groups exports; The step of described output Debugging message comprises further:
When described program is run, open described configuration file and judge whether described first attribute is needs output, if so, then judges whether described Debugging message output inserter is triggered;
If be triggered, then judge whether the second attribute recorded in described configuration file is needs output, if desired exports, then exports current Debugging message.
2. the method for claim 1, is characterized in that, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode of current interface display, and the step of described output Debugging message comprises further:
Export current Debugging message to internal memory;
Described Debugging message output inserter reads described Debugging message from internal memory, shows in current interface.
3. the method for claim 1, is characterized in that, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode shown in new window, and the step of described output Debugging message comprises further:
Export current Debugging message to internal memory;
Described Debugging message output inserter creates a new window, and reads described Debugging message from internal memory, shows in described new window.
4. the method for claim 1, is characterized in that, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode recorded in journal file, and the step of described output Debugging message comprises further:
Export current Debugging message to internal memory;
Described Debugging message output inserter creates a journal file, and reads described Debugging message from internal memory, writes in described journal file.
5. an output system for Debugging message, is characterized in that, comprising:
Preset module, for preset Debugging message output inserter, and, Debugging message output profiles, described configuration file is used for the Debugging message of recording program therefor and corresponding output attribute;
Output processing module, for when described program is run, exports current Debugging message when meeting pre-conditioned, describedly pre-conditionedly be, described Debugging message output inserter is triggered, and in described configuration file, the output attribute of corresponding Debugging message is needs output; Described Debugging message comprises the Debugging message of multiple grouping, often organizes Debugging message and is written in Debugging message output profiles corresponding to program when corresponding program triggers;
Wherein, the first the attribute whether Debugging message that described output attribute comprises present procedure exports and the second attribute whether each Debugging message divided into groups exports; Described output processing module comprises further:
First judges submodule, for when described program is run, opens described configuration file and judges whether described first attribute is needs output, if so, then triggers second and judges submodule;
Second judges submodule, for judging whether described Debugging message output inserter is triggered, if be triggered, then trigger the 3rd and judges submodule;
3rd judges submodule, for judging whether the second attribute recorded in described configuration file is needs output, if desired exports, then triggers output sub-module;
Output sub-module, for exporting current Debugging message.
6. system as claimed in claim 5, it is characterized in that, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode of current interface display, and described output processing module comprises further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Interface display submodule, for reading described Debugging message by described Debugging message output inserter from internal memory, shows in current interface.
7. system as claimed in claim 5, it is characterized in that, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode shown in new window, and described output processing module comprises further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Window display sub-module, for creating a new window by described Debugging message output inserter, and reading described Debugging message from internal memory, showing in described new window.
8. system as claimed in claim 5, it is characterized in that, described output attribute also comprises the attribute of the way of output, and the described way of output is included in the mode recorded in journal file, and described output processing module comprises further:
Internal memory shares submodule, for exporting current Debugging message to internal memory;
Log recording submodule, for creating a journal file by described Debugging message output inserter, and reading described Debugging message from internal memory, writing in described journal file.
CN200910238728.7A 2009-11-23 2009-11-23 A kind of output intent of Debugging message and system Expired - Fee Related CN102073581B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910238728.7A CN102073581B (en) 2009-11-23 2009-11-23 A kind of output intent of Debugging message and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910238728.7A CN102073581B (en) 2009-11-23 2009-11-23 A kind of output intent of Debugging message and system

Publications (2)

Publication Number Publication Date
CN102073581A CN102073581A (en) 2011-05-25
CN102073581B true CN102073581B (en) 2015-09-23

Family

ID=44032127

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910238728.7A Expired - Fee Related CN102073581B (en) 2009-11-23 2009-11-23 A kind of output intent of Debugging message and system

Country Status (1)

Country Link
CN (1) CN102073581B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10133653B2 (en) 2012-02-23 2018-11-20 Cadence Design Systems, Inc. Recording and playback of trace and video log data for programs
CN105677689B (en) * 2015-05-27 2019-12-03 深圳Tcl数字技术有限公司 Log recording method and device
CN105045594A (en) * 2015-07-30 2015-11-11 汉柏科技有限公司 Program output control method and system
CN105187822B (en) * 2015-09-11 2017-10-17 深圳市九洲电器有限公司 Set top box adjustment method and system
CN105653410A (en) * 2015-12-29 2016-06-08 湖南长城银河科技有限公司 Device and method based on printing and outputting of debugging information of Phytium platform, and computer
CN105893250A (en) * 2016-03-28 2016-08-24 广州酷狗计算机科技有限公司 Code debugging method and device
CN108388510B (en) * 2018-02-09 2021-09-24 福建升腾资讯有限公司 Method for controlling debugging information output through storage configuration and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1286431A (en) * 1999-11-30 2001-03-07 深圳市中兴通讯股份有限公司 Embedded software aided debugging method
CN1667585A (en) * 2004-03-09 2005-09-14 华为技术有限公司 A digit signal processor software debugging information output method
CN1920782A (en) * 2005-08-26 2007-02-28 中兴通讯股份有限公司 System and method for debugging information output and control

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1286431A (en) * 1999-11-30 2001-03-07 深圳市中兴通讯股份有限公司 Embedded software aided debugging method
CN1667585A (en) * 2004-03-09 2005-09-14 华为技术有限公司 A digit signal processor software debugging information output method
CN1920782A (en) * 2005-08-26 2007-02-28 中兴通讯股份有限公司 System and method for debugging information output and control

Also Published As

Publication number Publication date
CN102073581A (en) 2011-05-25

Similar Documents

Publication Publication Date Title
CN102073581B (en) A kind of output intent of Debugging message and system
US7610545B2 (en) Annotations for tracking provenance
US20030203342A1 (en) Method and system for computer based testing using customizable templates
CN102073489A (en) Method and device for generating debug log
CN111159600B (en) Information reporting method and device for elements on page, electronic equipment and storage medium
CN107644286A (en) Workflow processing method and device
CN107526676B (en) Cross-system test method and device
US20160098325A1 (en) Unifying application log messages using runtime instrumentation
CN103530338B (en) Frame for carrying out page rendering on calculation equipment and page generation method
US9195567B1 (en) Debugging data format conversion
US20170153887A1 (en) Tracking changes within javascript object notation
CN104376043A (en) Log recording and displaying method and device
US20160378739A1 (en) Editing one or more text files from an editing session for an associated text file
US9715372B2 (en) Executable guidance experiences based on implicitly generated guidance models
US20110126171A1 (en) Dynamic native editor code view facade
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
Grieskamp et al. Instrumenting scenarios in a model-driven development environment
US20170206153A1 (en) Simulating process variable changes during process runtime
US7689905B1 (en) Containment of terminal application run-time data for viewing when disconnected from a host server
CN109101429A (en) A kind of method and device of the browser page debugging of set-top box
US9632912B1 (en) Method and system for debugging a program
Salehnamadi Automated Assistive-Service Driven Accessibility Testing for Mobile Applications
CN101551802B (en) File access method used for management system
US20240012728A1 (en) Systems, methods, and media for verifying software
KR20090033589A (en) Device and method for executing kernel api interactively

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150923

Termination date: 20181123

CF01 Termination of patent right due to non-payment of annual fee