Lines Matching refs:macro
140 Use a static analyzer like **pylint** or **flake8** to check the macro source code:
153 Ensure the macro matches what LLDB returns from the REPL. For example, compare `showproc(xxx)` with…
185 The actual steps are identical to previous testing. Run of a macro to different file with `-o <outf…
271 (lldb) xnudebug profile /tmp/macro.prof showcurrentstacks
280 Profile info saved to "/tmp/macro.prof"
287 $ python3 -m gprof2dot -f pstats /tmp/macro.prof -o /tmp/call.dot
298 The easiest way to debug an exception is to re-run your macro with the `--debug` option.
304 To report an actionable radar, please use re-run your failing macro with `--radar`.
311 YES, It is possible to use a debugger to debug your macro!
317 Problem: Something wrong is going on with addkext macro. What now?
329 Try to narrow the problem down to an isolated piece of macro code:
334 After inspecting addkext macro code and calling few functions with arguments directly we can see th…