debug-log-analyzer
debug-log-analyzer copied to clipboard
Salesforce Apex debug log analyzer for VS Code - blazing-fast: flame charts, SOQL/DML, Apex insights & more
### Is your feature request related to a problem? The first think I usually look for (when checking DML) is the object type and it often just says SObject (from...
### Is your feature request related to a problem? The first thing I usually look for (when checking SOQL queries) is the object type. It can be a pain to...
### Is your feature request related to a problem? Logs come from differences processes e.g batch apex, queuable etc. I can not see this anywhere. ### Describe the solution you'd...
**Under the Analysis tab or under the Call Tree tab, if we Group By Namespace then it shows up**   **But unfortunately, under the Database tab, the group by...
### Is your feature request related to a problem? It can be hard to find or jump to things sometimes I would like to be able to quickly highlight or...
### Is your feature request related to a problem? Update `@salesforce/core` to latest. This version of `@salesforce/core` removes the bunyan dependency which means we can remove the patched version in...
### Summary Right clicking on a log analysis line shows "Copy Ctrl+C, ...," but using "Copy" doesn't work. No log contents are put in the clipboard. Also, the "Cut" and...
### description I would like to be able to see the currently local, class and global variable that are on the stack for a given node at that particular point...
### Is your feature request related to a problem? i want to be able to search for a specific method or dml for an sobject and have them highlight on...
### Is your feature request related to a problem? It would be nice to easily see where the exceptions occurred. Exceptions do not always end the transaction, they can be...