-
Notifications
You must be signed in to change notification settings - Fork 645
Conditional Debugging #1720
Comments
As you said @freman, this one was easy to implement, it was an oversight due to limitations of the legacy debug adapter API, the new one supports this scenario You may try the feature on a build from the attached PR |
@freman and others (@l33t0, @houmam, @skycube, @zenyuk, @mattevans, and @shousper) who have upvoted this feature: Please give this feature a try by following the below steps and share any feedback you have.
|
Thanks @ramya-rao-a, I'll try to find something I need to interactively debug and test it out 😀 I did have to completely remove and re-install the plugin before it worked but...
You have brought us so much joy! Thank you! |
Thanks @ramya-rao-a works a treat! |
This feature is now available in the latest update to the Go extension (0.6.83) |
Hello, I have a feature request.
It would appear that the API for dlv supports conditional debugging, and it turns out you never know how much you need a feature until you don't have it.
Could we please get conditional debugging support?
https://godoc.org/github.com/derekparker/delve/service/api#Breakpoint
The text was updated successfully, but these errors were encountered: