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 224849 - Attach process: "An unhandled win32 exception occured in quote_1.exe" window appears
Summary: Attach process: "An unhandled win32 exception occured in quote_1.exe" window ...
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 13:21 UTC by soldatov
Modified: 2015-07-14 12:29 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 2013-01-14 13:21:43 UTC
Windows XP + MinGW + MSYS

Scenario:
- Create Quote project
- Set Console Type = Standard Output
- Push 'Run Project' button
- Push "Attach debugger" button in Outputs tab
- Open quote.cc file
- Set line breakpoint at 144th line
- Type Ann in Output tab
==> debugger stopped at 144th line
- Push Finish Debugger button

NetBeans 7.3
==> "An unhandled win32 exception occured in quote_1.exe" window appears.
NetBeans 7.2
==> no any errors
Comment 1 danilasergeyev 2015-07-14 12:29:13 UTC
Issue with proper configuration of environment, one should use later version of gdb (>= 7.4)