Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Oct 21, 2024
1 parent 5620c4d commit 22bb298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/components/XDebugMode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const source = (filePath) => {
};
const handleResponse = (event, response) => {
console.log('response', response)
parseResponse(response);
};
Expand Down Expand Up @@ -247,7 +248,7 @@ const handlePropertyGet = (responseElement, evaluate) => {
propertiesTree.value.push(list);
});
//
// console.log("Properties Tree (property_get):", propertiesTree.value);
// console.log("Properties Tree Eval (property_get):", propertiesEvalTree.value);
// console.log("Properties Context Tree (property_get):", propertiesContextTree.value);
Expand Down

0 comments on commit 22bb298

Please sign in to comment.