-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin editorRelates to code editing or language featuresRelates to code editing or language featuresis bug
Milestone
Description
When capturing analysis server logs during a debug session, the debugger traffic is being recorded.
Workspace type: Dart (LSP)
Workspace name: dart_sample
Dart (3.8.0-edge.282ea5868bf91f3f6b850b45afd4d1332c3ba901): D:\Tools\Dart\Latest (Bleeding Edge)
Flutter (3.30.0-1.0.pre.150): D:\Dev\Google\Flutter\Flutter main (No device)
Logging Categories:
General, Analyzer, CommandProcesses
Thu Feb 20 2025 [17:51:44 GMT+0000 (Greenwich Mean Time)] Log file started
// ...
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"5"}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"2"}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"3"}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"6"}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"4"}
[5:51:48 PM] [General] [Info] [Dart ] ==> [VM] {"jsonrpc":"2.0","id":"7","method":"getVM","params":{}}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"VM","name":"vm","architectureBits":64,"hostCPU":"13th Gen Intel(R) Core(TM) i5-13","operatingSystem":"windows","targetCPU":"x64","version":"3.8.0-edge.282ea5868bf91f3f6b850b45afd4d1332c3ba901 (main) (Mon Feb 17 04:57:30 2025 -0800) on \"windows_x64\"","_features":"release no-code_comments no-dwarf_stack_traces_mode no-dedup_instructions no-tsan no-msan asserts use_field_guards use_osr no-branch_coverage coverage x64 windows no-compressed-pointers","_profilerMode":"Dart","pid":11392,"startTime":1740073908423,"_embedder":"Dart VM","_maxRSS":211206144,"_currentRSS":193220608,"isolates":[{"type":"@Isolate","id":"isolates/1636333859621223","name":"main","number":"1636333859621223","isSystemIsolate":false,"isolateGroupId":"isolateGroups/3401634139378810"}],"systemIsolates":[{"type":"@Isolate","id":"isolates/11822048796367","name":"vm-service","number":"11822048796367","isSystemIsolate":true,"isolateGroupId":"isolateGroups/264582940552660"},{"type":"@Isolate","id":"isolates/6144452227315859","name":"kernel-service","number":"6144452227315859","isSystemIsolate":true,"isolateGroupId":"isolateGroups/606120922409421"}],"isolateGroups":[{"type":"@IsolateGroup","id":"isolateGroups/3401634139378810","name":"D:\\Dev\\Test Projects\\dart_sample\\bin\\inval.dart","number":"3401634139378810","isSystemIsolateGroup":false}],"systemIsolateGroups":[{"type":"@IsolateGroup","id":"isolateGroups/264582940552660","name":"vm-service","number":"264582940552660","isSystemIsolateGroup":true},{"type":"@IsolateGroup","id":"isolateGroups/606120922409421","name":"kernel-service","number":"606120922409421","isSystemIsolateGroup":true}],"_currentMemory":123654144},"id":"7"}
[5:51:48 PM] [General] [Info] [Dart ] ==> [VM] {"jsonrpc":"2.0","id":"8","method":"requirePermissionToResume","params":{"onPauseStart":true,"onPauseReload":false,"onPauseExit":true}}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"8"}
[5:51:48 PM] [General] [Info] [Dart ] ==> [VM] {"jsonrpc":"2.0","id":"9","method":"getDartDevelopmentServiceVersion","params":{}}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Version","major":2,"minor":0},"id":"9"}
[5:51:48 PM] [General] [Info] [Dart ] ==> [VM] {"jsonrpc":"2.0","id":"10","method":"requireUserPermissionToResume","params":{"onPauseStart":false,"onPauseExit":false}}
[5:51:48 PM] [General] [Info] [Dart ] <== [VM] {"jsonrpc":"2.0","result":{"type":"Success"},"id":"10"}
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin editorRelates to code editing or language featuresRelates to code editing or language featuresis bug