1. After installing XAMPP, open the php.ini file, cancel the last [XDebug] comment, pay special attention to the meta-debugging function: xdebug.remote_enable = 1, restart XAMPP Apache service.
2. Install the PHP debug plugin for Chrone browser: Xdebug heler.
3. Set PHP excutables in Eclipse-php-helios-sr2-win32 Preferences, point to the PHP installation path in Xampp, and select Xdebug as the debugger.
4. Select Xdebug at Debug, and P
How is the JavaScript program debugged? The most primitive way to print content on a page with alert () is to use Console.log () to output content on the JavaScript console with a slightly improved approach. Well, using these two methods really solves the debugging problems of many small JavaScript scripts. But it's a pity to put the more powerful developer tools in Chrome. This article focuses on the JavaS
We have not encountered such a problem, we are in the analysis of some large e-commerce platform Web front-end script, want to find an element binding Click event, not so easy, because some front-end script encapsulation of the relatively hidden, and even some encryption script, with the traditional search element ID, or page source method to find, May be in vain at last. Let me show you the events that use Chrome to find the binding of elements.It's
Remote debugging of PHP: XDEBUG. XDEBUG for PHP remote debugging. I used xdebug for local debugging during XDebug development. However, recently I joined some projects, and the environment was too complex, you need to build a local PHP r
How do you debug a JavaScript program? The most primitive way to print content on a page with alert () is to use Console.log () to output content on the JavaScript console with a slightly improved approach. Well, using these two methods really solves the debugging problems of many small JavaScript scripts. But it's a pity to put the more powerful developer tools in Chrome. This article focuses on the JavaSc
Objective:In addition to our daily use of debugging methods, in Chrome, it contains some interesting methods to help improve our development debugging efficiency.Sources pagecommand + pFile jumpcommand + pthere's a similar jump method in chrome dev tools that uses sublime people or the habit of using file jumps.command
How do you debug a JavaScript program? The most primitive way to print content on a page with alert () is to use Console.log () to output content on the JavaScript console with a slightly improved approach. Well, using these two methods really solves the debugging problems of many small JavaScript scripts. But it's a pity to put the more powerful developer tools in Chrome. This article mainly introduces the
How do you debug JavaScript programs? The most original method is to print the content on the page with alert (), and a slightly improved method is to use Console.log () to output the content on the JavaScript console. Well, using both of these methods really solves the problem of debugging a lot of small JavaScript scripts. But it's a shame to have the more powerful developer tools in Chrome. This article
1:Built-in debugger Based on nodejs
Nodejs provides a built-in debugger to help developers debug applications.Program. To enable the debugger, you mustCodeWhen nodejs executes the debugger label, it is automatically suspended (the debugger label is equivalent to opening a breakpoint in the Code ). The Code is as follows:
VaRPath = URL. parse (req. url). pathname;Debugger;Res. writehead (200, {'content-type': 'text/plain '});
Run the command: node debug example. js to enter the
installed this when I found: The SDK download is not this thing, and then went to the official download, and then I have an error:The hint is: Intel Virtualization Technology (VT-X) is not turned on, so even if you install SDK,JDK these are useless.Solution: Baidu under your own computer how to enter the BIOS inside the Intel virtualization Technology (VT-X) is set to enable.3, creating the simulatorRemember in the SD card there is set up 2G Oh, relatively speaking, your simulator is set to the
How do you debug a JavaScript program? The most primitive way to print content on a page with alert () is to use Console.log () to output content on the JavaScript console with a slightly improved approach. Well, using these two methods really solves the debugging problems of many small JavaScript scripts. But it's a pity to put the more powerful developer tools in Chrome. This article focuses on the JavaSc
This article mainly introduces Google Chrome's tips for debugging JavaScript. If you need it, you can refer to Google Chrome not only for surfing the Internet, but also for developers, it is more like a powerful development auxiliary tool.
For better work, you must first sharpen the tool. Next, I will share with you some Chrome usage methods.
If you know how to
the console without a breakpoint is global-oriented. That is, a variable x is defined in the console at this time, and the scope of the X is global.If the console is used in case of a program interruption, the scope of the console is oriented to the scope at the break. That is, where the breakpoint is set (or where the code executes), the scope of the console is.For this example, a variable A is defined at the global scope, a value of 1, and a local variable A in the function test scope, with a
We have not encountered such a problem, we are in the analysis of some large e-commerce platform Web front-end script, want to find an element binding Click event, not so easy, because some front-end script encapsulation of the relatively hidden, and even some encryption script, with the traditional search element ID, or page source method to find, May be in vain at last. Let me show you the events that use Chrome to find the binding of elements.
It'
Asp.net| program |asp.net How to set up debugging for the ASP.net application (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 tradit
I recently found a strange problem when debugging the flash builder 4.5 project in the Chrome browser, and always reported an error during debugging (even if there is only one application container in the mxml file) the prompt "Security Sandbox conflict Error #2148, cannot access the local resource file: // ***/bin-Debug/textlayout_2.0.0.232.swf ". After several
Please forgive my hate!I used to be a big fan of Firebug and Firefox, and although I still feel good about FF, Chrome is growing in my heart. In the past, the instructor saw me in the use of Firebug debugging in good faith to tell me that later to get used to chrome, I still do not like, until now deeply in love with the simple convenience of
How do you debug a JavaScript program? The most primitive way to print content on a page with alert () is to use Console.log () to output content on the JavaScript console with a slightly improved approach. Well, using these two methods really solves the debugging problems of many small JavaScript scripts. But it's a pity to put the more powerful developer tools in Chrome. This article focuses on the JavaSc
How do you debug a JavaScript program? The most primitive way to print content on a page with alert () is to use Console.log () to output content on the JavaScript console with a slightly improved approach. Well, using these two methods really solves the debugging problems of many small JavaScript scripts. But it's a pity to put the more powerful developer tools in Chrome. This article focuses on the JavaSc
function definition: Ctrl + Shift + 0 (under scripts panel)
Find the file: Ctrl + O (under the scripts panel)
More Shortcut Keys: Press? In Chrome developer Tool? View help
8. Command Line API
$ (Id_selector) is irrelevant to jquery on the page.
$ (Css_selector)
$0, $1, $2, $3, $4
The last five elements selected in the elements panel are $0.
These five variables are first-in-first-out.
Copy (STR) Copies
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.