The invention provides a virtual
breakpoint script debugging method. The method comprises the following steps of: opening a port on a
server, and automatically loading a dynamic link
library (DLL); installing a plugin on a script editor of a
client end, setting a property through the plugin, and transmitting the set property to the DLL; and when the script debugging
client end sends a script debugging request, calling a
debugger with embedded LUA according to the request by using the DLL, implementing the request, judging whether to pause immediately or not according to the set property when implementation reaches a
breakpoint, if so, pausing implementation of a script by using a
server end, otherwise, implementing a virtual
breakpoint debugging mode. According to the method, the plugin and the DLL are installed on the script editor and the
server respectively, so that a developer does not need to stare at data fed back in a script debugging process, the breakpoint is not required to be recovered again and again in an implementing process, and time is saved; and meanwhile, synergic work can be realized, so that cost is saved, and the method is a rapid and effective script debugging method.