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.

Add a "Drop samples" dropdown to the stack settings toolbar

See original GitHub issue

It should provide an option to toggle samples that contain.

  • Native stack
  • JS-only stacks
  • Idle stack

Idle stacks are currently not instrumented with pseudo stacks, so we’ll need to string sniff. The following function names should be filtered:

  • Mac: mach_msg_trap
  • Windows: NtWaitForAlertByThreadId
  • Windows: NtUserMsgWaitForMultipleObjectsEx
  • todo

@mstange can you help me with filling these in ^

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
fquezecommented, Apr 5, 2018

NtWaitForAlertByThreadId and NtUserMsgWaitForMultipleObjectsEx are the 2 symbols I typically see at the bottom of idle stacks on Windows profiles.

0reactions
julienwcommented, Apr 9, 2018

I don’t know how we can discriminate such a synchronous wait. Maybe the stack actually looks different ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to update a drop down list of a pull down button in the ...
I have added a drop down list dynamically to a pull down button in the Eclipse toolbar, by following the instructions: Programmatically add...
Read more >
Adding drop-down menus to your navigation with folders
Use folders to create drop-down navigation menus (also known as nested pages or sub-menus) on your site. Each folder creates a single ...
Read more >
pyqgis - Add extra item to drop down menu plugin. "Layers ...
You should create an action (QAction), and you can add this action to a menu. Look in the source code of any Python...
Read more >
DropdownButton class - material library - Flutter - Dart API docs
A dropdown button lets the user select from a number of items. The button shows the currently selected item as well as an...
Read more >
Exposed Drop-Down Menu in Android - GeeksforGeeks
Below is the sample GIF to give an idea of what we are going to build. Note that we are going to implement...
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