does anyone here use vscode breakpoint debugging r...
# random
t
does anyone here use vscode breakpoint debugging regularly and see issues with breakpoints being missed or high cpu usage?
r
I gave up on it for that reason, use WebStorm now and far more robust in that regard
t
what OS were you trying it on?
r
MacOS Monterey (and earlier)
t
I've been trying to recreate this and I couldn't on windows or linux
Is there anything special about your setup in terms of a large number of functions or large functions?
r
I don’t think so, it was a fairly common occurrence for the whole thing to grind to a halt working on various different projects. It’s been a few months now since I moved over so I don’t remember clearly but I think it escalated faster as the number of functions in the project increased.
g
I have a bad experience on VSCode, the most common problem is when SST is working properly but breakpoints doesn't stop execution. This happen more frequently when build process are iterated several times. I solve it restarting VSCode. I'm using Macbook Pro 16inch 2021.
I could send you in PM
sst-debug.log
file, but I suppose the issue is not visible on that file. Is there any other information could be useful for you? @thdxr
r
@thdxr I sometimes have the CPU and fan going wild. I have a lerna setup though.. I have only caught the ts server crashing in a loop trying to start, but it may be unrelated to SST since it does not refresh changes from the TS/lerna setup 🤷 . Probably more of a VSC thing, I if my setup would work better with WebStorm 🤔 .
r
I’ve been using Webstorm for a few months and it’s a lot more stable when debugging. It still works the machine hard but the crashes and missed breakpoints don’t happen. It’s generally a much more fully fledged IDE too, although not free of charge