저는 영어를 정말 잘 모릅니다... 아는 몇 몇 단어로 유추하여 추측할뿐 정말 모릅니다...
그로 인해 잘못 이해한 부분을 잘못 전달할 수도 있습니다... 이 점 매우 죄송합니다..
참조 : http://lua-users.org/wiki/LuaAddons
- 루아 관련 애드온 목록이 나열된 페이지 입니다.
위의 페이지에 래퍼 클래스에 관련하여 살펴보려 오랜만에 방문했는데 눈에 확 들어오는 부분이 있어 알아보기로 했습니다..
Development environments
- [VSLua] (1.0) - A commercial solution to Lua language including an editor and debugger integrated within Visual Studio .Net (2002, 2003, 2005)
앗!? 이게 뭘까... 디버깅... visual studio .net ( ..... )
http://www.itrango.com/vslua/downloads/VSLuaBrochure.pdf
우선 위의 링크를 열어 2페이지를 보시라!! 뭔 말인지 몰라도 그림만 보면 된당께!!
1. VS .NET(2002,2003,2005) 를 이용하여 루아 스크립트 디버깅 하기
2. 전용 WATCH 창 제공
3. 콜스택 정보 제공 ( 프로페셔널 )
4. 문자 자동완성 기능 ( 비쥬얼 어시스트 주 기능이죠 ^^? )
5. 소스세이프 관련 지원 ( 스크립트 파일 등록가능 )
6. Syntax-Hi-lighting ( 대충 코드 컬러 표현? -_- )
luaopen_table(L);
luaopen_io(L);
luaopen_string(L);
luaopen_math(L);
Init_VSLuaDebugger(L, 0);
#endif
Function and script call stack |
##########12* |
##########13* |
Offline script compilation |
##########14* |
##########15* |
Commercial license i.e. ability to release commercial products |
##########16* |
##########17* |
Unlimited professional support |
##########18* |
##########19* |
Priority based patches and bug fixes |
##########20* |
##########21* |
Cost: | |||||||||||||||||||
|
헉...... 비싸군요...
끝으로..
· | Sometimes the first time the debugger breaks at a breakpoint, no debug marker gets visible. Instead just the text of the line is hi-lighted. Issuing any command that moves the current statement produces the current statement marker and does not disappear after that. |
· | Intellisense gives weird behavior when Whole Tomato Software's addin Visual Assist is installed. This is perhaps due to them using non-standard practice with the Visual Studio. A fix is to disable Visual Assist from the menu. VSLua intellisense works fine afterwards. We recommend users to disable Visual Assist while editing Lua scripts with VSLua editor. |
· | A dummy entry appears in call stack at the very end (bottom of the combo box) when nested scripts are executed multiple times. |
도움말에 있는 내용입니다.
◈ 이 솔루션이 처음에 잘 작동이 안될 수도 있습니다...
◈ 비쥬얼 어시스트를 사용 할 경우 문자완성기능이 정상적으로 작동하지 않습니다. 비쥬얼 어시스트를 꺼야 하더군요..
잘못된 정보나 부족한 정보를 추가로 공유했으면 합니다 ^^ 글 남겨주세요~~
'06. 8. 18(금) 회사에서... 권진영(되엔자앙)
수정 및 배포는 자유! 출처는 분명히!
데브피아 vc 강좌쪽에도 글을 올렸습니다..
추가 덧글을 통해 추가정보를 얻을 수도.. ^^
www.devpia.com/forum/BoardView.aspx?no=7412&ref=7412&page=1&forumname=vc_lec&stype=
'Development > LUA Script' 카테고리의 다른 글
[본문스크랩] 루아를 C/C++ 프로그램에 통합..(1) (0) | 2011.08.13 |
---|---|
How to prevent LUA scripts that block your program (0) | 2011.08.13 |
Embedding LUA in Visual C++ (Custom Functions) (0) | 2011.08.13 |
[본문스크랩] Lua API (0) | 2011.08.13 |
Using LUA with Visual C++ (Introduction) (0) | 2011.08.13 |