-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for "logPoints" #45128
Comments
@chryw fyi this milestone we will also be using the nice log point icon you provided us. Once you go over our icons to standardise them you could also make sure the log point is consistent with other icons as well. |
@isidorn in the DAP the "logMessage" exists only on the SourceBreakpoint but for VS Code I suggest that "logMessage" lives on some common base class for SourceBreakpoint and FunctionBreakpoint. Most likely I'll add a "logMessage" on the FunctionBreakpoint soon. It would be great if all the common attributes "enabled", "condition", "hitCondition", "logMessage", "id", would live in a baseclass... And for the logMessage UI I suggest that we just add a third "page" to the Peek UI. And the "Add Logpoint" and "Edit Logpoint" actions would just open this third page automatically. |
@weinand agree, I will try to structure it like that this afternoon. |
I have created test plan item #45962 |
@isidorn you've checked off |
@weinand you can see them if you run vscode out of source. They will be avilable in tomorrows insiders. |
I am running out of latest source but I was only looking for the "Edit Log Point" actions... |
If demand is high I can rename the "Edit Breakpoint" action to "Edit Log Point" if the user clicks on a log point. |
@isidorn @roblourens @weinand Do we want to mention LogPoints in this iterations release notes? I'm not convinced our implementation for Node is ready for prime time, per learnings from yesterday: microsoft/vscode-node-debug#174 (comment) One option for us could be to prefix it with "Preview" |
Does this only apply for Node? Not PHP? |
@nonameolsson from the 1.22 release notes: Debug extensions have to actively opt into this feature. |
Umbrella item for LogPoints:
The text was updated successfully, but these errors were encountered: