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

Set Variable #6

Open
3 tasks done
ncannasse opened this issue Apr 14, 2018 · 1 comment
Open
3 tasks done

Set Variable #6

ncannasse opened this issue Apr 14, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@ncannasse
Copy link
Member

ncannasse commented Apr 14, 2018

  • set variable
  • attach to process
  • choose all exceptions/caught exceptions in breakpoints (see NWJS debugger which allows it)
@Gama11 Gama11 added the enhancement New feature or request label Apr 14, 2018
@ncannasse
Copy link
Member Author

ncannasse commented Jul 12, 2018

set variables is wip:

  • set f64
  • allow to set nested variables / statics / members (use variableReference)
  • correctly update ui
  • allow to call functions in debugged module (to alloc new values)
  • correct error handling (invalid value, cast failure, etc)
  • more supported values: string, etc.
  • allow to set nullable basic types
  • safeCastTo implementation
  • in-bytes changes
  • in-array changes
  • in-map changes

@ncannasse ncannasse changed the title Missing features Set Variable Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants