Jonathan Briden

Avatar
  • 活动总数 30
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 11
  • 创建于

    Deployment Headaches

    I am so frustrated with PhpStorm. For a couple of months now my deployment settings just randomly disappear. It's particularly noticeable when I switch to a project that I may not have worked on re...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    PHPStorm not adding ".js" on module names

    The autocompletion in PhpStorm is generally pretty nice, but I keep getting caught out by it adding import statements without the ".js" on the end. E.g... import {OPTIONS} from './app'; Then when I...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Can I connect the debugger to a PHP process started by another script (Windows)?

    I have a test script that runs another PHP file asynchronously... $cmd = <<<EOTcmd /c php -f="$script" $argsEOT; $WshShell = new COM('WScript.Shell'); $WshShell->Run($cmd, 0, ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Is there a way to avoid SQL inspections on non-SQL strings?

    已回答
    There's a number of place in my project where PhpStorm is assuming a piece of text is SQL, usually because the word "select" appears in the string. E.g. $prompt = 'Select your country from the drop...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    JSLint and switch statements

    Overall I'm pretty happy having JSLint turned on, and have made some adjustments to cater for its desired formatting rules (like adding a space after the colon in object definitions).But one thing ...
    • 2 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    How can I debug a URL called by a script?

    Part of a project I am working on includes a postback URL, let's call it "postback.php".In the live environment, another server is calling "http://mydomain.com/postback.php?p1=v1&p2=v2".For testing...
    • 3 个关注者
    • 10 条评论
    • 0 票
  • 创建于

    What's the best way to Upgrade PhpStorm?

    Yesterday PhpStorm told me there was a new version 3.0.1, and that I should upgrade (from 3.0.0). I downloaded the new version and ran the installation.Today PhpStorm told me there was a new versio...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    How does the debugger "know" where to get the debug source?

    I was having problems with PhpStorm not debugging my code, and thought looking at phpinfo() might help.Ironically when I tried to run a phpinfo() script in my browser it jumped into the debugger. :...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Some quirky results in PhpStorm 3.0

    I just started using version 3.0, and I'm getting some odd warnings.For example on the second line of this code...            $wicon = ($colc <= 4) ? "img/icon_wait.gif" : "img/icon_waitsm.gif";   ...
    • 3 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Debugger for Firefox 8

    Firefox is bugging me to upgrade to FF8, but says the JetBrains debugger is incompatible.Is there a version compatible with FF8 yet?If not, when is it likely to come?Thanks
    • 5 个关注者
    • 6 条评论
    • 0 票