software debugger

General discussion on mikroPascal PRO for PIC32.
Post Reply
Author
Message
kenneth43
Posts: 7
Joined: 16 Jul 2017 16:22

software debugger

#1 Post by kenneth43 » 06 Aug 2019 20:11

I have made a test run of my program in my computer with the software debugger.
I want to load the simulated ram content to a file. Is it possible to do that?

User avatar
filip.grujcic
Posts: 822
Joined: 14 May 2018 08:34

Re: software debugger

#2 Post by filip.grujcic » 07 Aug 2019 11:49

Hello,

Unfortunately, it is not possible to do this.
Software Simulator is there to simulate the program flow and execution of instruction lines and assist users in debugging the code.

Regards,
Filip Grujcic

barryallen1337
Posts: 2
Joined: 04 Sep 2019 20:44

Re: software debugger

#3 Post by barryallen1337 » 04 Sep 2019 20:46

If you are a good programmer, you will know where the error is, at least which part of the code is involved. If you are good but you don't know, start from the beginning and set breakpoints in the main functions and execute the code step by step, displaying the value of each variable and comparing the display and the expected result.
Last edited by barryallen1337 on 29 Apr 2020 20:12, edited 1 time in total.

smithclarkson01
Posts: 1
Joined: 05 Aug 2019 23:25

Re: software debugger

#4 Post by smithclarkson01 » 30 Sep 2019 03:09

I want to load the simulated ram content to a file. Is it possible to do that?

technically, it isn't possible at all !!

Post Reply

Return to “mikroPascal PRO for PIC32 General”