question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger error upon save

See original GitHub issue

OS: Ubuntu 18.04 VS-Code version: 1.37.0 Swift Version: 5.1-dev

Error upon saving: Request textDocument/completion failed. Message: Request textDocument/completion failed with message: Cannot call write after a stream was destroyed Code: -32603

So I installed the SDE extension and sourcekite thanks to your documentation 😃

For SDE I configured swift.path.swift_driver_bin to be the absolute path of …/usr/bin of Swift for TensorFlow.

I git cloned sourcekite and followed instructions (including commented ones), and executed make install PREFIX=/usr/local; and file was saved as /usr/local/bin/sourcekite . I then set the swift.path.sourcekite option to be /usr/local/bin/sourcekite in vs-code.

Is this something I can disregard, or will it affect code completion/highlighting abilities? Thank you

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kennethz3commented, Sep 11, 2019

Works. Thanks a lot @vknabel 👍

1reaction
fc1943scommented, Sep 9, 2019

@vknabel it is working now, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I solve a VBA debug error on a .save?
Users are getting an error that the specified sheet already exists- it's the "activeWorkbook.Save" that is having the error.
Read more >
Cannot Save While Debugging Error? - Excel General
I got an error message that I cannot save while debugging. But I have repeatedly hit the stop icon to stop debugging!
Read more >
How to save workbook and avoid debug error
Hi all, I have the below macro for saving a copy of workbook (original wkbk called macro): Sheet1.Select Cells.Select Selection.Copy Workbooks.Add
Read more >
"Cannot Save Document" - Script Debugger
This problem happens after a document has been opened in Script Debugger and changes have been saved a number of times. If the...
Read more >
How to debug "save" error? - Rails
How can I see why @item.save is failing? I checked debug.log but it is not being helpful at all… Is there any other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found