Hacker News new | ask | show | jobs
by a1369209993 2038 days ago
There's also:

  /** /
  do_thing();
  /*/
  do_other();
  //*/
which allows quickly toggling between `thing` and `other` while debugging.