• Javascript function tracer

    From =?UTF-8?Q?Jonas_Th=C3=B6rnvall?=@21:1/5 to All on Mon Oct 25 12:29:35 2021
    Is there any browser with such function as function tracking just listing calls sequential. I have tried put console.log in all but sometimes forget.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Jonas_Th=C3=B6rnvall?=@21:1/5 to All on Mon Oct 25 13:15:36 2021
    måndag 25 oktober 2021 kl. 21:29:40 UTC+2 skrev Jonas Thörnvall:
    Is there any browser with such function as function tracking just listing calls sequential. I have tried put console.log in all but sometimes forget.

    During "asynchronus calls?" like file opening, you can no longer track what is going on the console logs "order" make no sense.
    Well i feel it is difficult to keep track of the order of function calls.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Tue Oct 26 12:44:14 2021
    Jonas Thörnvall:

    måndag 25 oktober 2021 kl. 21:29:40 UTC+2 skrev Jonas Thörnvall:
    Is there any browser with such function as function tracking just listing calls sequential. I have tried put console.log in all but sometimes forget.

    During "asynchronus calls?" like file opening, you can no longer track what is going on the console logs "order" make no sense.
    Well i feel it is difficult to keep track of the order of function calls.

    See <https://developer.mozilla.org/en-US/docs/Web/API/console/trace>


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)