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 95752 - Want IDE source editor/debugger to recognise C++ with embedded SQL (.sc suffix)
Summary: Want IDE source editor/debugger to recognise C++ with embedded SQL (.sc suffix)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@cnd
URL:
Keywords:
: 136312 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-16 00:27 UTC by Thomas Preisler
Modified: 2013-05-07 11:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Preisler 2007-02-16 00:27:45 UTC
Original CR: 4978855
Customer would like .sc files (C++ with embedded SQL) to be recognized and
handled. This would involve modification to the source editor and debugger.
There has been a Request For Enhancement #4903749 on a similar issue.
The situation is that .sc files are handled by a preprocessor which converts the
SQL code into valid C++ statements, but then the IDE does not see .cc files when
the object file is debugged, as it wants to load  the original .sc file due to
#line statements referring to it.
Customer was able to work around the issue and get to the .cc file by removing
the #line statements and debug the C++ code but would like to able  associate a
.sc file to the C++ editor in the IDE.
Comment 1 Thomas Preisler 2008-06-02 20:30:46 UTC
*** Issue 136312 has been marked as a duplicate of this issue. ***
Comment 2 Vladimir Voskresensky 2008-11-18 08:39:32 UTC
could be related to MySQL research task