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 270642 - It stops going to next line in debug mode, when Pin Watches expression got error
Summary: It stops going to next line in debug mode, when Pin Watches expression got error
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-14 19:35 UTC by Alexander2018
Modified: 2017-05-14 19:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Журнал среды IDE (550.88 KB, text/plain)
2017-05-14 19:35 UTC, Alexander2018
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander2018 2017-05-14 19:35:24 UTC
Product Version = NetBeans IDE Dev (Build 201705050001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.8.0_131
Runtime = Java HotSpot(TM) Client VM 25.131-b11

Воспроизводимость: Происходит всегда

Шаги:
  * Новые плавающие Пины  (Pin Watches) 
Если добавить выражение, которое при следующем шаге вызовет ошибку вычисления. 
Например Пин выводит последний элемент массива. Но на следующем шаге индекс изменится и пин не сможет показывать, ибо выражение выходит за рамки массива.

Текущий результат:
Как только выражение Пина становится ошибочным, Пошаговая отладка подвисает. При нажатии F8, ничего не происходит.

Ожидаемый результат:
При нажатии F8 отладка должна переходить к следующей строке, а если Пин не может отобразить выражение, пусть выдает надпись "Error" или вроде того
Comment 1 Alexander2018 2017-05-14 19:35:39 UTC
Created attachment 164317 [details]
Журнал среды IDE