Reed
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Reed 进行了评论, -
-
Reed 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 ...