Closed
Description
Describe the feature you'd like:
I'm not sure if this is even possible, but figured I'd throw it out there. When I use console.log('foo')
the console will include the line number where the console log was made. However, when using debug() it's always pointing to the line in dom-testing-library (see screenshot).
I'm not even sure if its possible to do this, but it would be so great if instead showed the line in my code where debug was called.