[Endgame testing] Stepping into a built-in python function also leads to a random temp file being opened
See original GitHub issueTesting https://github.com/microsoft/vscode/issues/127362
- Debug a jupyter notebook
- Attempt to step into something like a for loop
- 🐛 A tmp file such as
Could not load source '/tmp/ipykernel_152730/2944423233.py': source unavailable.
is opened
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
JustMyCode should handle this. You guys have to set this during the attach if you want it to work the same.
this is fixed