How to debug?
#9639
Replies: 1 comment 1 reply
-
I am a personal fan of printf-style debugging. mylist = ['foo', 'bar']
message('mylist contains: @0@'.format(mylist)) Meson doesn't include an interactive meson.build debugger. If you want to debug meson itself I guess you can run meson with pdb. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to set a breakpoint and see what some particular list contains?
Beta Was this translation helpful? Give feedback.
All reactions