You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tend to use the cond command a lot when debugging tests just to get dlv to stop when I reach the correct test. will it be possible to add support for cond in gdlv?. Not having cond is the only blocker for me to switch from cli dlv to gdlv. I'm sure I can't be the only one :)
The text was updated successfully, but these errors were encountered:
I would much rather use the command :) because usually don't set the breakpoint and then add the condition but use cond to set the breakpoint for me when the condition is met
I tend to use the
cond
command a lot when debugging tests just to get dlv to stop when I reach the correct test. will it be possible to add support forcond
in gdlv?. Not havingcond
is the only blocker for me to switch from cli dlv to gdlv. I'm sure I can't be the only one :)The text was updated successfully, but these errors were encountered: