Debugger.jl icon indicating copy to clipboard operation
Debugger.jl copied to clipboard

debug hangs when debug code with Mnist dataset

Open wztdream opened this issue 3 years ago • 0 comments

Hi, I am using vscode and trying to debug this repo, I set break point at line 32

https://github.com/FishAres/RNP/blob/c9571301627cb4989a7cada18de168bc257fc03d/scripts/vae_mnist.jl#L32

then press F5 for debug, but my computer keep running and not stop at least for 20mim. I tested the debug function for simple code, they works well. So I suspect the debugger function seems can not deal with Mnist dataset.

I think vscode are using this repo as backend, so report it here. I also follow documentation and use Debugger in REPL and the issue is same.

wztdream avatar Aug 09 '22 16:08 wztdream