- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
The defaults under a Debug configuration work pretty well, though I'd also suggest turning on "Variables default to AUTOMATIC" as a debugging aid. You can also turn on overflow checking, and under Floating Point, set the Floating Point Exception behavior to 0 instead of the default 3. There is no option for memory leak checking.
Steve
Steve
Link copiado
2 Respostas
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Steve,
What is the advantage of "variables default to AUTOMATIC" as a debug option. I have done a lot of probing around in the help files for exasctly what this accomplishes, but have never been able to really understand what is going on. Thanks,
Tom
What is the advantage of "variables default to AUTOMATIC" as a debug option. I have done a lot of probing around in the help files for exasctly what this accomplishes, but have never been able to really understand what is going on. Thanks,
Tom
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
This option removes the assumed static semantics for local variables that the compiler uses by default for compatibility with "dusty deck" code that assumes all variables are statically allocated. The side effect of the option is that such variables are not considered initially defined, and hence the compiler is better able to give warnings for uninitialized variables.
Steve
Steve

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora