Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Enhace debugging view #209

Merged
merged 1 commit into from Jan 31, 2024
Merged

✨ Enhace debugging view #209

merged 1 commit into from Jan 31, 2024

Conversation

pleonex
Copy link
Member

@pleonex pleonex commented Jan 30, 2024

Improve the view of the debuggers displaying the main properties of some key types:

  • Node: display name and format between square brackets
  • DataStream: display offset, length and position
  • BinaryFormat: display "Binary" and info from underlying Stream
  • NodeContainerFormat: display number of children

Quality check list

  • Related code has been tested automatically or manually
  • Related documentation is updated too small to document
  • I acknowledge I have read and filled this checklist and accept the
    developer certificate of origin

Acceptance criteria

  • In the debug view we can see the name and format of the node like in IDEs like SceneGate

Follow-up work

  • PO? we will add it as we find other use cases useful

Example

  • DataStream:
    image
  • Node with container format:
    image
  • Node with binary format:
    image

@pleonex pleonex self-assigned this Jan 30, 2024
@pleonex pleonex added this to the v4.0 milestone Jan 30, 2024
@pleonex pleonex merged commit e206c92 into develop Jan 31, 2024
5 checks passed
@pleonex pleonex deleted the feature/debugging branch January 31, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant