Aleksa Gordić

Results 53 comments of Aleksa Gordić

I don't think we have it on the current roadmap, Andrej can chime in. We have a lot of stuff on the backlog before we get here, including potentially supporting...

I figured out a workaround: 1) I hardcode the default value for `LOG_TO_FILE` and `LOG_ALL_EVENTS` to true ('1') as apparently the launch.json specification: ``` "env": { "LOG_ALL_EVENTS": "1", "LOG_TO_FILE": "1",...

Ideally we'd have an option to step through the code, and put breakpoints, similar as for the rest of the codebase (the debugging docs i shared above) - but for...