Marc Luria

- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Marc Luria created a post, Debugging javascript using Sets
When I debug using Arrays, I can easily set a breakpoint, and see the contents of an Array. However, when I use Sets, I can't see their contents. Are there plans to fix this? -
-
Marc Luria created a post, Rest Client question
I'm debugging a node.js application using PHPStorm. Maybe I should be using Webstorm, but I've been told they are equivalent. I'm using the Rest Client. When I start up the app using the Debug bu... -
Marc Luria created a post, Webstorm vs. PHPStorm for node.js and cordova development
I have been using PHPStorm for a number of years, using PHP and Javascript, but I have switched most of my projects to node.js. I am also developing using JAvascript for CordovaShould I move over ... -
Marc Luria created a post, Problems getting debugger to stop on breakpoints on Mac
I'm moving over to a Mac, after using PhpStorm first on Windows and then on Linux.xdebug says I've installed everything just fine, and apache is working, but I can't phpstorm to stop on my breakpoi... -
Marc Luria created a post, node.js debugger doesn't stop at breakpoints
I can't seem to get the debugger for node.js to stop at most breakpoints. I'm using the ltest version 133.434 in phpstorm 7.1.3 I can get it to stop at breakpoints at the beginning, but br... -
Marc Luria created a post, spy-js: support in PhpStorm
I see that Webstorm has support for spy-js. I'm not familiar with this, but I need another solution for javascript debugging. I use both PHP and Javascript. Is there support for spy-js in PHPStorm? -
Marc Luria created a post, Navigate | File
Navigate | File or Ctl-Shift-N doesn't seem to be working for me recently, maybe with the upgrade to 5.0.4I have about 1000 files in the project and it is very convenient, but it won't find files ... -
Marc Luria created a post, Javascript warnings
How do I turn off specific Javascript warnings. Particularly the "unused function" warning. Since I have many functions called within PHP, they are supposed to be unused. With all of these warni... -