Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

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