Reed

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Reed commented, -
-
Reed created a post, WebStorm: Using Backbone.js
Hi,I am using WebStorm to help learn Javascript. I'd like to work with Backbone.js (http://backbonejs.org/) (nainly the collection function) but I can't figure out how to use it with WebStorm.I hav... -
Reed created a post, WebStorm: Strange breakpoint behavior
Hi,I'm using WebStorm v9.0.3 under Yosemite 10.10.2. I am trying to debug the following code: function findSolution(target) { function find(start, history) { if (start == target) ... -
-
Reed created a post, Unable to debug rails app
Hi,I am trying out RubyMine to see if we should use it on our Rails 3.2 app. I am trying to run one of our unit tests under RubyMine's debugger without success.I have created a configuration for on... -
Reed created a post, Extra info in Console window while debugging
Hi,Pretty new to PyCharm so forgive me if this is a silly question.Let's say I have a breakpoint set on the following line of code: print foo When I step over that line of code the correct string ...