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 150681 - Debugger does not stop after file execution
Summary: Debugger does not stop after file execution
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-20 08:44 UTC by Alexandr Scherbatiy
Modified: 2008-10-27 14:25 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 Alexandr Scherbatiy 2008-10-20 08:44:30 UTC
JavaFX_NB_Plugin_NB65_daily: #318 2008-10-20_02-01-09.zip

  Product Version         = NetBeans IDE Dev (Build 200810150201)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11; Sun Microsystems Inc.

Steps to reproduce:

- Copy the code to the editor:
-------------------------------------------------
var a = 20;
var b = 30;
var c = 40;
-------------------------------------------------

- Set a breakpoint for the 'c' variable
- Debug the file
- Press <F7>
  Debugger does not stop.
Comment 1 Alexey Butenko 2008-10-20 11:13:07 UTC
Worksforme
Comment 2 Alexandr Scherbatiy 2008-10-27 14:25:26 UTC
verified in 2008-10-27_03-01-09.zip