Silas2
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created Can't seem to configure eslint
Whatever I do, I can't seem to get eslint to work. I've set the .eslintrc to the installed one in magento-coding-standard\eslint but get the error 'this.libOptions.parse' is not a function. I get t... -
Created Not breaking from Terminal
I've forgotten something, I can't hit breakpoints from the Terminal. Listening switched on. Breakpoints are being hit from scripts/CLI interpreter setup in Settings. XDEBUG_CONFIG=idekey=PHPSTORM a... -
Created PHP 7.2 or 7.3 falls over
I've got 7.4 and 7.1 working ok but I need 7.2 or 7.3. I get the full xampp install (I'm on Win) for 7.3 (same happens with 7.2), get the 64bit threadsafe xdebug, wire it up in php.ini, hits the fi... -
Edited Call stack entries disabled
I can't work out why the call stack is disabled for some procedures and I can't seem to step thru the code but it is running. It is a Rest api PUT request, I don't know if that has anything to do ... -
Created Exception Breakpoints
I'm really trying to get 'Break on handled exceptions' to work but I just can't seem to get it to break. I've tried many different types but nothing seems to work. I was hoping just 'Exception' wou... -
Created This file does not belong to the project...?
I know I must have read about this somewhere but...when I'm in break-mode and I see where I want to edit the code , maybe in a different file to the one with the break in, I get the "This file does... -
Created Help, messed up my permissions!
Using Linux (as newbie) , I reset my home permissions -R, I know maybe I should wipe Debian, but I'm trying to recover it. The only thing I seem to be having trouble with is Phpstorm won't launch a... -
Created Hitting breakpoints but nothing rendered
I've just starting using Phpstorm on Debian so i'm setting it up for the first time. If I put a breakpoint in code, then press the 'Debug' button, the initial request is created and i can put a st... -
Edited Where did the bookmarks go?
I used a tip from this forum to copy over my existing bookmarks to a new project with the same framework by copying the .idea/workspace.xml file. This worked great, then i went to roll them into an... -
Created Excluded folders still being included
I must be misunderstanding this but when i exclude a folder, then use the Navigate->File dialog, the excluded folder's content is still being found: surely they shouldn't be being found?