Alibabacloud.com offers a wide variety of articles about unable to start debugging on web server, easily find your unable to start debugging on web server information here online.
start weinre become more convenient, specific methods please refer to the official website, configuration, after you want to start weinre, directly run weinre command can, do not need to append those parameters each time.3. Instrumenting your web page to act as a debug targetAppend the following script to the page you will be debugging4. Toss it so long, let me
Classic
In integrated. NET mode, applications should not specify ASP.net module components in the
The classic. NET pattern is the way we used to be in IIS 6 without the above restrictions.
After all, now that Longhorn Server is far away from us, we certainly want to be compatible with the IIS6 mode of window 2003, so we need to modify the site's application pool settings, as shown below:
My screenshot above is to use the existing Classic mode
Application project (Note:Create a new ASP. NET WEB Application project using visual Studio 2017Choose one on the template, unlike the. NET core program, which has direct option to enable Docker supportIt doesn't matter, we can right-click on the project vs2017-"add-" Docker supportThe following files will beBasically, Docker-compose and dockerfile are building docker containers.Third, enable Docker debuggingIf you press F5 to select Docker for
1. Configure the Java, Resourece, and WebApp folders in Build.gradle files and in accordance with the Gradle Web project directory structure specificationThe "HTTP port" can be set freely in the Build.gradle file1 Jettyrun {2 3 Scanintervalseconds = 14 httpport = 12345 stopport = 43216 stopkey = ' Stop ' C12>7 }2. Next, after deploying the Web project with Gradle (self-completed)In the W
The first step is to configure the jetty plugin on the appropriate Web project, configured as follows:plugin>groupId>Org.mortbay.jettygroupId>Artifactid>Jetty-maven-pluginArtifactid>Configuration> ContextPath>/ContextPath> Stopport>9090Stopport> Stopkey>FooStopkey> Configuration>plugin>The second step is to use Eclipse's external Tools configurations to create calls to external programs,This step also requires the addition of an envi
specific domain rules).Ii. pseudo-cross-domain issuesThe so-called pseudo-cross-domain, refers to the backend framework has supported cross-domain access, but due to business code exceptions or application server exceptions, the returned response information does not meet the expected results, causing the browser to prompt cross-domain issues.This problem, it is best to use the Grab Kit tool, analyze the response parameters and response header inform
of the requirement, if you want to configure for Tomcat debugging, you must place the jar packages defined in the POM into the specified directory (non-MAVEN management is directly under the Refference library), Additional configuration is required to compile the MAVEN artifact (the jar package defined by the Pom file) into the directory. The third aspect mentioned above.3.run/debug on server is finally aw
Startup occurs after Windows Server 2008 opens the IIS service:
Wesvc failed to start, error 1068: Dependent service or build failed to start
Solution:
1. Ctrl+r, input Services.msc
2. Find the World Wide Web Publishing Service services, the right key to start,
I. Linux tomcat configuration and startup1.catalina.sh First line JoinDeclare-x catalina_opts= "-xdebug-xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"2. Start Jpda (This is the boot mode under Tomcat, the other servers may be different.) But the truth is the same)./catalina.sh JPDA Start3. Start the Web
the dummy. decompress php to the web root directory. Set apache DocumentRoot to D:/myserver/wwwroot, and copy dummy. php to D: myserverwwwroot, and then modify php. ini, added the following content:
Zend_extension_ts = D:/myserver/ZendDebugger/5_2_x/ZendDebugger. dllZend_debugger.allow_hosts = 127.0.0.1/32,192.168 .1.88/24Zend_debugger.expose_remotely = always
Then restart apache. After a slight wait, we can enter phpinfo () to check whether it is s
Reprint Address: Well-written fildder tutorial http://kb.cnblogs.com/page/130367/Basic introduction of FiddlerFiddler's official Website: www.fiddler2.comFiddler official website provides a lot of help documentation and video tutorials, which is the best information for learning fiddler.Fiddler is one of the most powerful Web debugging tools, it can record all the client and
configuration is only used to fill the first tab, the back empty. Path from root is/apache-tomcat-7.0.82/webapps, mapped as is/home/your_username/apache-tomcat-7.0.82/webapps, Because when I set the host, the root is/home/your_username/.
At five, host is the remote hostname, and port is the port number previously defined in connector.
Finally, under before Launch tab, build artifact when you select War, do not select war exploded
3. Previously configured in the CATALINA.SHExport jp
will use 5_2_x_comp \ ZendDebugger. dll to D: \ myserver \ ZendDebugger \ 5_2_x \ ZendDebugger. dll. php decompress the package to the web root directory. I set apache DocumentRoot to D:/myserver and copy dummy. php to D: \ myserver \ wwwroot, and then modify php. ini, added the following content:
Zend_extension_ts = D:/myserver/ZendDebugger/5_2_x/ZendDebugger. dllZend_debugger.allow_hosts = 127.0.0.1/32,192.168 .1.88/24Zend_debugger.expose_remotely
the specific purpose). I will use 5_2_x_comp \ ZendDebugger. dll to D: \ myserver \ ZendDebugger \ 5_2_x \ ZendDebugger. dll. php decompress the package to the web root directory. I set apache DocumentRoot to D:/myserver and copy dummy. php to D: \ myserver \ wwwroot, and then modify php. ini, added the following content:
Zend_extension_ts = D:/myserver/ZendDebugger/5_2_x/ZendDebugger. dllZend_debugger.allow_hosts = 127.0.0.1/32,192.168 .1.88/24Zend_
Debugging technology is an integral part of our programming, and the debugger is a must-have component for every IDE environment. That being the case, Zend Studio's integrated environment has a debugger, which is a matter of course, but the debugger is used in its configuration and its powerful features are sure to amaze you!
In fact, the debugging capabilities of Zend Studio (which I referred to as "Zde"
PHP. INI, added the following content:
Zend_extension_ts = D:/myserver/zenddebugger/5_2_x/zenddebugger. dllZend_debugger.allow_hosts = 127.0.0.1/32,192.168 .1.88/24Zend_debugger.expose_remotely = always
Then restart Apache. After a slight wait, we can enter phpinfo () to check whether it is successful or not?
Aha, it works well ~
Next, open zde, tool menu-> preferences, select the debugging tab, set the d
and can be combined with the debugger to set breakpoints.
Set
To learn the concepts described in this article, PHP, Web server, and Eclipse are required. The extended PHP version supported by the debugger is V5.0.3.
We need a Web server to parse the pages created using PHP and display them to the browser. Apache2 is u
Using the Weinre tool, Weinre is intended to be a web Inspector remote debugging tool that allows remote pages to be represented on the PC by debugging page elements, styles, JS.
The principle of weinre
Three meaning of the end:
Client: local webinspector, remote debugging client.
does not need to be modified.The visual Studio code extension can either open a URL in the device's Safari browser or attach it to a tab in Safari. This depends on the configuration specified in the. vscode/launch.json file in the project root directory. To make it easier for the device to access the local development server (usually an HTTP server running on localhost), Microsoft decided to use the Localt
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.