ftc = {
  init: function()
  {
    console.log("init");
    var a = 10; // Put the breakpoint here
  }
};
ftc.init();
