2021-03-07 23:53:36

Hi.
How I can display the error while I wrote an nvda addon In case it did not work.
Greetings

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-03-07 23:54:34

NVDA menu, tools, view log.

You may like a thing called pylint for syntax checking before running the add-on.

My Blog
Twitter: @ajhicks1992

2021-03-07 23:59:41

@2, i tryed to do error in my addon, but it dont tell me what wrong, that what i get.
INFO - __main__ (00:58:08.988) - MainThread (2136):
Starting NVDA version 2020.4
INFO - core.main (00:58:09.266) - MainThread (2136):
Config dir: C:\Users\abdullah\AppData\Roaming\nvda
INFO - config.ConfigManager._loadConfig (00:58:09.266) - MainThread (2136):
Loading config: C:\Users\abdullah\AppData\Roaming\nvda\nvda.ini

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-03-08 00:09:41

hi,
I think we would be helping you better if you put the code here

2021-03-08 00:14:28

@4 thank you very much for try to help,  But now I dont have any problems, but I've run into the past and hardly detected the error so I want to learn to find errors if I run into them in the future.

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-03-08 00:28:20

@5 as 2 said, errors are found in the NVDA log (NVDA + F1).

"On two occasions I have been asked [by members of Parliament!]: 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out ?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."    — Charles Babbage.
My Github

2021-03-08 05:43:36

Well, you have logging set to disabled, based on what you posted. NVDA menu -> Preferences -> Settings -> General -> Logging Level. Set it to info.