CN112597019A - Front-end code debugging method, device, system and medium - Google Patents

Front-end code debugging method, device, system and medium Download PDF

Info

Publication number
CN112597019A
CN112597019A CN202011546257.9A CN202011546257A CN112597019A CN 112597019 A CN112597019 A CN 112597019A CN 202011546257 A CN202011546257 A CN 202011546257A CN 112597019 A CN112597019 A CN 112597019A
Authority
CN
China
Prior art keywords
end code
debugging
code
modified
development client
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
CN202011546257.9A
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.)
Shanghai I2finance Software Co ltd
Original Assignee
Shanghai I2finance Software 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 Shanghai I2finance Software Co ltd filed Critical Shanghai I2finance Software Co ltd
Priority to CN202011546257.9A priority Critical patent/CN112597019A/en
Publication of CN112597019A publication Critical patent/CN112597019A/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
    • G06F11/3624Software debugging by performing operations on the source code, e.g. via a compiler

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a front-end code debugging method, a device, a system and a medium, belonging to the technical field of information networks. In the method for debugging the front-end code, disclosed by the invention, after the front-end code to be modified is obtained, the front-end code to be modified is restored into the source code, and compared with the difficulty in debugging the Js front-end code in the prior art, the method has the advantages that developers can directly debug the front-end code based on the source code, so that the debugging of the front-end code which enters a production environment is simplified, the efficiency of modifying and testing the front-end code is improved, and the system problem in the production environment is further quickly solved.

Description

Front-end code debugging method, device, system and medium
Technical Field
The invention relates to the technical field of information networks, in particular to a front-end code debugging method, a device, a system and a medium.
Background
Existing application systems typically include a development environment, a testing environment, and a production environment. The development environment is a server specially used for development by programmers, and can submit modification codes at any time; the test environment is an environment which is simulated by a tester by using some tools and data and is close to the real use environment of the user; the production environment is an environment accessed by a user, and part of problems of the application system are difficult to reproduce in a test environment and a development environment and only appear in the production environment.
In order to solve the system problem in the production environment, the front-end code in the production environment needs to be debugged and modified. However, since the source code file is merged, compressed, obfuscated, and compiled into a javascript file before entering the production environment, the front-end code exists as a Js file, which makes debugging of the front-end code very difficult.
Disclosure of Invention
In view of the deficiencies of the prior art, the present invention is directed to a method, an apparatus, a system and a medium for debugging front-end code.
In a first aspect, the present invention provides a front-end code debugging method, applied to a debugging server, where the method includes:
receiving a debugging request about a front-end code sent by a development client;
sending a front-end code to be modified to the development client, so that the development client can modify the front-end code to be modified;
and receiving a new front-end code modified by the development client, wherein the new front-end code is obtained by modifying the front-end code to be modified based on a source code.
In a second aspect, the present invention provides a front-end code debugging method, applied to a development client, where the method includes:
initiating a debugging request to a debugging server;
receiving a front-end code to be modified sent by the debugging service end;
acquiring a source code corresponding to the front-end code to be modified based on a preset information file for storing the source code and mapping the corresponding position of the front-end code;
and modifying the front-end code to be modified based on the source code to obtain a new front-end code.
In a third aspect, the present invention provides an apparatus comprising:
the debugging request receiving module is used for receiving a debugging request about a front-end code sent by a development client;
the front-end code sending module to be modified is used for sending the front-end code to be modified to the development client so that the development client can modify the front-end code to be modified;
and the new front-end code receiving module is used for receiving the new front-end code modified by the development client, and the new front-end code is obtained by modifying the front-end code to be modified based on the source code.
In a fourth aspect, the present invention provides an apparatus comprising:
the debugging request initiating module is used for initiating a debugging request to the debugging service terminal;
the front-end code receiving module to be modified is used for receiving the front-end code to be modified sent by the debugging service end;
the source code acquisition module is used for acquiring a source code corresponding to the front end code to be modified based on a preset storage source code and an information file mapped at a position corresponding to the front end code;
and the new code acquisition module is used for modifying the front-end code to be modified based on the source code and acquiring a new front-end code.
In a fifth aspect, the present invention provides a system, including a debugging server and a development client; the development client is used for: initiating a debugging request to a debugging server, receiving a front end code to be modified sent by the debugging server, and acquiring a source code corresponding to the front end code to be modified based on a preset storage source code and an information file mapped at a position corresponding to the front end code; modifying the front-end code to be modified based on the source code to obtain a new front-end code;
the debugging server is used for sending the front-end code to be modified to the development client based on the debugging request about the front-end code sent by the development client.
In a sixth aspect, the invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method as defined in any one of the above.
In the method for debugging the front-end code, disclosed by the invention, after the front-end code to be modified is obtained, the front-end code to be modified is restored into the source code, and compared with the difficulty in debugging the Js front-end code in the prior art, the method has the advantages that developers can directly debug the front-end code based on the source code, so that the debugging of the front-end code which enters a production environment is simplified, the efficiency of modifying and testing the front-end code is improved, and the system problem in the production environment is further quickly solved.
Drawings
Fig. 1 is a schematic flowchart of a front-end code debugging method according to embodiment 1 of the present invention;
fig. 2 is a schematic flowchart of a front-end code debugging method according to embodiment 2 of the present invention;
FIG. 3 is a block diagram of an apparatus according to embodiment 3 of the present invention;
FIG. 4 is a block diagram of an apparatus according to embodiment 4 of the present invention;
fig. 5 is a block diagram of a system according to embodiment 5 of the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings, and it should be noted that the following examples are provided to illustrate the detailed embodiments and specific operations based on the technical solutions of the present invention, but the scope of the present invention is not limited to the examples.
First, the terms involved in the embodiments of the present invention are briefly explained as follows:
js (javascript): JavaScript is an transliterated script language, which is a dynamic type, weak type, prototype-based language and a built-in support type. Its interpreter, called JavaScript engine, is a part of the browser, a scripting language widely used on clients, and was originally used on HTML (an application under the standard universal markup language) web pages to add dynamic functionality to the HTML web pages.
Nginx: nginx is a high performance HTTP and reverse proxy server, and is also an IMAP/POP3/SMTP server.
MQ: MQ is a piece of software that complies with the JMS (java message service) specification, message queue, also called message middleware. It has a series of functions of low coupling, reliable delivery, broadcasting, flow control, final consistency and the like, and becomes one of the main means of asynchronous RPC.
Es (elastic search): the ElasticSearch is a Lucene-based search server. It provides a distributed multi-user capable full-text search engine based on RESTful web interface. The Elasticsearch was developed in Java and published as open source under the Apache licensing terms, and is currently a popular enterprise-level search engine.
Front end log collector: the server is used for collecting the running logs of the client application and the server application.
A log memory: and converting the log data collected by the front-end log collector and other log collectors into a specific format and storing the specific format into the ES.
The log viewing server: the log collected and stored by the insider can be searched and friendly displayed to the insider.
Example 1
The embodiment of the invention provides a front-end code debugging method, which can be applied to a debugging service end, wherein the debugging service end can be understood as a front-end code server, and front-end codes are stored in the debugging service end. As shown in fig. 1, the method for debugging front-end code includes:
and S102, receiving a debugging request about the front-end code sent by the development client.
And S104, sending the front-end code to be modified to the development client so that the development client can modify the front-end code to be modified.
And S106, receiving a new front-end code obtained by modifying the front-end code to be modified based on a source code.
In the embodiment of the invention, the debugging server can receive the debugging request about the front-end code sent by the development client and send the front-end code to be modified to the development client, so that a developer can modify the front-end code to be modified on the development client, specifically, after the front-end code to be modified is obtained on the development client, the front-end code to be modified is restored into the source code, and compared with the difficulty in debugging the Js front-end code in the prior art, the debugging server can directly debug and modify the front-end code based on the source code, so that the debugging of the front-end code which enters the production environment is simplified, the efficiency of modifying and testing the front-end code is improved, and the system problem in the production environment is rapidly solved.
It should be noted that, in the embodiment of the present invention, the front-end code to be modified is restored to the source code. The conversion method can be realized based on a sourcemap file, wherein a specific sourcemap is a file for storing position information, the position of converted codes and the corresponding position of codes before conversion are stored in the file, and Js front-end codes can be directly converted into source codes based on the sourcemap. Of course, other technologies may also be adopted to restore the front-end code to be modified to the source code, which is not described herein again.
In order to determine that only a developer with an authority can enter the development client to modify the front-end code to be modified, in S102 in the present application, a key is configured in the debugging request, and the key is input by the developer at the development client, and specifically, may be a Cookie key.
Correspondingly, in S104, the method includes: and when the secret key meets the preset condition, sending a front-end code to be modified to the development client. Specifically, the key meeting the preset condition means that the key input by the developer is matched with a key prestored in the debugging server.
The embodiment of the invention also comprises the following steps.
S108: and building a proxy server, wherein the proxy server is lapped between the mobile terminal and the back-end server. Specifically, the proxy server may be a proxy server, such as an Nginx server. The agent server is built on the basis of the debugging server and is lapped between the mobile terminal and the back-end server. It is understood that the mobile terminal, the proxy server and the backend server can form a simulated production environment.
S110: and storing the new front-end code in the proxy server. Because the proxy server is built on the basis of the debugging server, the debugging server can store the acquired new front-end code in the proxy server.
S112: and testing the new front-end code in a simulated production environment consisting of the mobile terminal, the proxy server terminal and the back-end server. And testing the new front-end code under the simulated production environment so as to judge whether a system problem occurs under the production environment.
After S112, the method may further include:
s114: and if the test is passed, putting the new front-end code into a production environment.
S116: if the test is not passed, the above S102 to S112 are repeated.
In this embodiment of the present invention, the new front-end code in S116 may be a source code or a Js code. If the new front-end code in S116 is source code, then the new front-end code for Js needs to be compiled into the source code in S114.
Example 2
An embodiment of the present invention provides a method for debugging a front-end code, which can be applied to a development client, and as shown in fig. 2, the method for debugging a front-end code includes:
s202: and initiating a debugging request to a debugging service end.
S204: and receiving the front-end code to be modified sent by the debugging service end.
S206: and acquiring a source code corresponding to the front-end code to be modified based on a preset information file for storing the source code and mapping the corresponding position of the front-end code.
S208: and modifying the front-end code to be modified based on the source code to obtain a new front-end code.
The invention provides a front-end code debugging method, which comprises the steps of initiating a debugging request to a debugging server, receiving a front-end code to be modified sent by the debugging server, acquiring a source code corresponding to the front-end code to be modified based on a preset information file for storing source codes and mapping of the corresponding position of the front-end code, and modifying the front-end code to be modified based on the source code to obtain a new front-end code. In the invention, a developer can directly debug the front-end code on the development client based on the source code, thereby simplifying the debugging of the front-end code which enters the production environment, improving the efficiency of modifying and testing the front-end code and further quickly solving the system problem in the production environment.
It should be noted that, in the embodiment of the present invention, the front-end code to be modified is restored to the source code. The conversion method can be realized based on a sourcemap file, wherein a specific sourcemap is a file for storing position information, the position of converted codes and the corresponding position of codes before conversion are stored in the file, and Js front-end codes can be directly converted into source codes based on the sourcemap. Of course, other technologies may also be adopted to restore the front-end code to be modified to the source code, which is not described herein again.
In order to determine that only a developer with an authority can enter the development client to modify the front-end code to be modified, in S202 in the present application, a key is configured in the debugging request, and the key is input by the developer at the development client, and specifically, may be a Cookie key. Correspondingly, S204 includes: and when the secret key meets the preset condition, receiving the front-end code to be modified sent by the debugging service end. Specifically, the key meeting the preset condition means that the key input by the developer is matched with a key prestored in the debugging server.
In S202, the method includes:
s2022, acquiring a working log of the mobile terminal in the production environment. Specifically, the development client acquires the working log of the mobile terminal in the production environment based on the front-end log collector, the MQ, the log memory, the ES and the log viewing server.
S2024, when the working log is abnormal, a debugging request is initiated to a debugging service end.
Between S2022 and S2024, S2023: and converting the work log into source code.
When the working log of the mobile terminal in the production environment is abnormal, the system problem exists in the production environment, and the front-end code needs to be modified. Therefore, when the development client acquires that the working log is abnormal, the development client initiates a debugging request to the debugging server.
In the embodiment of the present invention, the method further includes step S210: and returning the new front-end code to the debugging service end.
In this embodiment of the present invention, the new front-end code in S206 may be a source code or a Js code. If the new front-end code in S206 is a source code, the new front-end code forming JS needs to be compiled for the source code in the subsequent steps.
In the embodiment of the present invention, the working log of the mobile end in the production environment is obtained based on the mobile end H5 page, and therefore, the debugging object in the embodiment of the present invention is the front end code of the mobile end H5 page.
Example 3
An embodiment of the present invention provides an apparatus 300, as shown in fig. 3, including:
a debugging request receiving module 310, configured to receive a debugging request sent by a development client and related to a front-end code;
a to-be-modified front-end code sending module 320, configured to send the front-end code to be modified to the development client, so that the development client modifies the front-end code to be modified;
a new front-end code receiving module 330, configured to receive a new front-end code modified by the development client, where the new front-end code is obtained by modifying the front-end code to be modified based on a source code.
In the debugging request receiving module 310, the debugging request is configured with a key.
The to-be-modified front-end code sending module 320 is specifically configured to send the to-be-modified front-end code to the development client when the secret key meets a preset condition.
The device further comprises:
the proxy server is connected with the mobile terminal and the back-end server in a lap joint mode;
the storage module is used for storing the new front-end code in the proxy server;
and the testing module is used for testing the new front-end code in a simulated production environment consisting of the mobile terminal, the proxy server and the back-end server.
The apparatus provided in the embodiment of the present invention may further execute the method for debugging the front-end code in fig. 1, and implement the functions in the embodiment shown in fig. 1, which are not described herein again.
Example 4
An embodiment of the present invention provides an apparatus 400, as shown in fig. 4, including:
a debugging request initiating module 410, configured to initiate a debugging request to a debugging server;
a to-be-modified front-end code receiving module 420, configured to receive a front-end code to be modified sent by the debugging service end;
a source code obtaining module 430, configured to obtain a source code corresponding to the front-end code to be modified based on a preset information file storing the source code and mapping a position corresponding to the front-end code;
a new code obtaining module 440, configured to modify the front-end code to be modified based on the source code, and obtain a new front-end code.
The debug request is configured with a key at the debug request initiation block 410.
The to-be-modified front-end code receiving module 420 is specifically configured to receive the to-be-modified front-end code sent by the debugging server when the secret key meets a preset condition.
The debugging request initiating module 410 specifically includes:
the log obtaining unit is used for obtaining a working log of the mobile terminal in the production environment;
and the request unit is used for initiating a debugging request to the debugging service terminal when the working log is abnormal.
The apparatus provided in the embodiment of the present invention may further execute the method for debugging the front-end code in fig. 2, and implement the functions in the embodiment shown in fig. 1, which are not described herein again.
Example 5
The system provided by the embodiment of the invention, as shown in fig. 5, includes a debugging server and a development client; the development client is used for: initiating a debugging request to a debugging server, receiving a front-end code to be modified sent by a debugging server of a development client, and acquiring a source code corresponding to the front-end code to be modified of the development client based on a preset storage source code and an information file mapped at a position corresponding to the front-end code; modifying the front-end code to be modified of the development client based on the source code of the development client to obtain a new front-end code; and the development client debugging server is used for sending the front-end code to be modified to the development client based on the debugging request about the front-end code sent by the development client.
In addition, the system also comprises a client (mobile terminal), a front-end log collector, an MQ, a log memory, an ES, a log viewer, a developer client, a simulation production debugging service (debugging service terminal), an Nginx proxy service terminal and a back-end server cluster.
Example 6
An apparatus provided in an embodiment of the present invention includes: the network quality difference analysis method comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the computer program realizes the steps of the network quality difference analysis method when being executed by the processor.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the data distribution method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A front-end code debugging method is applied to a debugging service end, and comprises the following steps:
receiving a debugging request about a front-end code sent by a development client;
sending a front-end code to be modified to the development client, so that the development client can modify the front-end code to be modified;
and receiving a new front-end code modified by the development client, wherein the new front-end code is obtained by modifying the front-end code to be modified based on a source code.
2. The method according to claim 1, wherein in the debugging request sent by the receiving development client and related to the front-end code, the debugging request is configured with a key;
the sending the front-end code to be modified to the development client comprises: and when the secret key meets the preset condition, sending a front-end code to be modified to the development client.
3. The method of claim 1, wherein after receiving the new front-end code modified by the development client, the method comprises:
building a proxy server, wherein the proxy server is lapped between the mobile terminal and the back-end server;
storing the new front-end code in the proxy server;
and testing the new front-end code in a simulated production environment consisting of the mobile terminal, the proxy server terminal and the back-end server.
4. A front-end code debugging method is applied to a development client, and comprises the following steps:
initiating a debugging request to a debugging server;
receiving a front-end code to be modified sent by the debugging service end;
acquiring a source code corresponding to the front-end code to be modified based on a preset information file for storing the source code and mapping the corresponding position of the front-end code;
and modifying the front-end code to be modified based on the source code to obtain a new front-end code.
5. The method of claim 4, wherein a key is configured in the debug request;
the receiving of the front-end code to be modified sent by the debugging server includes: and when the secret key meets the preset condition, receiving the front-end code to be modified sent by the debugging service end.
6. The method of claim 5, wherein initiating a debug request to a debug service comprises:
acquiring a working log of a mobile terminal in a production environment;
and when the working log is abnormal, initiating a debugging request to a debugging service end.
7. An apparatus, characterized in that the apparatus comprises:
the debugging request receiving module is used for receiving a debugging request about a front-end code sent by a development client;
the front-end code sending module to be modified is used for sending the front-end code to be modified to the development client so that the development client can modify the front-end code to be modified;
and the new front-end code receiving module is used for receiving the new front-end code modified by the development client, and the new front-end code is obtained by modifying the front-end code to be modified based on the source code.
8. An apparatus, characterized in that the apparatus comprises:
the debugging request initiating module is used for initiating a debugging request to the debugging service terminal;
the front-end code receiving module to be modified is used for receiving the front-end code to be modified sent by the debugging service end;
the source code acquisition module is used for acquiring a source code corresponding to the front end code to be modified based on a preset storage source code and an information file mapped at a position corresponding to the front end code;
and the new code acquisition module is used for modifying the front-end code to be modified based on the source code and acquiring a new front-end code.
9. The system is characterized by comprising a debugging service end and a development client end; the development client is used for: initiating a debugging request to a debugging server, receiving a front end code to be modified sent by the debugging server, and acquiring a source code corresponding to the front end code to be modified based on a preset storage source code and an information file mapped at a position corresponding to the front end code; modifying the front-end code to be modified based on the source code to obtain a new front-end code;
the debugging server is used for sending the front-end code to be modified to the development client based on the debugging request about the front-end code sent by the development client.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 6.
CN202011546257.9A 2020-12-24 2020-12-24 Front-end code debugging method, device, system and medium Pending CN112597019A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011546257.9A CN112597019A (en) 2020-12-24 2020-12-24 Front-end code debugging method, device, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011546257.9A CN112597019A (en) 2020-12-24 2020-12-24 Front-end code debugging method, device, system and medium

Publications (1)

Publication Number Publication Date
CN112597019A true CN112597019A (en) 2021-04-02

Family

ID=75200781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011546257.9A Pending CN112597019A (en) 2020-12-24 2020-12-24 Front-end code debugging method, device, system and medium

Country Status (1)

Country Link
CN (1) CN112597019A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113688056A (en) * 2021-09-09 2021-11-23 京东科技控股股份有限公司 Breakpoint debugging control method and related equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092581A (en) * 2011-10-28 2013-05-08 阿里巴巴集团控股有限公司 Method and device for setting up Web front-end local development environment
US8949660B1 (en) * 2011-12-14 2015-02-03 Google Inc. Remote deobfuscation of compressed code
CN107291736A (en) * 2016-03-31 2017-10-24 华为技术有限公司 A kind of method and system of edit page
US20180005153A1 (en) * 2016-06-29 2018-01-04 Microsoft Technology Licensing, Llc Automated assignment of errors in deployed code
CN107729232A (en) * 2017-09-27 2018-02-23 深圳市赛亿科技开发有限公司 A kind of script debugging method and device based on JS
CN109002366A (en) * 2018-07-26 2018-12-14 广东蔚海数问大数据科技有限公司 A kind of remote debugging method and device of mobile terminal webpage
CN109284226A (en) * 2018-08-24 2019-01-29 广州视源电子科技股份有限公司 Software fault is remotely located methods, devices and systems
CN109885478A (en) * 2018-12-30 2019-06-14 贝壳技术有限公司 A kind of localization method and system of error code
US10565090B1 (en) * 2018-01-03 2020-02-18 Amazon Technologies, Inc. Proxy for debugging transformed code

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092581A (en) * 2011-10-28 2013-05-08 阿里巴巴集团控股有限公司 Method and device for setting up Web front-end local development environment
US8949660B1 (en) * 2011-12-14 2015-02-03 Google Inc. Remote deobfuscation of compressed code
CN107291736A (en) * 2016-03-31 2017-10-24 华为技术有限公司 A kind of method and system of edit page
US20180005153A1 (en) * 2016-06-29 2018-01-04 Microsoft Technology Licensing, Llc Automated assignment of errors in deployed code
CN107729232A (en) * 2017-09-27 2018-02-23 深圳市赛亿科技开发有限公司 A kind of script debugging method and device based on JS
US10565090B1 (en) * 2018-01-03 2020-02-18 Amazon Technologies, Inc. Proxy for debugging transformed code
CN109002366A (en) * 2018-07-26 2018-12-14 广东蔚海数问大数据科技有限公司 A kind of remote debugging method and device of mobile terminal webpage
CN109284226A (en) * 2018-08-24 2019-01-29 广州视源电子科技股份有限公司 Software fault is remotely located methods, devices and systems
CN109885478A (en) * 2018-12-30 2019-06-14 贝壳技术有限公司 A kind of localization method and system of error code

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张程: "分布式系统架构:技术栈详解与快速进阶", 31 May 2020, 机械工业出版社, pages: 39 - 40 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113688056A (en) * 2021-09-09 2021-11-23 京东科技控股股份有限公司 Breakpoint debugging control method and related equipment

Similar Documents

Publication Publication Date Title
CN108650149B (en) Server testing method, device, equipment and computer readable storage medium
CN107133180B (en) Dynamic page testing method, testing device and storage medium
CN110378749B (en) Client similarity evaluation method and device, terminal equipment and storage medium
CN103150238A (en) Service request processing method, simulation performance test method and simulation performance test device
US8335845B2 (en) Web application management method and web system
CN104579822A (en) Automatic performance test system and method of mobile application based on Http protocol
CN112187558B (en) Data verification method and device and electronic equipment
CN103246606B (en) The performance test methods of ESB platform and system
CN109787974B (en) Message data stream generation method and device, computer equipment and storage medium
CN111124873A (en) Method and device for returning Mock data
CN112597019A (en) Front-end code debugging method, device, system and medium
CN113746842A (en) Message sending method based on Protobuf protocol dynamic analysis
CN113742408B (en) Protobuf protocol dynamic analysis-based data interaction method
CN111045934A (en) Page analysis method, device, client, storage medium and electronic equipment
CN110874278A (en) Embedding method of external system, workflow system, device and storage medium
CN113282511B (en) Test method and test equipment
CN105446867A (en) Method and apparatus for generating test data
CN114706786A (en) Application program testing method, device, equipment and medium of mobile terminal
CN112988589A (en) Interface testing method, device and system
CN109117379A (en) A kind of WEB terminal performance test data auto-collection system and method
CN112650955B (en) Uniform resource locator URL processing method and device
CN114124748B (en) Device and method for debugging hypertext transfer protocol interface based on IDEA platform
US8352588B2 (en) Systems and methods for collecting data regarding network service operation
CN111078477A (en) Interface test method and device, storage medium and electronic equipment
CN110851366A (en) Method and device for realizing regression test

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
CB02 Change of applicant information

Address after: Room 306, No. 799, Ximen Road, Chengqiao Town, Chongming District, Shanghai 202150

Applicant after: SHANGHAI I2FINANCE SOFTWARE CO.,LTD.

Address before: Room 2076, area C, building 8, No.2, Guanshan Road, Chengqiao Town, Chongming District, Shanghai 202150

Applicant before: SHANGHAI I2FINANCE SOFTWARE CO.,LTD.

CB02 Change of applicant information