bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Umar Hansa
When you set a breakpoint, you can make it conditional based on the result of an expression. Right click on the line gutter and select Add Conditional Breakpoint and enter your expression.
If you have a callback like:
functioncallback(result,err){//set a conditional breakpoint based on the existence of err}
You could set a conditional breakpoint based on the existence of err.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2015-07-16 UTC."],[],[]]