Tags: What is the difference between Debug and Release mode in Visual
Studio in Hindi, what is Debug and Release mode in Visual Studio.
जब developers Visual Studio में काम करते हैं तो कभी कभी Debug
और Release option को लेकर confusion
होता है | आज हम इसमें अंतर देखेंगे |
यह options अलग अलग Solution
configuration के labels हैं |
बहुत ही आसान सब्दो में कहे तो जब हम development करते हैं तो Debug
option use करते हैं और जब project को finally
server पर deploy करना होता है तो Release
mode का use करते हैं |
Debug Mode
- ü Developer हर source code line पर break point set कर सकता है
- ü Runtime source code ज्यादा memory का use करता है
- ü इस mode में कम optimized code होता है
- ü इसका size बड़ा होता है और slow run करता है
Release
Mode
- ü Developer हर source code line पर break point set नहीं कर सकता है |
- ü Runtime में source code कम memory का use करता है |
- ü इस mode में ज्यादा optimized code होता है
- ü इसका size छोटा होता है और fast run करता है |
I hope it
will help. Please post your feedback, question, or comments about this article.
Happy
Coding
Rudra
Pratap Singh
Software
Engineer
No comments:
Post a Comment