address of the PC, the port is the boot port of Spy-debugger (default port: 9888).Fourth step: Use your mobile browser to access the page you want to debug.Custom OptionsPort(Default port: 9888)Spy-debugger start-p 8888 Whether to let Weinre monitor the IFRAME loaded page(Default: false)Spy-debugger start-i true MoreThe Spy-
Monster debugger was occasionally used more than a year ago. At that time, I only thought it was a novelty. However, once I used it, I found that it was more troublesome to debug than a common trace, and the output does not change much.Today, due to the need for the project, I found a third-party debugging tool again, and I was lucky to find it again.From the original version 1.0 to the current version 3.0,
Microsoft Script DebuggerJS debugging tools in IE can help you quickly locate errors
Download:Http://download.microsoft.com/download/winscript56/Install/1.0/W9XMe/CN/scd10chs.exe
Procedure1. Set tool/Internet option/advanced/disable script check before debugging in IE.2. Run the page you want to debug in IE3. In the Microsoft Script debugger tool, view/run the
the display format, where '/X ' is used to represent the 16 binary format.The variable display formats that can be supported are:
X: Display variables in hexadecimal format
D: Display variables in decimal format
U: Display unsigned integer in hexadecimal format
O: Display variables in octal format
T: Display variables in binary format
A: Display variables in hexadecimal format
C: Display variables in character format
F: Display variables in floating-point nu
The first step:Step two: On the code>>>>>>>>>>> Source code Download Step three: ExplainRelease Notes==================================================================v2.1 September 28, 2017 19:37:39 qq1222698For many years not updated, Chonghao the requirements of the elder brother, add some features1, remove the automatic reply function, plus automatic sending function2, increase the return function, automatic CRC function3, no longer packaging, self-compilation, or direct use of the running v
When pry is used, you will feel that the previously used debugger method is so complicated and troublesome that it brings up the troubles of rails S and takes time to enhance IRB's functions,
By default, the pry configuration is enough, so that the rails console can also rest.
Installation:
Add in gemfile
gem ‘pry‘, :group =gt; :development
Then execute
bundle install
You can.Usage:
Replace the IRB method with pry and run the following command directl
Tags: extension pos bug style model TAR database export ever spanFirst, Debugbar installationReference: Laravel debugging Tool--laravel Debugbar Expansion pack Installation and use of the tutorial "2, install" sectionSecond, Dbexporter installationReference: Laravel Extension Recommendation: Dbexporter Reverse migration and Db:seedAttention:1. Install the 1.1 version by default. It is recommended to install the latest Dev-master version: composer requ
1. Run cmd as Administrator2. Installing Windows ServicesCD C:\Windows\Microsoft.NET\Framework\v4.0.30319 (InstallUtil.exe path, note that the version number of InstallUtil.exe needs to be the same as the version number of the project)3. Installing Windows ServicesInstallUtil.exe d:\ Project-related files \monitoringtest\dialtest\bin\debug\projecttest.exe (project path)4. Start the Windows servicenet start testservive (service name)At first I was not very daring to operate, but encountered a pro
Tag:warserverhardware must be font Registration Services Project ramros register Start service: windows Server registration Stop open cmd window-start-run-input cmd, enter NBSP; Register service Command NBSP;CD c:\windows\microsoft.net\framework\v2.0.50727 (written according to your Framework version (V2.0.50727NBSP; can replace v4.0.30319) installutil.exed :\hardwareserverservice.exe (d:\ hardwareserverservice.exe is the program location) net start computerservice ( Computerservice is
Open the CMD window as an administratorWin7:Registration Service CommandCD C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727InstallUtil.exe D:\HardWareServerService.exe (Hardwareserverservice the name of the project)net start Computerservice (Computerservice is the name of the service) [This step I did also succeeded]Original Reference Address: http://blog.csdn.net/muzai/article/details/19540607You cannot start a service from the command line or from the debugge
Website address: http://blog.csdn.net/sgear/article/details/6789882Simply download the following zip file and place the assembly inside of it into your Bin folder. Then on your Global.asax.cs file add one line to the Application_Start method (in bold).protected void Application_Start(object sender, EventArgs e){ RegisterRoutes(RouteTable.Routes); RouteDebug.RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);}
Test RoutingBecause a URL matches more than one routing rule, you often end
program can be uploaded and run smoothly in the Pycharm visual window. Select Tools→deployment→browse Remote Hosts from the main menu. The Remote Host Control window displays the currently opened service:11. Deploy files to the server applicationThis is a very simple operation in Pycharm. Select Tools→deployment→upload to Myremoteserver in the main menu to ensure that the new directory C:\xampp\htdocs has been successfully created on the server.Another way to do this is by right-clicking the fi
units, but to read its 11th bit, it was obvious that something was wrong.However, when we are programming, the program to be solved is not as simple as here, and if there is a mistake, it will also spit out a large number of unrelated anomalies, making it difficult to find the cause of the error.Moreover, if you want to use the method of printing variables to detect errors, it is estimated that you have not come up with a half day.At this point, we're going to use the
JDB is a simple command-line debugger that can debug a local or remote Java Virtual machine.jdb [Options] [class] [Arguments]options command-line arguments class-debug Classes name arguments main function parameters1. Start debuggingThere are two ways to start debugging, one is to start a new JVM to load the specified class, and then stop when you start executing the instruction, and the other is to connect
[JAVA concurrency] synchronization tool and java concurrency Tool
Synchronization tools include locking (such as CountDownLatch), barrier (such as CyclicBarrier), semaphores (such as Semaphore), and blocking queues (such as LinkedBlockingQueue;
The synchronization tool class
Java file encoding tool and java coding Tool
This article mainly introduces a tool class written in java to convert a file encoding to another encoding that does not change the file content:
You can use URLEncoding to re-encode an
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.