tzlaine / parser

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

Trace to vs output #157

Closed tobias-loew closed 4 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

tobias-loew commented 4 months ago

Arghh, wrong branch!