D365 Debug Tutorial 1

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 13

  • @prateekmohapatra5018
    @prateekmohapatra5018 8 місяців тому +6

    That was really helpful. Eagerly waiting for the whole series🙌

  • @knoxlend3369
    @knoxlend3369 6 місяців тому +1

    insanely useful thank you

  • @funnyvamsi4008
    @funnyvamsi4008 7 місяців тому +1

    Thank you for your video 😊 it's really helpful ❤

    • @peterramer
      @peterramer  7 місяців тому +1

      You're welcome 😊

  • @biaoran107
    @biaoran107 7 місяців тому +1

    Thank you for your video it's really helpful 

    • @peterramer
      @peterramer  5 місяців тому

      Glad it was helpful!

  • @rishavbhattacharyya
    @rishavbhattacharyya 8 місяців тому

    another debugging tip i found useful was running a sql query to find the ttsBegin and ttsCommit blocks where data is getting saved to Db, had to resort to this trick when someone placed some codes in the active method

  • @Luka-ie9xv
    @Luka-ie9xv 8 місяців тому +1

    Awesome video! QQ: is there a way to get similar debug outcome but with use of browser's dev tools instead of FO's source code?

    • @peterramer
      @peterramer  7 місяців тому +1

      Unfortunately no. The browsers F12 dev tools can show you the JavaScript code that is running in the browser. But in the case of D365 all of the meaningful x++ code either runs on the server or gets translated into JavaScript but not in a readable way or way you should debug. So you do need to debug the x++ code directly.

  • @quangkhaiao4544
    @quangkhaiao4544 5 місяців тому

    HI, my system shows error that it can not open web browser after I click debug button. Are you familiar with this issue? Thank you.

    • @peterramer
      @peterramer  5 місяців тому

      Hmm. Can you share the exact error message? I am not sure why you would be seeing that.