Source code
Revision control
Copy as Markdown
Other Tools
add_task(async function testShowFramesAndThreads() {
await testAboutProcessesWithConfig({
showAllFrames: true,
showThreads: true,
});
});
add_task(async function testShowFramesAndThreads() {
await testAboutProcessesWithConfig({
showAllFrames: true,
showThreads: true,
});
});