wip: request (and store) debug data in the connection (#6698)
Add in new Debug stubs to the connection
This commit is contained in:
@ -99,6 +99,14 @@ impl crate::engine::EngineManager for EngineConnection {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn get_debug(&self) -> Option<OkWebSocketResponseData> {
|
||||
None
|
||||
}
|
||||
|
||||
async fn fetch_debug(&self) -> Result<(), KclError> {
|
||||
unimplemented!();
|
||||
}
|
||||
|
||||
async fn inner_fire_modeling_cmd(
|
||||
&self,
|
||||
id: uuid::Uuid,
|
||||
|
Reference in New Issue
Block a user