Examples of addVariableConverter()


Examples of net.cakenet.jsaton.script.debug.BreakInformation.addVariableConverter()

                }

                breakContext = context;
                breakSource = delegate;
                BreakInformation info = new BreakInformation();
                info.addVariableConverter(IRubyObject.class, new RubyExtractor());
                step = stepOver = false;

                // Todo: oh god, copying frames is going to be nasty as fuck...
                // popFrame clears the frame before returning, getFrames clones them for backtrace
                // i.e. only name and backtrace data is copied...
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.