brackets-v8-node-live icon indicating copy to clipboard operation
brackets-v8-node-live copied to clipboard

Can't track opened file under Windows

Open olostan opened this issue 11 years ago • 0 comments

Using Windows, I started program with '--debug', opened editor on that file, tried to enable extension, clicking on panel, but got:

Telling editor we're connected to the debugger           
[1] Calling _debugger.getScripts(Object), replying to 0  
[1] Got back undefined,                                  
[1] Notifying callback 0                                 

May be that is problem with different URL formatting of local files? I got as parameter of getScrrpts kind of { filter: 'C:\\Test\\xxx\\test.js' }, but using other node debugging tools I files without paths....

olostan avatar Jul 23 '13 15:07 olostan