This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add project specific ProGuard rules here. | |
# You can control the set of applied configuration files using the | |
# proguardFiles setting in build.gradle. | |
# | |
# For more details, see | |
# http://developer.android.com/guide/developing/tools/proguard.html | |
# If your project uses WebView with JS, uncomment the following | |
# and specify the fully qualified class name to the JavaScript interface | |
# class: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status":"success" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"isActive":true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func verbose(t *Term, ctx callContext, args string) error { | |
state, err := t.client.Next() | |
if args=="first" { | |
//fmt.Println("calling cont") | |
customCont(t,ctx,args) | |
}else{ | |
printFileLine(t, state.CurrentThread.File, state.CurrentThread.Line, true) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func printCode(t *Term, filename string, line int, showArrow bool,th *api.Thread,ctx callContext,args string) error { | |
file, err := os.Open(t.substitutePath(filename)) | |
if err != nil { | |
return err | |
} | |
defer file.Close() | |
fi, _ := file.Stat() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30532 silly cache afterAdd [email protected] | |
30533 verbose afterAdd /home/itstym/.npm/lodash/3.10.1/package/package.json not in flight; writing | |
30534 verbose correctMkdir /home/itstym/.npm correctMkdir not in flight; initializing | |
30535 verbose afterAdd /home/itstym/.npm/lodash/3.10.1/package/package.json written | |
30536 silly addBundled read tarball | |
30537 silly cleanup remove extracted module | |
30538 verbose stack TypeError: Cannot read property 'deep-extend' of undefined | |
30538 verbose stack at /usr/local/lib/node_modules/npm/lib/install/inflate-shrinkwrap.js:35:40 | |
30538 verbose stack at Array.filter (native) | |
30538 verbose stack at inflateShrinkwrap (/usr/local/lib/node_modules/npm/lib/install/inflate-shrinkwrap.js:34:49) |