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

Summary: Want IDE source editor/debugger to recognise C++ with embedded SQL (.sc suffix)
Product: cnd Reporter: Thomas Preisler <thp>
Component: -- Other --Assignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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