Console: This function is analog JS console, write code directly, view the results. Advanced features open breakpoints when used, to see how variables change. You can also use the bar function.Resources: The secondary function is to view the loading page of the resource used, linked to the database, the domain name stored under the cookie information can be viewed, click on the left column, and then click to view.Audits: Sub-function is also a performance test, click Run to perform, see efficien
The scheme is as follows: $ch = curl_init (); curl_setopt ($ch, Curlopt_url, ' http://YOUR-SITE.com/ your-script.php '); curl_setopt ($ch, Curlopt_cookie, ' xdebug_session=1 '); Curl_exec ( $ch);? >This is what I'm using here.// Debug Xdebug Dedicated curl_setopt ($curl _session, Curlopt_cookie, ' xdebug_session=administrator ');Where the value of Xdebug_session is XDEBUG set in PHP.ini Xdebug.idekeySee the value of Xdebug IDE Key in Phpinfo () (I'm administrator here by default)Referenc
1. Install itunes or the iphone device is not recognized2. Turn on debug mode, open IPhone, go to Settings > Safari > Advanced > Web Check > Enable3, download Ios-webkit-debug-proxy, find release file downloadProject Address: https://Github.com/artygus/ios-webkit-debug-proxy-win324, open commandIos_webkit_debug_proxy-win32.exe-f chrome-devtools://devtools/bundled/inspector.html5, Start debugginghttp://6, click on the connection that appears, copy, man
Today in the Baidu Bae built an application, SVN upload found that there are some problems between the page, after several inquiries found:(1) The normal Window.opener.object1.object2 Page object access method under IE can not be used under Chrome, modified to Window.opener.document.getElementById (' Object2 ' ) to solve the problem;(2) Chrome cannot use the Window.opener object to access objects within the
Open the written JavaScript code in chrome.
On the page, right-click and select "Review element".
Pop-up form:
Then, click on the "Resources" tab:Then click "Enable Resource Tracking", import the source file, and select the "Script" tab, as follows:The way to add breakpoints is to double-click on the number in the line of code you are on!!Debug control mode:
The first is to refresh the debugging
One, Tomcat development remote debugging Port Method 1 Win systemIn the Catalina.bat:SET Catalina_opts=-server-xdebug-xnoagent-djava.compiler=none-xrunjdwp:transport=dt_socket,server=y,suspend=n, address=8899 Linux SystemsIn the catalina.sh:Catalina_opts= "-server-xdebug-xnoagent-djava.compiler=none-xrunjdwp:transport=dt_socket,server=y,suspend=n, address=8899 "Method 2 Win systemCreate a new Debug.bat i
APP remote debugging and automated network testing, and app debugging Automation
1. Enter this website, register and log on
Https://dt.testbird.com/login/
2. Choose cloud phone
3. Select the phone you want to rent
4. Click remote debugging.
5. In the dos command
() .CopyThis command allows you to copy the contents obtained from the console to the ClipboardBecause I just used the console to select an element ID, so I use $_, although the console output is undefined, but you create a new Notepad, CTRL + C try it, it's amazing.keysvaluesKeys returns data that consists of all the property names of the passed-in objectValues returns an array of all property valuesMonitorunmonitorMonitor (function), which receives a function name as a parameter, each time the
() .CopyThis command allows you to copy the contents obtained from the console to the ClipboardBecause I just used the console to select an element ID, so I use $_, although the console output is undefined, but you create a new Notepad, CTRL + C try it, it's amazing.KeysvaluesKeys returns data that consists of all the property names of the passed-in objectValues returns an array of all property valuesMonitorunmonitorMonitor (function), which receives a function name as a parameter, each time the
Remote notifications for local debugging with Houston and notifications for houston debuggingBackground of Houston
HoustonAddress on GitHub: https://github.com/nomad/houstonand the author isMattt ThompsonIt is simply humane, productive, and quality
Houston allows us to easily debug remote notifications locally or even on terminals.Install
First install on the ter
How to set up debugging for ASP.net applications (including remote debugging)
Depending on your type of debugging and operating system selection, please do not reverse the following steps (if not, set from the beginning)
PS: Because I write this draft, with the win 2003, Win2000 traditional version + Visual Studio.NE
Remote Debugging Android DevicesRemotely debug your Android device on your computer byKayce Basques Technical Writer at Google bymeggin Kearney Meggin is a Tech WriterRemote Debug Live content on a Android device from your Windows, MAC, or Linux computer. //Remote real-Time debugging of Android device content. Tl;dr
ObjectiveSometimes for the user experience, we do development must consider the weak network access experience, such as loading order, the first screen in the display of weak nets;Some small partners recommend using the Fiddler4 "used, feel can also, function is very strong, self-feeling a bit bloated", but in Chrome also has weak network simulation "for the front-end Interface request, page rendering simulation enough to use"UseI don't know what vers
Tags: blog http io os ar for SP strong filesudo apt-get gdb-server,"--warning:could not load Vsyscall page because no executable is specified" may appear during client debuggingFollow these steps:I just encountered this problem myself then I used a cross-compiled gdb (you'll in general need this if your remote host has a different architecture). The symbols need to is read from the binary compiled on the remote
The principle Attilax Summary of remote Debugging for atitit Web remoteThe JVM is the VM that opens a debug port, and then the IDE connects first: Then execute the URLandthe VM will communicate with the IDE . Phpof theXdebug Port 9000is inPhpstoremOpen the ... If you performURL, it will also startDebug.. Must be pre-connectedIDEand theApacheto be able to. UsePhpstormOpenDebug PageReady , pre-connected. And
1. echo, var_dump, die, log
Die ("test"); var_dump ($ var );
2. NetbeansRemote debugging (if URLWrite is not successfully tested)
Php scheduling is a little troublesome. I tried using Netbeans yesterdayIt is easy to use without URLRewrite,The debugger may not be able to find the file. The configuration is not successful.
Xdebug remote debugging: http: // riku
1 Trust many people often encounter when a team is using remote debugging:
Failed to connect to remote VM Connection refuse
2. Cause: Other people in the same group monopolize this connection (while only one connection can perform remote debugging)
3. Solution: Click the 5
Javascript Debug Toolkit is an open source free Eclipse plugin, official home page: HTTP://CODE.GOOGLE.COM/P/JSDT
The following illustration shows a browser comparison supported by a debugging tool
Tools \ Browsers
Ie
Firefox
Safari
Chrome
Opera
Other
Vs.net
Support
Microsoft Script Debugg
Solution, configure the new Web site with the App. Config modified system.web > Set compilation debug= "True" to insert debug symbols into the compiled page. Because this affects performance, set this value to true only during development. - debug = "false" > Compilation>system.web>Change False to TrueAfter you start the client, you will be prompted for thisSecurity Warning:attaching to a process owned-untrusted user can be dangerous. If The following information looks suspicious or you is u
1. PrefaceGDB is a popular and common Linux Environment Debugging tool, mastering it is necessary for the embedded development work, can improve work efficiency, quickly find and solve problems. Recently interested in studying the use of the next GDB, the special summary is as follows for later review.2. Download the latest GDB: http://ftp.gnu.org/gnu/gdb/, choose the latest version of the current download. I chose the gdb-7.7.tar.gz version.3. Compil
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.