Skip to content

Support unstack from quickfix #42

@dsirov

Description

@dsirov

If the quickfix window is (somehow) populated with execution output and contains stack traces, unstack does not identify it (I guess because of prefix '||')

|| [python ./test.py]
|| Traceback (most recent call last):
||   File "/tmp/test.py", line 10, in <module>
||     main()
||   File "/tmp/test.py", line 7, in main
||     test('1')
||   File "/tmp/test.py", line 4, in test
||     print( s + str( 1 / 0 ) )
|| ZeroDivisionError: division by zero
|| [Finished in 0 seconds with code 1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions