question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"No data available yet" after a second

See original GitHub issue

Hello everyone, first of all thanks for such a useful extension. It’s working nicely on a simple JavaScript project I made. In a more complex project, however, it stops working after a second and it displays “No data available yet”. See this image.

flame

After this happens, I try to run the “Debug: Toggle Visible Performance Charts” but none of the metrics (CPU, Heap, …) are shown any longer. Again, see the image.

metrics

How can I known what the problem is? This extension doesn’t seem to have its own output channel. The Log (Extension host) panel is not showing anything meaningful either.

I’m using VSCode 1.50.0 (user install) on Windows 10 and this is my launch.json file.

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Debug Chrome",
            "url": "http://localhost:3000",
            "port": 9222,
            "webRoot": "${workspaceRoot}/v2/src",
            "sourceMaps": true,
            "disableNetworkCache": true,
            "breakOnLoad": false,
            "skipFiles": [
                "${workspaceFolder}/node_modules/**/*.js",
                "<node_internals>/**/*.js"
            ],
            "preLaunchTask": "serve",
            "smartStep": true
        }
    ]
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
BrightSoulcommented, Nov 14, 2020

Hello @rzhao271 and @connor4312, yes the issue is resolved for me, thanks.

0reactions
connor4312commented, Nov 2, 2020

To verify this:

  1. Have a webpage that has a webworker or service worker (e.g. https://github.com/microsoft/vscode-js-debug/tree/master/demos/web-worker)
  2. Select the webworker or service worker in the call stack view
  3. Verify (with the flame graph extension installed) that the realtime performance graphs still show
Read more comments on GitHub >

github_iconTop Results From Across the Web

About missing information after you restore your iPhone, iPad ...
Sometimes the restore process may look complete, but your device is still downloading information in the background. To check this, tap Settings ...
Read more >
Data table is showing no data available in table using Angular
I think the data is lost so you need to initialize it. Maybe datatable needs to know there is an Array and after...
Read more >
Specify what appears for data containers that contain no data
When no data is available, you can show one of the following options: An empty data container, such as a blank list. Alternate...
Read more >
No Data Available when Running a Report in Another Language
No Data available running the report in a different language The report works properly in the language it was created You have shared...
Read more >
No Data Available - Message - PWRview Support
“No Data Available” indicates your PWRview is not connected to the internet. Follow the steps below to diagnose the problem.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found