You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QL_DOUT around every statement makes the code less readable but QL_DOUT etc are useful to have an low-entry trace of events to get a first impression of what preceded a crash.
An improvement would be to have pass-level toggles to turn them on/off, or to a particular level; note that this is at compiler run-time, passing options on the compiler command line to particular passes.
The text was updated successfully, but these errors were encountered:
How is OpenQL debugged?
QL_DOUT around every statement makes the code less readable but QL_DOUT etc are useful to have an low-entry trace of events to get a first impression of what preceded a crash.
An improvement would be to have pass-level toggles to turn them on/off, or to a particular level; note that this is at compiler run-time, passing options on the compiler command line to particular passes.
The text was updated successfully, but these errors were encountered: