CN112035351A - Computer software technology development debugging system and debugging method - Google Patents

Computer software technology development debugging system and debugging method Download PDF

Info

Publication number
CN112035351A
CN112035351A CN202010881662.XA CN202010881662A CN112035351A CN 112035351 A CN112035351 A CN 112035351A CN 202010881662 A CN202010881662 A CN 202010881662A CN 112035351 A CN112035351 A CN 112035351A
Authority
CN
China
Prior art keywords
debugging
module
software
data
storage
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.)
Pending
Application number
CN202010881662.XA
Other languages
Chinese (zh)
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.)
Youxuehui Information Technology Guangdong Co ltd
Original Assignee
Youxuehui Information Technology Guangdong Co 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 Youxuehui Information Technology Guangdong Co ltd filed Critical Youxuehui Information Technology Guangdong Co ltd
Priority to CN202010881662.XA priority Critical patent/CN112035351A/en
Publication of CN112035351A publication Critical patent/CN112035351A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging

Abstract

The invention discloses a computer software technology development debugging system, which belongs to the technical field of software development and comprises a storage module, a debugging module, a simulator module, a server module, a progressive module and a repeated debugging module: the storage module is used for recording information such as the storage position, the feedback rate, the click times, the feedback time difference, the debugging instruction, the read-write speed and the like of the debugged software, organizing the information into data and recording the data for the debugging module to use; the debugging module is used for debugging and analyzing the data stored in the storage module. The problem of the software to be debugged can be better and accurately found out through the debugging module, the simulator module and the repeated debugging module, the problem that the software to be debugged spends a long time to recur but is not reproducible can be better processed, so that the problem that the software is not reproducible can be found out generally more quickly, the random problem which puzzles many complex programs can be eliminated, and the time for debugging the software is saved.

Description

Computer software technology development debugging system and debugging method
Technical Field
The invention belongs to the technical field of software development, and particularly relates to a computer software technology development debugging system and a debugging method.
Background
Software is a collection of computer data and instructions organized in a particular order. Generally, software is divided into system software, application software, and middleware between the two. Software does not include only computer programs that can run on a computer (computer is used herein in a broad sense) but documents related to such computer programs are also generally considered to be part of the software. Simply speaking, software is an aggregate of programs plus documents. And also broadly refers to management systems, ideological and conscious forms, ideological and political thoughts, laws and regulations, etc. in social structures; the software debugging method is mainly a process of operating or testing a certain software system in a manual or automatic mode.
Software debugging is an indispensable important link for software development, a large amount of time is also occupied by a developer in the actual development process, and a traditional debugger often spends days or weeks of time for a programmer to find bugs which can be reproduced or cannot be reproduced for a long time.
Disclosure of Invention
The invention aims to provide a computer software technology development debugging system and a debugging method, which are used for solving the problems in the prior art in the background technology.
In order to achieve the purpose, the invention adopts the following technical scheme:
a computer software technology development debugging system comprises a storage module, a debugging module, a simulator module, a server module, a progressive module and a repeated debugging module:
the storage module is used for recording information such as the storage position, the feedback rate, the click times, the feedback time difference, the debugging instruction, the read-write speed and the like of the debugged software, organizing the information into data and recording the data for the debugging module to use;
the debugging module is used for debugging and analyzing the data stored in the storage module; analyzing data collected by the points to obtain an analysis result, and judging whether to add observation points according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
the simulator module is used for simulating debugged software; the device can simulate the final result of the debugged software according to the structure judged in the debugging module, can analyze the data stored in the storage module, and records the feedback result into the standby storage equipment for tracking the change of the data, timely proposing correction and continuously updating the simulation result;
the server module provides a support platform for the storage module, the debugging module and the simulator module; the method can judge the information such as the occurrence time, the address, the execution time and the like of the debugging problem and organize the information into event data, and the event data can be delivered to a storage module or directly output to storage equipment; identifying tasks contained in the operation process of the software to be regulated, and finding out operation events generated by the operation of the tasks in the execution process of the software to be regulated;
the progressive module is used for further reducing the problem range of the result judged in the debugging module; if the problem range can not be narrowed, obtaining a debugging result; if the problem range can be narrowed, the problem after the range is narrowed is obtained and fed back to a debugging module for recurrence observation, the problem is tracked, and the starting time and the ending time of the problem in the problem sequence are recorded;
the repeated debugging module is a software module for analyzing the problems of the software to be debugged; the method can be used for repeatedly debugging and calculating the problems and determining the accuracy of the problems in the debugging module.
Preferably, the progressive module determines the debugging method and the debugging object corresponding to the identifier by identifying the problem in the debugging module, and enters the main cycle of the repeated debugging module.
Preferably, when the debugging module determines that the debugging software meets the expected performance, the debugging module updates the adjusted parameters of the debugging object into the server module.
Preferably, after the server module is started, the server module starts to monitor the debugged software, receives a request from the debugging module to establish a data link connection, and creates a data transmission channel with the debugging module according to the request to establish the data link connection.
Preferably, the simulator module receives the simulation result through the computer terminal and displays the simulation result on an interface of the computer terminal.
Preferably, the simulator module is configured to simulate according to the problem type obtained through analysis, and return a simulation result to the computer terminal for display.
Preferably, the server module includes an exit instruction module, configured to detect whether an instruction to exit the debugging is received, and exit the debugging program if the instruction to exit the debugging is received.
The invention provides a debugging method for developing and debugging computer software technology, which comprises the following steps:
s1, connecting the computer terminal to the server module through the Internet of things, and operating a debugging module and a repeated debugging module in the server module;
s2, the debugging module analyzes the software to be debugged, analyzes the data collected by the points to obtain an analysis result, and judges whether to add an observation point according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
s3, the repeated debugging module carries out repeated debugging and operation on the problems to determine the accuracy of the problems in the debugging module;
s4, the simulator module analyzes the data stored in the storage module, and records the feedback result into a spare storage device for tracking the change of the data, timely providing correction and continuously updating the simulation result;
and S5, exiting the instruction module, executing the debugging program, and ending the debugging process.
The invention has the technical effects and advantages that: compared with the prior art, the computer software technology development debugging system and the debugging method provided by the invention have the following advantages:
the problem of the software to be debugged can be better and accurately found out through the debugging module, the simulator module and the repeated debugging module, the problem that the software to be debugged spends a long time to recur but is not reproducible can be better processed, so that the problem that the software is not reproducible can be found out generally more quickly, the random problem which puzzles many complex programs can be eliminated, and the time for debugging the software is saved.
Drawings
FIG. 1 is a schematic block diagram of the present invention;
FIG. 2 is a flow chart of the operation of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The specific embodiments described herein are merely illustrative of the invention and do not delimit the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
The invention provides a computer software technology development and debugging system as shown in FIGS. 1-2;
the storage module is used for recording information such as the storage position, the feedback rate, the click times, the feedback time difference, the debugging instruction, the read-write speed and the like of the debugged software, organizing the information into data and recording the data for the debugging module to use;
the debugging module is used for debugging and analyzing the data stored in the storage module; analyzing data collected by the points to obtain an analysis result, and judging whether to add observation points according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing observation point data of the next event position, and updating the adjusted parameters of the debugging object into the server module when the debugging module determines that the debugging software meets the expected performance;
the simulator module is used for simulating debugged software; the simulator module is used for receiving the simulation result through the computer terminal and displaying the simulation result on an interface of the computer terminal, simulating according to the problem type obtained through analysis and returning the simulation result to the computer terminal for displaying;
the server module provides a support platform for the storage module, the debugging module and the simulator module; the method can judge the information such as the occurrence time, the address, the execution time and the like of the debugging problem and organize the information into event data, and the event data can be delivered to a storage module or directly output to storage equipment; identifying tasks contained in the running process of the software to be debugged, finding out operation events generated by the running of the tasks in the execution process of the software to be debugged, wherein the server module comprises an exit instruction module used for detecting whether an instruction for exiting debugging is received or not, exiting a debugging program if the instruction for exiting debugging is received, starting to monitor the software to be debugged after the server module is started, receiving a request for establishing data link connection from the debugging module, and establishing a data transmission channel with the debugging module according to the request for establishing data link connection;
the progressive module is used for further reducing the problem range of the result judged in the debugging module; if the problem range can not be narrowed, obtaining a debugging result; if the problem range can be narrowed, the problem after the range is narrowed is obtained and fed back to a debugging module for recurrence observation, the problem is tracked, the starting time and the ending time of the problem in the problem sequence are recorded, a debugging method and a debugging object corresponding to the identification are determined by the problem identification in the debugging module in the progressive module, and the debugging method and the debugging object enter the main cycle of the repeated debugging module;
the repeated debugging module is a software module for analyzing the problems of the software to be debugged; the method can be used for repeatedly debugging and calculating the problems and determining the accuracy of the problems in the debugging module.
A debugging method for developing and debugging computer software technology comprises the following steps:
s1, connecting the computer terminal to the server module through the Internet of things, and operating a debugging module and a repeated debugging module in the server module;
s2, the debugging module analyzes the software to be debugged, analyzes the data collected by the points to obtain an analysis result, and judges whether to add an observation point according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
s3, the repeated debugging module carries out repeated debugging and operation on the problems to determine the accuracy of the problems in the debugging module;
s4, the simulator module analyzes the data stored in the storage module, and records the feedback result into a spare storage device for tracking the change of the data, timely providing correction and continuously updating the simulation result;
and S5, exiting the instruction module, executing the debugging program, and ending the debugging process.
Example 2
The invention provides a computer software technology development and debugging system as shown in FIGS. 1-2;
the storage module is used for recording information such as the storage position, the feedback rate, the click times, the feedback time difference, the debugging instruction, the read-write speed and the like of the debugged software, organizing the information into data and recording the data for the debugging module to use;
the debugging module is used for debugging and analyzing the data stored in the storage module; analyzing data collected by the points to obtain an analysis result, and judging whether to add observation points according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
the simulator module is used for simulating debugged software; the device can simulate the final result of the debugged software according to the structure judged in the debugging module, can analyze the data stored in the storage module, and records the feedback result into the standby storage equipment for tracking the change of the data, timely proposing correction and continuously updating the simulation result;
the server module provides a support platform for the storage module, the debugging module and the simulator module; the method can judge the information such as the occurrence time, the address, the execution time and the like of the debugging problem and organize the information into event data, and the event data can be delivered to a storage module or directly output to storage equipment; identifying tasks contained in the operation process of the software to be regulated, and finding out operation events generated by the operation of the tasks in the execution process of the software to be regulated;
the progressive module is used for further reducing the problem range of the result judged in the debugging module; if the problem range can not be narrowed, obtaining a debugging result; if the problem range can be narrowed, the problem after the range is narrowed is obtained and fed back to a debugging module for recurrence observation, the problem is tracked, and the starting time and the ending time of the problem in the problem sequence are recorded;
and the exit instruction module is used for detecting whether an instruction for exiting the debugging is received or not, and exiting the debugging program if the instruction for exiting the debugging is received.
A debugging method for developing and debugging computer software technology comprises the following steps:
s1, connecting the computer terminal to the server module through the Internet of things, and operating a debugging module and a repeated debugging module in the server module;
s2, the debugging module analyzes the software to be debugged, analyzes the data collected by the points to obtain an analysis result, and judges whether to add an observation point according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
s3, the repeated debugging module carries out repeated debugging and operation on the problems to determine the accuracy of the problems in the debugging module;
s4, the simulator module analyzes the data stored in the storage module, and records the feedback result into a spare storage device for tracking the change of the data, timely providing correction and continuously updating the simulation result;
and S5, exiting the instruction module, executing the debugging program, and ending the debugging process.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that modifications may be made to the embodiments or portions thereof without departing from the spirit and scope of the invention.

Claims (8)

1. A computer software technology development debugging system is characterized in that: including storage module, debugging module, simulator module, server module, module and debugging module repeatedly that progressively:
the storage module is used for recording information such as the storage position, the feedback rate, the click times, the feedback time difference, the debugging instruction, the read-write speed and the like of the debugged software, organizing the information into data and recording the data for the debugging module to use;
the debugging module is used for debugging and analyzing the data stored in the storage module; analyzing data collected by the points to obtain an analysis result, and judging whether to add observation points according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
the simulator module is used for simulating debugged software; the device can simulate the final result of the debugged software according to the structure judged in the debugging module, can analyze the data stored in the storage module, and records the feedback result into the standby storage equipment for tracking the change of the data, timely proposing correction and continuously updating the simulation result;
the server module provides a support platform for the storage module, the debugging module and the simulator module; the method can judge the information such as the occurrence time, the address, the execution time and the like of the debugging problem and organize the information into event data, and the event data can be delivered to a storage module or directly output to storage equipment; identifying tasks contained in the operation process of the software to be regulated, and finding out operation events generated by the operation of the tasks in the execution process of the software to be regulated;
the progressive module is used for further reducing the problem range of the result judged in the debugging module; if the problem range can not be narrowed, obtaining a debugging result; if the problem range can be narrowed, the problem after the range is narrowed is obtained and fed back to a debugging module for recurrence observation, the problem is tracked, and the starting time and the ending time of the problem in the problem sequence are recorded;
the repeated debugging module is a software module for analyzing the problems of the software to be debugged; the method can be used for repeatedly debugging and calculating the problems and determining the accuracy of the problems in the debugging module.
2. The computer software technology development debugging system of claim 1, wherein: and the progressive module determines a debugging method and a debugging object corresponding to the identification through the problem identification in the debugging module, and enters a main cycle of the repeated debugging module.
3. The computer software technology development debugging system of claim 1, wherein: and when the debugging software is determined to meet the expected performance in the debugging module, updating the debugging software into the server module according to the adjusted parameters of the debugging object.
4. The computer software technology development debugging system of claim 1, wherein: and after the server module is started, the server module starts to monitor the debugged software, receives a request for establishing data link connection from the debugging module, and creates a data transmission channel with the debugging module according to the request for establishing the data link connection.
5. The computer software technology development debugging system of claim 1, wherein: and the simulator module receives the simulation result through the computer terminal and displays the simulation result on an interface of the computer terminal.
6. The computer software technology development debugging system of claim 1, wherein: and the simulator module is used for simulating according to the problem types obtained by analysis and returning the simulation result to the computer terminal for displaying.
7. The computer software technology development debugging system of claim 1, wherein: the server module comprises an exit instruction module used for detecting whether an instruction for exiting the debugging is received or not, and if the instruction for exiting the debugging is received, the debugging program is exited.
8. A debugging method for developing and debugging computer software technology is characterized in that: the method comprises the following steps:
s1, connecting the computer terminal to the server module through the Internet of things, and operating a debugging module and a repeated debugging module in the server module;
s2, the debugging module analyzes the software to be debugged, analyzes the data collected by the points to obtain an analysis result, and judges whether to add an observation point according to the analysis result: if yes, adding a new observation point and calling a problem range reduction module; otherwise, analyzing the observation point data of the next event position;
s3, the repeated debugging module carries out repeated debugging and operation on the problems to determine the accuracy of the problems in the debugging module;
s4, the simulator module analyzes the data stored in the storage module, and records the feedback result into a spare storage device for tracking the change of the data, timely providing correction and continuously updating the simulation result;
and S5, exiting the instruction module, executing the debugging program, and ending the debugging process.
CN202010881662.XA 2020-08-27 2020-08-27 Computer software technology development debugging system and debugging method Pending CN112035351A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010881662.XA CN112035351A (en) 2020-08-27 2020-08-27 Computer software technology development debugging system and debugging method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010881662.XA CN112035351A (en) 2020-08-27 2020-08-27 Computer software technology development debugging system and debugging method

Publications (1)

Publication Number Publication Date
CN112035351A true CN112035351A (en) 2020-12-04

Family

ID=73586713

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010881662.XA Pending CN112035351A (en) 2020-08-27 2020-08-27 Computer software technology development debugging system and debugging method

Country Status (1)

Country Link
CN (1) CN112035351A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015103815A1 (en) * 2014-01-09 2015-07-16 深圳市中兴微电子技术有限公司 Multi-breakpoint software debugging device and method and computer storage medium
CN110543415A (en) * 2019-07-31 2019-12-06 合肥微澜特网络科技有限责任公司 Computer software technology development and debugging system
CN110727577A (en) * 2019-08-29 2020-01-24 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Debugging method, system and medium for probability recurrence problem in embedded system software
CN111290743A (en) * 2020-03-17 2020-06-16 贵州轻工职业技术学院 Computer software technology development and debugging system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015103815A1 (en) * 2014-01-09 2015-07-16 深圳市中兴微电子技术有限公司 Multi-breakpoint software debugging device and method and computer storage medium
CN110543415A (en) * 2019-07-31 2019-12-06 合肥微澜特网络科技有限责任公司 Computer software technology development and debugging system
CN110727577A (en) * 2019-08-29 2020-01-24 华东计算技术研究所(中国电子科技集团公司第三十二研究所) Debugging method, system and medium for probability recurrence problem in embedded system software
CN111290743A (en) * 2020-03-17 2020-06-16 贵州轻工职业技术学院 Computer software technology development and debugging system

Similar Documents

Publication Publication Date Title
Ampatzoglou et al. The effect of GoF design patterns on stability: a case study
US20110283247A1 (en) Method of recording and replaying call frames for the testbench
US8584100B2 (en) Bridging code changes and testing
US20140123110A1 (en) Monitoring and improving software development quality
CN103838663A (en) Application testing method and device
CN112817865A (en) Coverage precision test method and system based on componentized distributed system
US9552202B2 (en) Automated and heuristically managed solution to quantify CPU and path length cost of instructions added, changed or removed by a service team
US9213543B2 (en) Software internationalization estimation model
CN114201408A (en) Regression testing method, device, computer equipment and storage medium
CN110990285B (en) UI (user interface) automatic testing method and device
CN112817831A (en) Application performance monitoring method, device, computer system and readable storage medium
CN112685312A (en) Test case recommendation method and device for uncovered codes
CN102144221B (en) Compact framework for automated testing
CN108021495B (en) Code debugging method based on playback
CN112612697A (en) Software defect testing and positioning method and system based on byte code technology
CN112035351A (en) Computer software technology development debugging system and debugging method
CN116820480A (en) Method and device for improving code readability
CN112905435B (en) Workload assessment method, device, equipment and storage medium based on big data
CN115756934A (en) Application crash analysis method and device
CN115203025A (en) Test defect analysis method and device
CN111741046B (en) Data reporting method, data acquisition method, device, equipment and medium
CN111008140B (en) Cross-platform UI (user interface) automatic testing method and device
CN109840213B (en) Test data creating method, device, terminal and storage medium for GUI test
CN114090430A (en) Coverage test method, system, storage medium and computing device
CN112416727A (en) Batch processing operation checking method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20201204