`ccall("jl_", Void, (Ptr{Uint8},), "Line 305")` will probably work. (beware
that YMMV as this is a debugging function that does not support all data
structures so you might end up needing to Ctrl^C the process if it tries to
display something too complicated and ends up spewing nonsense).On Thu, Mar 19, 2015 at 3:43 PM, Julia User <[email protected]> wrote: > Thanks, nothing important just tried it to see if it would work. > > > On Thursday, March 19, 2015 at 4:30:07 PM UTC-3, Patrick O'Leary wrote: >> >> Since string.jl is part of the bootstrap, there are things that won't be >> available yet when that part of the image is built. It looks like in this >> case STDOUT, which is the default target for println, hasn't been defined >> yet. >> >> What are you trying to do with this print? There may be another solution. >> >> > >
