This file contains hidden or 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
/home/sebastian/.local/bin/node --debug-brk=53438 --trace_debug_json server/app.js | |
debugger listening on port 53438 | |
{"seq":894,"type":"request","command":"version"} | |
{"seq":0,"request_seq":894,"type":"response","command":"version","success":true,"body":{"V8Version":"3.14.5.8"},"refs":[],"running":false} | |
{"seq":895,"type":"request","command":"backtrace","arguments":{"inlineRefs":true}} | |
{"seq":1,"request_seq":895,"type":"response","command":"backtrace","success":true,"body":{"fromFrame":0,"toFrame":7,"totalFrames":7,"frames":[{"type":"frame","index":0,"receiver":{"ref":0,"type":"object","className":"Object"},"func":{"ref":1,"type":"function","name":"","inferredName":"","scriptId":33},"script":{"ref":3},"constructCall":false,"atReturn":false,"debuggerFrame":false,"arguments":[{"name":"exports","value":{"ref":0,"type":"object","className":"Object"}},{"name":"require","value":{"ref":4,"type":"function","name":"require","inferredName":"","scriptId":23}},{"name":"module","value":{"ref":7,"type":"object","className":" |
This file contains hidden or 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
(function() { | |
var cnt = 1; | |
setInterval(function () { | |
console.log("#" + cnt + " Hello! from " + process.pid); | |
cnt++; | |
}, 2000); | |
})(); |
This file contains hidden or 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
Index: common/src/main/java/io/netty/util/concurrent/ThreadPerTaskExecutor.java | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- common/src/main/java/io/netty/util/concurrent/ThreadPerTaskExecutor.java (revision 9176cea8fc664a4d63df794d44a84fc09cc2d6fd) | |
+++ common/src/main/java/io/netty/util/concurrent/ThreadPerTaskExecutor.java (revision ) | |
@@ -19,7 +19,7 @@ | |
import java.util.concurrent.ThreadFactory; | |
This file contains hidden or 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
var map = { | |
'123prop': { | |
'456': 'string' | |
} | |
}; | |
map["123prop"]["456"] = "23423"; | |
console.log(32); |
This file contains hidden or 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
function printCallSite(callSite) { | |
var out = '"' + callSite.getFileName() + '"'; | |
if (callSite.isEval()) { | |
out += " eval"; | |
} | |
if (callSite.isNative()) { | |
out += " native"; | |
} | |
if (callSite.isToplevel()) { | |
out += " topLevel"; |
This file contains hidden or 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
2014-01-02 14:36:14,839 [1355388] DEBUG - g.jetbrains.rpc.MessageManager - OUT: {"type":"request","command":"continue","arguments":{"stepaction":"next","stepcount":1},"seq":21} | |
2014-01-02 14:36:15,483 [1356032] DEBUG - v8.connection.V8MessageDecoder - IN: {"seq":41,"request_seq":21,"type":"response","command":"continue","success":true,"running":true} | |
2014-01-02 14:36:15,502 [1356051] DEBUG - v8.connection.V8MessageDecoder - IN: {"seq":42,"type":"event","event":"afterCompile","success":true,"body":{"script":{"handle":1,"type":"script","name":"console.js","id":68,"lineOffset":0,"columnOffset":0,"lineCount":110,"sourceStart":"(function (exports, require, module, __filename, __dirname) { // Copyright Joyen","sourceLength":3325,"scriptType":2,"compilationType":0,"context":{"ref":0},"text":"console.js (lines: 110)"}},"refs":[{"handle":0,"type":"context","text":"#<ContextMirror>"}],"running":true} | |
2014-01-02 14:36:15,507 [1356056] DEBUG - v8.connection.V8MessageDecoder - IN: {"seq":43,"type":"event","event":" |
This file contains hidden or 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
require('typescript-require')({nodeLib: true}); | |
require("./gulpfile.ts"); |
This file contains hidden or 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
[core] | |
symlinks = false | |
repositoryformatversion = 0 | |
filemode = true | |
logallrefupdates = true | |
precomposeunicode = true | |
autocrlf = false | |
[remote "origin"] | |
url = /Volumes/testDisk/ics-repo/pullToRepositoryWithoutCommitsAndCustomRemoteBranchName | |
fetch = +refs/heads/master:refs/remotes/origin/customRemoteBranchName |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title></title> | |
<script> | |
var request = new XMLHttpRequest(); | |
// todo find effective port, ask user to select desired IDE if running several IntelliJ platform-based products | |
request.open("get", "http://localhost:63342/browserConnection/buildInfo"); | |
request.send(); |
This file contains hidden or 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
/Users/develar/Library/Caches/IntelliJIdea14/compile-server | |
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/bin/java | |
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre/lib/libverify.dylib | |
/private/var/folders/98/7qdfny5j7199_b40pwz4tsg40000gn/T/hsperfdata_develar/71260 | |
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre/lib/libzip.dylib | |
/System/Library/Java/Extensions/AppleScriptEngine.jar | |
/Applications/Idea.app/Contents/lib/jps-launcher.jar | |
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre/lib/server/libjvm.dylib | |
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre/lib/libjava.dylib | |
/Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home/jre/lib/rt.jar |