FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Missing "this" attribute on Debugger Callframe · Issue #35 · HubSpot/ChromeDevToolsClient · GitHub

Missing "this" attribute on Debugger Callframe #35

Description

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 (Property property : type.getProperties().get()) {
String name = 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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL