]
Ilya Buziuk updated JBIDE-18227:
--------------------------------
Fix Version/s: 4.3.0.Beta1
(was: 4.3.0.Alpha2)
JS console.debug() displays message to console with LOG prefix
--------------------------------------------------------------
Key: JBIDE-18227
URL:
https://issues.jboss.org/browse/JBIDE-18227
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim, cordovasim
Affects Versions: 4.2.0.CR1
Environment: JBDS 8.0.0.CR1-v20140831-0335-B201
Reporter: Vlado Pakan
Assignee: Ilya Buziuk
Priority: Minor
Fix For: 4.3.0.Beta1
JavaScript command console.debug("debug message") invoked within page opened in
Browsersim is displaying this string to Eclipse console:
{noformat}
!JavaScript LOG: debug message
{noformat}
It should display this message maybe also with different color then log message is
displayed:
{noformat}
!JavaScript DEBUG: debug message
{noformat}