parallaxinc / Propeller-Tool

Propeller Tool software for Windows
MIT License
9 stars 2 forks source link

Can't view documentation of a subobject with debug when it doesn't contain a clock frequency setting #138

Closed PropGit closed 3 years ago

PropGit commented 3 years ago

From @ChipGracey:

We need to change the debug clock frequency sensitivity so that we only care if they are trying to download that file. When I try to make documentation View of my file oh, it gets mad because I don't have a clock frequency set up and I have debug statements, but the parent is always going to supply the clock frequency. So, we need to ignore it, and less the user wants to download.

PropGit commented 3 years ago

@ChipGracey - Do you mean this change will be done in the compiler (through a flag so it knows when...) or do you mean in the Propeller Tool (we should automatically compile without debug) when... we're only compiling for documentation purposes?

I think the later makes the most sense, but am not sure of your intent.

ChipGracey commented 3 years ago

Ah, for documentation purposes, you could just compile without DEBUG. Yes, that would be better.

On Fri, Mar 12, 2021 at 9:53 AM Parallax Git Administrator < @.***> wrote:

@ChipGracey https://github.com/ChipGracey - Do you mean this change will be done in the compiler (through a flag so it knows when...) or do you mean in the Propeller Tool (we should automatically compile without debug) when... we're only compiling for documentation purposes?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/parallaxinc/Propeller-Tool/issues/138#issuecomment-797655105, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZ7M2K245W2DEDBIKVWKSLTDJBJ7ANCNFSM4ZCWWMKA .

PropGit commented 3 years ago

Okay, that's what we'll do then.

PropGit commented 3 years ago

Fixed in v2.5.3.