Reed

Avatar
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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)         ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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 ...
    • 1 follower
    • 0 comments
    • 0 votes