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 - Can not step into if autostart is off
Summary: Can not step into if autostart is off
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 12:36 UTC by Vladimir Kvashin
Modified: 2016-09-01 19:52 UTC (History)
1 user (show)

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 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.