Debug adapters log to console (#29957)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
de554589a8
commit
68793c0ac2
19 changed files with 268 additions and 330 deletions
|
@ -305,6 +305,7 @@ messages!(
|
|||
(DebugAdapterBinary, Background),
|
||||
(RunDebugLocators, Background),
|
||||
(DebugRequest, Background),
|
||||
(LogToDebugConsole, Background),
|
||||
);
|
||||
|
||||
request_messages!(
|
||||
|
@ -591,6 +592,7 @@ entity_messages!(
|
|||
ToggleBreakpoint,
|
||||
RunDebugLocators,
|
||||
GetDebugAdapterBinary,
|
||||
LogToDebugConsole,
|
||||
);
|
||||
|
||||
entity_messages!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue