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.

[Endgame testing] Stepping into a built-in python function also leads to a random temp file being opened

See original GitHub issue

Testing https://github.com/microsoft/vscode/issues/127362

  1. Debug a jupyter notebook
  2. Attempt to step into something like a for loop
  3. 🐛 A tmp file such as Could not load source '/tmp/ipykernel_152730/2944423233.py': source unavailable. is opened

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rchiodocommented, Jul 1, 2021

JustMyCode should handle this. You guys have to set this during the attach if you want it to work the same.

0reactions
DavidKutucommented, Sep 21, 2021

this is fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

Test: Notebook/Jupyter debugging · Issue #127362 - GitHub
[Endgame testing] Stepping into a built-in python function also leads to a random temp file being opened microsoft/vscode-jupyter#6442.
Read more >
tempfile — Generate temporary files and directories — Python ...
Files names used by this module include a string of random characters which allows those files to be securely created in shared temporary...
Read more >
Python: How do I make temporary files in my test suite?
I want one test to open a new file, close it, and then delete it. Naturally, I prefer that this will happen inside...
Read more >
tempfile – Create temporary filesystem resources. - PyMOTW
To create a temporary directory, use mkdtemp(). Since the directory is not “opened” per se, you have to remove it yourself when you...
Read more >
0xdf hacks stuff | CTF solutions, malware analysis, home lab ...
I'll first solve it by holding open that web request and dumping the process memeory to find the flag in plaintext. I'll also...
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