Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NealSCarffery/45a32967035ed0df3e46b4414ea39c93 to your computer and use it in GitHub Desktop.
Save NealSCarffery/45a32967035ed0df3e46b4414ea39c93 to your computer and use it in GitHub Desktop.
dap.log
[ DEBUG ] 2021-06-12T18:51:49Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
adapterID = "nvim-dap",
clientId = "neovim",
clientname = "neovim",
columnsStartAt1 = true,
linesStartAt1 = true,
locale = "en_US",
pathFormat = "path",
supportsRunInTerminalRequest = true,
supportsVariableType = true
},
command = "initialize",
seq = 0,
type = "request"
}
[ ERROR ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:631 ] "stderr" {
args = {},
attach = {
pidProperty = "processId",
pidSelect = "ask"
},
command = "/home/pittcat/.ndap_debugger/cpptools-linux/extension/debugAdapters/OpenDebugAD7",
name = "cppdbg",
type = "executable"
} "waiting for v8 protocol on stdin/stdout\n"
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
completionTriggerCharacters = {},
exceptionBreakpointFilters = {},
supportedChecksumAlgorithms = {},
supportsClipboardContext = false,
supportsConditionalBreakpoints = true,
supportsConfigurationDoneRequest = true,
supportsDisassembleRequest = true,
supportsEvaluateForHovers = true,
supportsFunctionBreakpoints = true,
supportsGotoTargetsRequest = true,
supportsLogPoints = true,
supportsModulesRequest = true,
supportsReadMemoryRequest = false,
supportsSetVariable = true,
supportsValueFormattingOptions = true
},
command = "initialize",
request_seq = 0,
seq = 1,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
MIDebuggerPath = "/usr/bin/gdb",
MIMode = "gdb",
args = {},
cwd = "/home/pittcat/Playboard/cpp/daily_practice",
externalConsole = false,
name = "a.out",
program = "a.out",
request = "launch",
type = "cpp"
},
command = "launch",
seq = 1,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
arguments = {
args = { "/bin/sh", "/tmp/Microsoft-MIEngine-Cmd-fdv42a9s.4mp" },
cwd = "",
env = {},
kind = "integrated",
title = "cppdbg: a.out"
},
command = "runInTerminal",
seq = 2,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:48 ] "run_in_terminal" {
args = { "/bin/sh", "/tmp/Microsoft-MIEngine-Cmd-fdv42a9s.4mp" },
cwd = "",
env = {},
kind = "integrated",
title = "cppdbg: a.out"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:744 ] "response" {
body = {
processId = 1095691
},
command = "runInTerminal",
request_seq = 2,
seq = 2,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine",
["VS.Diagnostics.Debugger.Launch.Duration"] = 182,
["VS.Diagnostics.Debugger.MIMode"] = "gdb"
},
output = "VS/Diagnostics/Debugger/Launch"
},
event = "output",
seq = 3,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "launch",
request_seq = 1,
seq = 4,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
event = "initialized",
seq = 5,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
breakpoints = { {
line = 13
} },
lines = { 13 },
source = {
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp"
}
},
command = "setBreakpoints",
seq = 3,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
breakpoints = { {
id = 1,
line = 13,
verified = true
} }
},
command = "setBreakpoints",
request_seq = 3,
seq = 6,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
filters = {}
},
command = "setExceptionBreakpoints",
seq = 4,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
breakpoint = {
id = 1,
line = 13,
verified = true
},
reason = "changed"
},
event = "breakpoint",
seq = 7,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "setExceptionBreakpoints",
request_seq = 4,
seq = 8,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "configurationDone",
seq = 5,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "configurationDone",
request_seq = 5,
seq = 9,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:50Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = '=thread-group-added,id="i1"\nGNU gdb (GDB) 10.2\nCopyright (C) 2021 Free Software Foundation, Inc.\nLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\nType "show copying" and "show warranty" for details.\nThis GDB was configured as "x86_64-pc-linux-gnu".\nType "show configuration" for configuration details.\nFor bug reporting instructions, please see:\n<https://www.gnu.org/software/gdb/bugs/>.\nFind the GDB manual and other documentation resources online at:\n <http://www.gnu.org/software/gdb/documentation/>.\n\nFor help, type "help".\nType "apropos word" to search for commands related to "word".\nWarning: Debuggee TargetArchitecture not detected, assuming x86_64.\n=cmd-param-changed,param="pagination",value="off"\n'
},
event = "output",
seq = 10,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
name = "a.out",
startMethod = "launch",
systemProcessId = 1095753
},
event = "process",
seq = 11,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
reason = "started",
threadId = 1095753
},
event = "thread",
seq = 12,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "Stopped due to shared library event (no libraries added or removed)\n"
},
event = "output",
seq = 13,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
breakpoint = {
id = 1,
line = 13,
verified = true
},
reason = "changed"
},
event = "breakpoint",
seq = 14,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = "Loaded '/lib64/ld-linux-x86-64.so.2'. Symbols loaded.\n"
},
event = "output",
seq = 15,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
module = {
id = 1,
name = "ld-linux-x86-64.so.2",
path = "/lib64/ld-linux-x86-64.so.2",
symbolFilePath = "/lib64/ld-linux-x86-64.so.2",
vsIs64Bit = true,
vsLoadAddress = "140737353932944",
vsLoadOrder = 0,
vsModuleSize = 143462,
vsPreferredLoadAddress = "140737353932944",
vsTimestampUTC = "1620847120"
},
reason = "new"
},
event = "module",
seq = 16,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "\n"
},
event = "output",
seq = 17,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "Breakpoint 1, main () at dap_cppdbg_test.cpp:9\n"
},
event = "output",
seq = 18,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "9\t x = -10.23;\n"
},
event = "output",
seq = 19,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = "Loaded '/usr/lib/libstdc++.so.6'. Symbols loaded.\n"
},
event = "output",
seq = 20,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
module = {
id = 2,
name = "libstdc++.so.6",
path = "/usr/lib/libstdc++.so.6",
symbolFilePath = "/usr/lib/libstdc++.so.6",
vsIs64Bit = true,
vsLoadAddress = "140737352200256",
vsLoadOrder = 1,
vsModuleSize = 1046370,
vsPreferredLoadAddress = "140737352200256",
vsTimestampUTC = "1620914550"
},
reason = "new"
},
event = "module",
seq = 21,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = "Loaded '/usr/lib/libm.so.6'. Symbols loaded.\n"
},
event = "output",
seq = 22,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
module = {
id = 3,
name = "libm.so.6",
path = "/usr/lib/libm.so.6",
symbolFilePath = "/usr/lib/libm.so.6",
vsIs64Bit = true,
vsLoadAddress = "140737350308784",
vsLoadOrder = 2,
vsModuleSize = 626504,
vsPreferredLoadAddress = "140737350308784",
vsTimestampUTC = "1620847120"
},
reason = "new"
},
event = "module",
seq = 23,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = "Loaded '/usr/lib/libgcc_s.so.1'. Symbols loaded.\n"
},
event = "output",
seq = 24,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
module = {
id = 4,
name = "libgcc_s.so.1",
path = "/usr/lib/libgcc_s.so.1",
symbolFilePath = "/usr/lib/libgcc_s.so.1",
vsIs64Bit = true,
vsLoadAddress = "140737350148128",
vsLoadOrder = 3,
vsModuleSize = 70693,
vsPreferredLoadAddress = "140737350148128",
vsTimestampUTC = "1620914550"
},
reason = "new"
},
event = "module",
seq = 25,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = "Loaded '/usr/lib/libc.so.6'. Symbols loaded.\n"
},
event = "output",
seq = 26,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
module = {
id = 5,
name = "libc.so.6",
path = "/usr/lib/libc.so.6",
symbolFilePath = "/usr/lib/libc.so.6",
vsIs64Bit = true,
vsLoadAddress = "140737348408912",
vsLoadOrder = 4,
vsModuleSize = 1346269,
vsPreferredLoadAddress = "140737348408912",
vsTimestampUTC = "1620847120"
},
reason = "new"
},
event = "module",
seq = 27,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "\n"
},
event = "output",
seq = 28,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "Breakpoint 2, main () at dap_cppdbg_test.cpp:13\n"
},
event = "output",
seq = 29,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = '13\t cout << "sin(" << x << "): " << sin(x) << endl;\n'
},
event = "output",
seq = 30,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stderr",
output = "Warning: Source file '/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp' is newer than module file 'a.out'.\n"
},
event = "output",
seq = 31,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = 'Execute debugger commands using "-exec <command>", for example "-exec info registers" will list registers in use (when GDB is the debugger)\n'
},
event = "output",
seq = 32,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
allThreadsStopped = true,
column = 1,
line = 13,
reason = "breakpoint",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
},
threadId = 1095753
},
event = "stopped",
seq = 33,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 6,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 7,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 6,
seq = 34,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 8,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 9,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 7,
seq = 35,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 10,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1000,
instructionPointerReference = "0x0000555555555219",
line = 13,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 8,
seq = 36,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
frameId = 1000
},
command = "scopes",
seq = 11,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1001,
instructionPointerReference = "0x0000555555555219",
line = 13,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 9,
seq = 37,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1002,
instructionPointerReference = "0x0000555555555219",
line = 13,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 10,
seq = 38,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
scopes = { {
expensive = false,
name = "Locals",
presentationHint = "locals",
variablesReference = 1000
}, {
expensive = true,
name = "Registers",
presentationHint = "registers",
variablesReference = 1001
} }
},
command = "scopes",
request_seq = 11,
seq = 39,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
variablesReference = 1000
},
command = "variables",
seq = 12,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:51Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
variables = { {
evaluateName = "x",
memoryReference = "0x0000000000000000",
name = "x",
type = "float",
value = "0",
variablesReference = 0
} }
},
command = "variables",
request_seq = 12,
seq = 40,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:55Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
context = "watch",
expression = "x",
frameId = 1000
},
command = "evaluate",
seq = 13,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:55Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.Evaluate.Duration"] = 4,
["VS.Diagnostics.Debugger.Evaluate.IsError"] = false,
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/Evaluate"
},
event = "output",
seq = 41,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:55Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
memoryReference = "0x0000000000000000",
result = "0",
type = "float",
variablesReference = 0
},
command = "evaluate",
request_seq = 13,
seq = 42,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
granularity = "statement",
threadId = 1095753
},
command = "next",
seq = 14,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "next",
request_seq = 14,
seq = 43,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
allThreadsStopped = true,
column = 1,
line = 15,
reason = "step",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
},
threadId = 1095753
},
event = "stopped",
seq = 44,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 15,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 16,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
context = "watch",
expression = "x",
frameId = 1000
},
command = "evaluate",
seq = 17,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 15,
seq = 45,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 16,
seq = 46,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.Evaluate.ErrorCode"] = 1108,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole"] = false,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole.StackFrameId"] = 1000,
["VS.Diagnostics.Debugger.Evaluate.IsError"] = true,
["VS.Diagnostics.Debugger.Evaluate.Message"] = "Invalid frameId",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/Evaluate"
},
event = "output",
seq = 47,
type = "event"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 18,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "evaluate",
message = "Cannot evaluate expression on the specified stack frame.",
request_seq = 17,
seq = 48,
success = false,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1000,
instructionPointerReference = "0x000055555555528a",
line = 15,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 18,
seq = 49,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
frameId = 1000
},
command = "scopes",
seq = 19,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
scopes = { {
expensive = false,
name = "Locals",
presentationHint = "locals",
variablesReference = 1000
}, {
expensive = true,
name = "Registers",
presentationHint = "registers",
variablesReference = 1001
} }
},
command = "scopes",
request_seq = 19,
seq = 50,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
variablesReference = 1000
},
command = "variables",
seq = 20,
type = "request"
}
[ DEBUG ] 2021-06-12T18:51:58Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
variables = { {
evaluateName = "x",
memoryReference = "0x0000000000000000",
name = "x",
type = "float",
value = "0",
variablesReference = 0
} }
},
command = "variables",
request_seq = 20,
seq = 51,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
granularity = "statement",
threadId = 1095753
},
command = "next",
seq = 21,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "next",
request_seq = 21,
seq = 52,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
allThreadsStopped = true,
column = 1,
line = 16,
reason = "step",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
},
threadId = 1095753
},
event = "stopped",
seq = 53,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 22,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 23,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
context = "watch",
expression = "x",
frameId = 1000
},
command = "evaluate",
seq = 24,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 22,
seq = 54,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 23,
seq = 55,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.Evaluate.ErrorCode"] = 1108,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole"] = false,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole.StackFrameId"] = 1000,
["VS.Diagnostics.Debugger.Evaluate.IsError"] = true,
["VS.Diagnostics.Debugger.Evaluate.Message"] = "Invalid frameId",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/Evaluate"
},
event = "output",
seq = 56,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "evaluate",
message = "Cannot evaluate expression on the specified stack frame.",
request_seq = 24,
seq = 57,
success = false,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 25,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1000,
instructionPointerReference = "0x0000555555555297",
line = 16,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 25,
seq = 58,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
frameId = 1000
},
command = "scopes",
seq = 26,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
scopes = { {
expensive = false,
name = "Locals",
presentationHint = "locals",
variablesReference = 1000
}, {
expensive = true,
name = "Registers",
presentationHint = "registers",
variablesReference = 1001
} }
},
command = "scopes",
request_seq = 26,
seq = 59,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
variablesReference = 1000
},
command = "variables",
seq = 27,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
variables = { {
evaluateName = "x",
name = "x",
type = "float",
value = "2.45000005",
variablesReference = 0
} }
},
command = "variables",
request_seq = 27,
seq = 60,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
granularity = "statement",
threadId = 1095753
},
command = "next",
seq = 28,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "next",
request_seq = 28,
seq = 61,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
allThreadsStopped = true,
column = 1,
line = 18,
reason = "step",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
},
threadId = 1095753
},
event = "stopped",
seq = 62,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 29,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 30,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
context = "watch",
expression = "x",
frameId = 1000
},
command = "evaluate",
seq = 31,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 29,
seq = 63,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 30,
seq = 64,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.Evaluate.ErrorCode"] = 1108,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole"] = false,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole.StackFrameId"] = 1000,
["VS.Diagnostics.Debugger.Evaluate.IsError"] = true,
["VS.Diagnostics.Debugger.Evaluate.Message"] = "Invalid frameId",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/Evaluate"
},
event = "output",
seq = 65,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "evaluate",
message = "Cannot evaluate expression on the specified stack frame.",
request_seq = 31,
seq = 66,
success = false,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 32,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1000,
instructionPointerReference = "0x0000555555555308",
line = 18,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 32,
seq = 67,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
frameId = 1000
},
command = "scopes",
seq = 33,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
scopes = { {
expensive = false,
name = "Locals",
presentationHint = "locals",
variablesReference = 1000
}, {
expensive = true,
name = "Registers",
presentationHint = "registers",
variablesReference = 1001
} }
},
command = "scopes",
request_seq = 33,
seq = 68,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
variablesReference = 1000
},
command = "variables",
seq = 34,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:00Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
variables = { {
evaluateName = "x",
name = "x",
type = "float",
value = "2.45000005",
variablesReference = 0
} }
},
command = "variables",
request_seq = 34,
seq = 69,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
granularity = "statement",
threadId = 1095753
},
command = "next",
seq = 35,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "next",
request_seq = 35,
seq = 70,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
allThreadsStopped = true,
column = 1,
line = 19,
reason = "step",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
},
threadId = 1095753
},
event = "stopped",
seq = 71,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 36,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 37,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
context = "watch",
expression = "x",
frameId = 1000
},
command = "evaluate",
seq = 38,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 36,
seq = 72,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 39,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 37,
seq = 73,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.Evaluate.ErrorCode"] = 1108,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole"] = false,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole.StackFrameId"] = 1000,
["VS.Diagnostics.Debugger.Evaluate.IsError"] = true,
["VS.Diagnostics.Debugger.Evaluate.Message"] = "Invalid frameId",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/Evaluate"
},
event = "output",
seq = 74,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "evaluate",
message = "Cannot evaluate expression on the specified stack frame.",
request_seq = 38,
seq = 75,
success = false,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 1,
id = 1000,
instructionPointerReference = "0x000055555555530d",
line = 19,
name = "main()",
source = {
checksums = {},
name = "dap_cppdbg_test.cpp",
path = "/home/pittcat/Playboard/cpp/daily_practice/dap_cppdbg_test.cpp",
sources = {}
}
} },
totalFrames = 1
},
command = "stackTrace",
request_seq = 39,
seq = 76,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
frameId = 1000
},
command = "scopes",
seq = 40,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
scopes = { {
expensive = false,
name = "Locals",
presentationHint = "locals",
variablesReference = 1000
}, {
expensive = true,
name = "Registers",
presentationHint = "registers",
variablesReference = 1001
} }
},
command = "scopes",
request_seq = 40,
seq = 77,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
variablesReference = 1000
},
command = "variables",
seq = 41,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
variables = { {
evaluateName = "x",
name = "x",
type = "float",
value = "2.45000005",
variablesReference = 0
} }
},
command = "variables",
request_seq = 41,
seq = 78,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
granularity = "statement",
threadId = 1095753
},
command = "next",
seq = 42,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "next",
request_seq = 42,
seq = 79,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
allThreadsStopped = true,
reason = "step",
threadId = 1095753
},
event = "stopped",
seq = 80,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 43,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
command = "threads",
seq = 44,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
context = "watch",
expression = "x",
frameId = 1000
},
command = "evaluate",
seq = 45,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 43,
seq = 81,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
threads = { {
id = 1095753,
name = "a.out"
} }
},
command = "threads",
request_seq = 44,
seq = 82,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.Evaluate.ErrorCode"] = 1108,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole"] = false,
["VS.Diagnostics.Debugger.Evaluate.ExecuteInConsole.StackFrameId"] = 1000,
["VS.Diagnostics.Debugger.Evaluate.IsError"] = true,
["VS.Diagnostics.Debugger.Evaluate.Message"] = "Invalid frameId",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/Evaluate"
},
event = "output",
seq = 83,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "evaluate",
message = "Cannot evaluate expression on the specified stack frame.",
request_seq = 45,
seq = 84,
success = false,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
threadId = 1095753
},
command = "stackTrace",
seq = 46,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
stackFrames = { {
column = 0,
id = 1000,
instructionPointerReference = "0x00007ffff7a8ab25",
line = 0,
moduleId = 5,
name = "libc.so.6!__libc_start_main"
}, {
column = 0,
id = 1001,
instructionPointerReference = "0x00005555555550be",
line = 0,
name = "_start"
} },
totalFrames = 2
},
command = "stackTrace",
request_seq = 46,
seq = 85,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
frameId = 1000
},
command = "scopes",
seq = 47,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
scopes = { {
expensive = false,
name = "Locals",
presentationHint = "locals",
variablesReference = 1000
}, {
expensive = true,
name = "Registers",
presentationHint = "registers",
variablesReference = 1001
} }
},
command = "scopes",
request_seq = 47,
seq = 86,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
variablesReference = 1000
},
command = "variables",
seq = 48,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:01Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
variables = {}
},
command = "variables",
request_seq = 48,
seq = 87,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:724 ] "request" {
arguments = {
granularity = "statement",
threadId = 1095753
},
command = "next",
seq = 49,
type = "request"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "Single stepping until exit from function __libc_start_main,\nwhich has no line number information.\n"
},
event = "output",
seq = 88,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
command = "next",
request_seq = 49,
seq = 89,
success = true,
type = "response"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "stdout",
output = "[Inferior 1 (process 1095753) exited normally]\n"
},
event = "output",
seq = 90,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
reason = "exited",
threadId = 1095753
},
event = "thread",
seq = 91,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "console",
output = "The program 'a.out' has exited with code 0 (0x00000000).\r\n\n"
},
event = "output",
seq = 92,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
exitCode = 0
},
event = "exited",
seq = 93,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {},
event = "terminated",
seq = 94,
type = "event"
}
[ DEBUG ] 2021-06-12T18:52:02Z+0800 ] /home/pittcat/.vim/plugged/nvim-dap/lua/dap/session.lua:492 ] {
body = {
category = "telemetry",
data = {
["VS.Diagnostics.Debugger.AdapterId"] = "nvim-dap",
["VS.Diagnostics.Debugger.DebugCompleted.BreakCounter"] = 6,
["VS.Diagnostics.Debugger.EngineVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.HostVersion"] = "16.5.20505.1",
["VS.Diagnostics.Debugger.ImplementationName"] = "Microsoft.MIDebugEngine"
},
output = "VS/Diagnostics/Debugger/DebugCompleted"
},
event = "output",
seq = 95,
type = "event"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment