You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey --
I need to access the "this" property on the Debugger Callframe object but it looks like the custom generator skips that while generating POJOs.
Relevant snippet here:
for (Propertyproperty : type.getProperties().get()) {
Stringname = property.getName();
if (name.equals("this")) {
continue;
}
Happy to contribute this back to the repo but last time I tried it looked like the repo relied on some dependencies that weren't public. Is that the case?
The text was updated successfully, but these errors were encountered:
Hey --
I need to access the "this" property on the Debugger Callframe object but it looks like the custom generator skips that while generating POJOs.
Relevant snippet here:
ChromeDevToolsClient/CodeGeneration/src/main/java/com/hubspot/chrome/devtools/codegen/Generator.java
Lines 339 to 343 in 056458e
Happy to contribute this back to the repo but last time I tried it looked like the repo relied on some dependencies that weren't public. Is that the case?
The text was updated successfully, but these errors were encountered: