phpstorm

breakpoint does not hit in phpstorm+xdebug

£可爱£侵袭症+ 提交于 2020-02-05 14:18:48
问题 os: windows 7 web server: xampp 1.8.2 (php version: 5.4.27) phpstorm: 6.0.3 in php.ini: [XDebug] zend_extension = "D:\xampp\php\ext\php_xdebug-2.2.4-5.4-vc9.dll" ;xdebug.default_enable=1 ;xdebug.auto_trace=1 ;xdebug.show_exception_trace = 1 ;xdebug.collect_vars = 1 ;xdebug.collect_params=1 ;xdebug.collect_return=1 ;xdebug.profiler_append = 1 ;xdebug.profiler_enable = 1 ;xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = "D:\xampp\tmp" xdebug.profiler_output_name = "cachegrind.out

phpstorm激活码

本秂侑毒 提交于 2020-02-04 10:18:14
title: phpstorm激活码,亲验可用 date: 2020-02-04 09:32:39 phpstorm激活码,永久激活 先上激活码: Z7BTIL5EYM-eyJsaWNlbnNlSWQiOiJaN0JUSUw1RVlNIiwibGljZW5zZWVOYW1lIjoi5rC45LmF5r+A5rS7IGlkZWEubWVkZW1pbmcuY29tIiwiYXNzaWduZWVOYW1lIjoiIiwiYXNzaWduZWVFbWFpbCI6IiIsImxpY2Vuc2VSZXN0cmljdGl[vb](https://www.playezu.com/tag/vb/

Disable xDebug on phpMyAdmin

做~自己de王妃 提交于 2020-02-03 05:16:06
问题 I am using xDebug for a first time. Everything works well, but when I want to go on localhost/phpmyadmin it want to start debug (I don't have breakpoints here). How can I disable it only for phpmyadmin? My config: [XDebug] zend_extension = "C:\xampp\php\ext\php_xdebug.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 xdebug.profiler_output_dir = "C:\xampp\tmp" xdebug.profiler_output_name = "cachegrind.out.%t-%s" xdebug.remote_enable = on xdebug

PhpStorm常用的一些快捷键

只愿长相守 提交于 2020-01-26 09:45:31
简单的找了这些吧! Ctrl + G : 跳到当前打开文件的行,输入格式(行数:列数) Ctrl + E : 打开最近编辑的文件列表 Ctrl + P : 显示函数的参数信息 Ctrl + Q : 快速打开函数的说明文档信息 Ctrl + 鼠标滑过 : 显示函数的简单参数信息 Ctrl + / : 注释或者取消注释选中的行 Ctrl + Shift + / : 注释或者取消注释选中的代码块 Ctrl + W : 选中光标所在的单词 Ctrl + Shift + W : 反选中光标所在的单词 Tab / Shift + Tab : 向右/向左缩进 Ctrl + X : 剪切当前行或者当前选中的内容块 Ctrl + C : 复制当前行或者当前选中的内容块 Ctrl + V : 粘贴剪切板的内容到当前位置 Ctrl + Shift + V : 从最近的剪切板选择内容粘贴到当前位置 Ctrl + D : 复制粘贴当前行或者当前选中内容 Ctrl + Y : 删除光标所在行 Ctrl + Shift + J : 光标所在位置的下一行追加到本行末尾 Ctrl + Enter : 自动拆分行,自动缩进(光标在代码行首) Shift + Enter : 自动新开下一行 Ctrl + Shift + U : 自动转换光标所在单词或者选中内容的大小写 Ctrl + Shift + ] / [ :

Add directory ignore to PHPStorm

空扰寡人 提交于 2020-01-24 04:43:55
问题 How do I add a folder to the ignore list? In PHPStorm I right-click on the folder->Subversion->set property I select Property name of:svn:ignore and set the property to folder1/folder2/* in the hope that all files in that folder will be ignored but when I want to do a check-in the files that I changed in that folder is in the list to be checked in. How can I exclude a whole folder from check-in? I am working on a Windows7 machine (if that matters) I am using PHPStorm 6.0.1 回答1: Right click

404 Not Found, but route exist in Laravel 5.4

≯℡__Kan透↙ 提交于 2020-01-24 02:06:18
问题 I'm using PhpStorm. I can run and open the index.php , but when I want to press submit button (post sign in), its display 404 not found. Web server Apache 2.4 running on Windows 10. This is my home This is my route 回答1: I'm not entirely sure why all the down-votes, especially since this is a common issue and the cause can be hidden for someone new to the Laravel environment. I know this is an old post, but I add it here for future newbies. The first thing I suggest trying is running php

VS Code 代替 PHPStorm

£可爱£侵袭症+ 提交于 2020-01-22 19:17:37
配置 vscode忽略node_module文件夹 设置中搜索:setting.json 添加: “files.exclude”: { “.idea/”: true, “.vscode/”: true } sftp CTRL+SHIFT+P,输入sftp 配置: { “name”: “worldlet_ipuxin_com”, “host”: “119.23.238.114”, “protocol”: “ftp”, “port”: 21, “username”: “worldlet_ipuxin_com”, “password”: “worldlet_ipuxin_com”, “remotePath”: “/”, “uploadOnSave”: true } 设置 settings.json 插件 TabNine 当然首推还是这一款基于GPT-2语言模型的自动补全工具,我在前面一篇文章中花了一篇文章对这款插件进行了介绍。在这里,我再次强烈推荐TabNine这款插件,哪怕你使用的不是vs code也可以尝试一下这款插件。 TabNine和我认识中的自动补全工具有很大的不同,传统的补全工具更多的是根据上下文信息和第三方库进行补全,换句话说就是基于既有的内容进行补全。而TabNine更多的是偏向推理,它能够根据开发者前面输入的内容快速推理接下来要输入的代码,甚至参数、字符串

How to remote debug Node JS with PHPStorm?

谁说我不能喝 提交于 2020-01-22 09:35:13
问题 I have a windows box and a VM running CentOS. Does anyone happen to know how I can debug a node CLI script (which doesn't open a port) using PHPStorm? The "edit configuration" seems to only support connecting somewhere instead of listening for incoming connections. 回答1: Make sure you have the nodejs plugin installed. If your server has the balancer package available (my EC2 box didn't), you can use this tutorial to forward the port with balancer. yum install balance -yt balance -df 8585 127.0

How to remote debug Node JS with PHPStorm?

萝らか妹 提交于 2020-01-22 09:33:49
问题 I have a windows box and a VM running CentOS. Does anyone happen to know how I can debug a node CLI script (which doesn't open a port) using PHPStorm? The "edit configuration" seems to only support connecting somewhere instead of listening for incoming connections. 回答1: Make sure you have the nodejs plugin installed. If your server has the balancer package available (my EC2 box didn't), you can use this tutorial to forward the port with balancer. yum install balance -yt balance -df 8585 127.0

PhpStorm和WAMP配置调试参数,问题描述Error. Interpreter is not specified or invalid. Press “Fix” to edit your pro

三世轮回 提交于 2020-01-21 21:16:27
Error. Interpreter is not specified or invalid. Press “Fix” to edit your project configuration. 解决方法: 打开File->Settings 浏览到Languages & Frameworks->PHP Include Path添加D:\WAMP64\apps\phpsysinfo3.2.3\sample\distrotest\Pear 点击CLI Interpreter右边的…按钮,打开如下窗口 点击左上角的绿色加号按钮 选择Other Local… 配置如下: 假设WAMP安装路径为D:\WAMP64\,版本号可能会有差异,根据实际情况进行浏览选择。 PHP executable设置为D:\WAMP64\bin\php\php5.6.16\php.exe(点击…按钮浏览) Debugger extension设置为D:\WAMP64\bin\php\php5.6.16\zend_ext\php_xdebug-2.4.0rc2-5.6-vc11-x86_64.dll(点击…按钮浏览) 设置结果如下: 点击OK按钮保存设置。 最终设置结果如下: 点击OK按钮保存设置。 来源: CSDN 作者: 独立的精神信徒 链接: https://blog.csdn.net/x1037490413