GithubHelp home page GithubHelp logo

painspector's Introduction

PAInspector

Available commands: • q : Terminates inspection, allowing the calling program to proceed its execution.

• i name : Inspects the value of the field named name of the object currently presented and makes that 
value the current inspected object.

• m name value : Modifies the value of the field named name of the object currently presented so that it 
becomes value. This command must support, at minimum, fields of type int.

• c name value 0 value 1 ...value n : Calls the method named name using the currently presented object 
as receiver and the provided values as arguments and inspects the returned value, if there is one. This
command must support, at minimum, calling methods that do not have parameters and methods that
require arguments of type int.

• u : Navigates up in the graph of inspected objects, putting the previous inspected object as the current
object being inspected.

• d : Navigates down in the graph of inspected objects. If there is more than one option in the graph, it
asks the user to choose one of the options.

• s name : Saves the current object with the name name of future usage. To use this saved object in the
commands c and m, you have to add the character ' before the name of the saved objects. (For example:
m nameofthefield 'nameofthesavedobject)

• o name : Puts the saved object with name name as the current object.

painspector's People

Contributors

jafonsor avatar paulortm avatar mbote avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.