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 165572 - Fortran: 'Step Into' context menu item works unclear
Summary: Fortran: 'Step Into' context menu item works unclear
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 08:45 UTC by soldatov
Modified: 2016-07-06 14:38 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 soldatov 2009-05-20 08:45:54 UTC
Compiler: gfortran 4.1.2 (linux)
Scenario:
- Create Hello sample
- Call context menu on project and select 'Step Into' menu item
==> debugger started, but user has not useful information
Workaround: need press Step Into button in second time

Compiler: gfortran 4.3.2 (cygwin)
Scenario:
- Create Hello sample
- Call context menu on project and select 'Step Into' menu item
==> debugger started, but user has not useful information
Workaround: need press Step Into button 4 times

Call stack in first sample:
MAIN__() at foo.f:30
main

Call stack in second sample:
MAIN__() at foo.f:30