This software release is a Visual Studio Code extension designed to simplify the debugging process for TypeScript and JavaScript code that exhibits unexpected behavior or bugs, making it difficult to trace the flow of code execution. Wondering how it operates? Essentially, it integrates console logs at every code flow alteration, enabling you to monitor the progression of code execution.
Moreover, some more features are:
It enhances visibility by providing code block depth and
highlights error blocks in vivid red, ensuring critical sections are easily identifiable.
Shows file name to give more context of log/error locations.
Remove all the flow logs with remove Flow log option.
To utilize this extension, simply right-click within the text editor and select "Add Flow Logs."
Please be aware of the following known issue: Console logs may be inserted at unexpected locations within React components.
JOIN OUR DISCORD CHANNEL: https://discord.gg/ej2P33Nf
Please help us improve on our extension by providing valuable feedback.