<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 1, 2014 at 1:28 AM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"command script import" takes a path to a python file, not a module name:<br></blockquote><div><br></div><div>

but it also works with module name. give it a try. <br></div><div>and in the case there is a bug, lldb doesnt report anything, but silently fails.<br></div><div>hence my question is how to debug it.<br></div><div><br></div>

<div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
(lldb) command script import /tmp/mytest.py<br>
<br>
The "script" command then can then use it:<br>
(lldb) script mytest.do_something()<br>
<br>
The "command script import" command will check to make sure the directory in which the python module lives is already in python's module search paths or not and it will add the directory to the imports list if needed.<br>

</blockquote><div><br></div><div>hmm interesting. does "script" report errors in details if python code is buggy? i need to try this to see if it solves my issue.<br><br>thanks,<br></div><div>Jun<br><br><div><div class="h5">

On Jan 31, 2014, at 8:26 AM, Jun Koi <<a href="mailto:junkoi2004@gmail.com">junkoi2004@gmail.com</a>> wrote:<br>
<br>
> hi,<br>
><br>
> i am writing a small python script for .lldbinit, meaning i put something like this in ~/.lldbinit:<br>
><br>
>        command script import mytest<br>
><br>
> however, lldb silently fails to run "mytest", and i have no idea what is wrong.<br>
><br>
> so question is: how can i debug my code? is there any way to turn on logging/debugging option, so lldb can let me know what is happening?<br>
><br>
><br>
> thanks.<br>
> Jun<br>
><br>
</div></div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</div></div><br></div></div>