laike9m / Cyberbrain

Python debugging, redefined.
http://bit.ly/cyberbrain-features
MIT License
2.51k stars 159 forks source link

It will create a blank file #89

Closed KikyoLover closed 3 years ago

KikyoLover commented 3 years ago

Describe the bug As the title says, it will create a blank file named 'tmp/cyberbrain.txt' in my root directory. How to change the path or make it not show again?

Snipaste_2021-02-16_17-08-11

Environment: Please provide the following information:

laike9m commented 3 years ago

That's the log file, and the behavior is expected: https://github.com/laike9m/Cyberbrain/blob/master/cyberbrain-vsc/src/utils.ts

I should pick a different place for Windows though.

laike9m commented 3 years ago

Fixed