Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Debugging in Visual Studio

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Debugging in Visual Studio

    Hello- I'm trying to run my strategy on Visual Studio. I followed the directions in the ninjatrader video that was supplied in the forum on this issue but still no luck. I did select " debug" in the code and compiled. When I attatch process from visual studio the program states that it's " running". It doesn't seem to do anything . I can't see any data. I'm trying to debug a strategy - not an indicator. How does the visual c program pick the primary instrunent? Do I start the strategy in ninjatrader and then attatch ?

    #2
    Hello ciro1963,

    Thank you for the post.

    You would need to attach and set a breakpoint followed by running the script that you want to check in the platform. This also will entail you include the script in the project using the solution explorer, this is so intellesense works and the debug symbols will be matched. Once you have a breakpoint set and it shows up as solid Red and not hollow white, that should be hit the next time that code is executed. Once the code execution is paused you should be able to view variables and other data the script is using before continuing.

    For this topic, I would generally suggest taking a short video of the process you are following as that would allow us to see the whole scope of the question and actions you have taken to further address this.


    I look forward to being of further assistance.



    JesseNinjaTrader Customer Service

    Comment


      #3
      First look at the Visual Studio Debugger
      1. Set a breakpoint and start the debugger.
      2. Navigate code in the debugger using step commands.
      3. Step over code to skip functions.
      4. Step into a property.
      5. Run to a point in your code quickly using the mouse.
      6. Advance the debugger out of the current function.
      7. Run to cursor.

      Comment


        #4
        Thank you Levi439!

        Comment


          #5
          Originally posted by Levi439 View Post
          First look at the Visual Studio Debugger
          1. Set a breakpoint and start the debugger.
          2. Navigate code in the debugger using step commands.
          3. Step over code to skip functions.
          4. Step into a property.
          5. Run to a point in your code quickly using the mouse.
          6. Advance the debugger out of the current function.
          7. Run to cursor.
          Thanks for the updates.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by kempotrader, Today, 08:56 AM
          0 responses
          7 views
          0 likes
          Last Post kempotrader  
          Started by kempotrader, Today, 08:54 AM
          0 responses
          4 views
          0 likes
          Last Post kempotrader  
          Started by mmenigma, Today, 08:54 AM
          0 responses
          2 views
          0 likes
          Last Post mmenigma  
          Started by halgo_boulder, Today, 08:44 AM
          0 responses
          1 view
          0 likes
          Last Post halgo_boulder  
          Started by drewski1980, Today, 08:24 AM
          0 responses
          4 views
          0 likes
          Last Post drewski1980  
          Working...
          X