Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

add_task(async function testShowFramesWithoutThreads() {
await testAboutProcessesWithConfig({
showAllFrames: true,
showThreads: false,
});
});