![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Nov 2006
Location: , ,
Posts: 39
Thanks: 0
Thanked 0 times in 0 posts
|
Does anyone know if there is a way to breakpoint ninjascript code and use Visual Studio for debugging?
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
Sorry, this is not feasible.
Due to .NET internal restrictions debugging would not be of value since you e.g. could not inspect properties of instances. That's why: - NT6 no longer support the option to build the custom assembly in debug option (NT5 had this option) - we do not promote using VS for debugging More tech background: Although building the custom assembly with debug information is doable (implemented with NT5), it will not run in debug mode (but optimized realized mode), since the calling "module" (= NT iself) is running in release mode.
Dierk
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Join Date: Nov 2006
Location: , ,
Posts: 39
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|