This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242782 - No output from console.log()
Summary: No output from console.log()
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 09:30 UTC by Vladimir Riha
Modified: 2015-03-11 12:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-03-11 09:30:12 UTC
If I run Cordova application in iOS target with web inspection, output from console.log() is no longer displayed in Browser log window in IDE. I believe this used to work before

Product Version: NetBeans IDE 8.0 (Build 201403101706)
JDK8
Comment 1 Jan Becicka 2014-04-11 08:57:47 UTC
Have no idea why the log is not there.
Comment 2 Jan Becicka 2014-04-25 09:48:45 UTC
do you have console plugin in your project?
https://github.com/apache/cordova-plugin-console/blob/master/doc/index.md
Comment 3 Vladimir Riha 2014-05-02 08:08:20 UTC
Ha, I didn't know they moved it to plugin. I'll try it once I get to Mac (next week)
Comment 4 elennaro 2015-03-11 11:51:22 UTC
Same for me. Windows 8.1 

Product Version: NetBeans IDE Dev (Build 1)
Java: 1.8.0_31; Java HotSpot(TM) 64-Bit Server VM 25.31-b07
Runtime: Java(TM) SE Runtime Environment 1.8.0_31-b13
System: Windows 8 version 6.2 running on amd64; UTF-8; en_US (nb)

No console.log is outputted to browser window()
Comment 5 elennaro 2015-03-11 11:51:40 UTC
to Browser Log I mean
Comment 6 elennaro 2015-03-11 12:04:16 UTC
It appeart that adding  Debug Console Plugin from project properties helps.
Sorry for reopening.