for some reason my last message went directly to Panos. some I'm forwarding it back to the list just in case any one will have the same issue
---------- Forwarded message ---------- From: ıuoʎ <[email protected]> Date: Wed, Nov 6, 2013 at 10:15 AM Subject: Re: [b2g] Debugging system apps on device To: Panos Astithas <[email protected]> HI thanks for your reply. I decided to try to fill a bug and solved it in the process. just to make sure I synced my repo and updated nightly to latest version. and then I noticed my local emulator is not running. which made me realize that with all the makeing and installing, n the last few builds I've been stupidly building with "make", instead of "DEBUG=1 make". running "DEBUG=1 make" and then "make install" solved my problem and I can now debug the apps ! yey :-) On Tue, Nov 5, 2013 at 12:19 AM, Panos Astithas <[email protected]> wrote: > On Mon, Nov 4, 2013 at 6:12 PM, Yoni Jah <[email protected]> wrote: > >> On Saturday, November 2, 2013 11:32:42 AM UTC+2, Yoni Jah wrote: >> > I'm trying to figure out a small bug that happens on my ZTE device in >> the sms app. for some reason I don't see the contact name an only its >> number. >> > >> > I think it has to do with the international number prefix but I'm not >> sure. >> > >> > I tried to recreat this issue on my desktop emulator but it seems to >> work. >> > >> > >> > >> > so I'm trying to debug it now on th actual device. >> > >> > but whats happening is that In the remote debugger I can't see any of >> the sms app files. >> > >> > if I add breakpoints inside the code they don't work at all. >> > >> > ans console.log does log but only the string value (so I get [object >> object] with no option to see the actual object properties). and there is >> no line or file pointerd to where the code is running. >> > >> > >> > >> > is there any way for me to make the remote debugger aware of the app >> files. and be able to add breakpoints and check variables ? >> > >> > >> > >> > also is there any way for me to pull the entire contacts and sms data >> of the device and create a db mockup for the emulator (so maybe I can >> reproduce the bug) ? >> >> no one has any idea about this issue ? > > > Remote debugging is supported in Firefox OS 1.2+ through the App Manager. > If your device has 1.0 or 1.1 then that won't work unfortunately. If your > device does have 1.2 or later and you still can't get debugging to work, > please file a bug so we can investigate. > > Cheers, > Panos > > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
