8

Am I the only one who uses the breakpoint feature in PHPStorm for highlighting parts of code instead of actually debugging?

Comments
  • 5
    That's what bookmarks are for 😋
  • 1
    Your telling me I've been doing it wrong all this time?

    🤯
  • 0
    I use it to highlight parts that may be broken so that the process will pause on them long enough for me to inspect.
  • 1
    @AlgoRythm Lol, imagine if breakpoints were only stops for a random amount of time and you'd never know when the execution would continue 🤣
  • 1
    @PonySlaystation File > Preferences > Breakpoint time.

    *Selects "I am a fast reader"

    A toast message appears: "Good luck, you poor bastard"
  • 0
    @pxeger Right there in front of your ass.
  • 0
    @SortOfTested They do not hightlight the code enough tho...they are more useful for bookmarking something hard to find that you always struggle finding.
Add Comment