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) ? _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
