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 258602 - Debugger ignores project signal handling settings (at least for SIGUSR2)
Summary: Debugger ignores project signal handling settings (at least for SIGUSR2)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-31 09:46 UTC by jani9876
Modified: 2016-07-06 14:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (67.10 KB, text/plain)
2016-03-31 09:46 UTC, jani9876
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jani9876 2016-03-31 09:46:05 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Mac OS X version 10.11.3 running on x86_64
Java; VM; Vendor = 1.8.0_66
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b17

Reproducibility: Happens every time

STEPS:
  * Debug a project to get signal handling table in to the project settings
  * Stop debug
  * Go to signal handling settings
  * Set Ignore for SIGUSR2
  * Debug again

ACTUAL:
  When the program receives a SIGUSR2 then the "Signal handling" dialog is popped up (however the "Don't catch again..." option is checked)

EXPECTED:
  The "Signal handling" dialog isn't popped up, ignore SIGUSR2 silentl
Comment 1 jani9876 2016-03-31 09:46:09 UTC
Created attachment 159068 [details]
IDE log
Comment 2 henk89 2016-06-16 09:42:23 UTC
Options are not propagated to a debugger during a debugging session.