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 242878 - karma ignores breakpoints when debugging tests
Summary: karma ignores breakpoints when debugging tests
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 18:07 UTC by Kenneth Ganfield
Modified: 2014-07-18 10:37 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2014-03-13 18:07:50 UTC
Product Version: NetBeans IDE 8.0 (Build 201403052200)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Mac OS X version 10.8.5 running on x86_64; UTF-8; en_US (nb)

When I place a breakpoint in a failing unit test, karma ignores the breakpoint when I run the tests. The test runs all the way through without stopping and no counter appears in the line in the editor.
Comment 1 Vladimir Riha 2014-03-14 07:11:10 UTC
I think this is not implemented as when tests run by Karma are executed in Chrome, it is without the NetBeans connector extension.
Comment 2 Tomas Mysik 2014-03-14 09:24:02 UTC
Exactly, debugging unit tests with Karma is not supported (likely new action Debug will be needed).

Thanks.
Comment 3 Petr Jiricka 2014-07-18 09:10:25 UTC
Now we have Karma debugging - what should we do about this issue?
Comment 4 Tomas Mysik 2014-07-18 10:37:53 UTC
Let's close it, thanks for catching that.