Dart DevTools: Loading CPU profile in JIT doesn't work #60041
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
vm-service
The VM Service Protocol, both the specification and its implementation
Say I run
and launch devtools. I go to the "CPU Profiler" tab, click "Load all CPU samples". Then it just sits there, "Fetching CPU samples" forever.
In the javascript console I can see this stuff:
I am running through a ssh tunnel with port 8181 open btw.
Worth noting though is that if I instead do
it works. It loads the profile and there are no errors in the console.
The text was updated successfully, but these errors were encountered: