Each browser has some kind of console for debugging and tracing Javascript.
But is there some way to do tracing below the browser, like on the operating system level? Or at least some way to determine if Javascript is executed at all in the browser (or maybe other applications too) ?
Edit: This was linked to How to detect if JavaScript is disabled? but is in no way related. The linked question deals with server side detection if Javascript is enabled on the client. I'd like to know more or less the opposite. From within the browser it seems to be trivial but there does not seem to be a way from the outside. I was thinking about something like tracing the whole browser or maybe there are some artifacts in RAM which would be a giveaway.