tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
69 stars 12 forks source link

Trace to vs output #158

Closed tobias-loew closed 3 months ago

tobias-loew commented 4 months ago

Note: This PR supersedes https://github.com/tzlaine/parser/pull/156 !

Added a macro to redirect trace-output to VS output-window. Though not perfect, as exception are also reported there. But much better than no trace at all, when there is no console available.

image

tzlaine commented 3 months ago

Not going to merge this. I had to make some changes, so I just pulled this PR into my local copy and did them there. You're listed as the author, though. Should land on master soon. Thanks!