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 256136

Summary: Can not step into if autostart is off
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: RESOLVED WONTFIX    
Severity: normal CC: apepin
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2015-10-23 12:36:11 UTC
Once my "autostart" debugging option was switched off.
When I clicked "Step into" in File menu, I expected that the program will stop in main however. But it didn't. I understood that it has not started and pressed "Continue". Sure, after that it did not stop in main either.

Expected begavior:
- Even if autostart is off, "Step into" should run the program
- Or at least this item should be disabled (or better should say "you should switch autostart ON" or better ask "Would you like to switch autostart ON")
Comment 1 Alexander Pepin 2016-02-04 11:24:41 UTC
Autostart becomes off after debugging the mixed project (Step into native code).
Comment 2 Maria Tishkova 2016-09-01 19:52:53 UTC
mixeddev problem is fixed, otherwise it is how it is should be. it is LOADED. not started.