• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

vJass/JASS debugger

Status
Not open for further replies.
Level 28
Joined
Feb 2, 2006
Messages
1,638
Hey,
as far as I know there is the program "War3err" which is a part of Grimoire but it did only work until version 1.21b.

The JassHelper has a debug mode but only to add custom statements. I really need a working JASS debugger which detects errors like "war3err" did:
  • operation limit
  • uninitialized vars
  • 0 division
  • etc. etc.

With "War3err" you could also easily add breakpoints using "call Cheat("war3err_Break")".

My question: Is there any working debugger for JASS?
 
Status
Not open for further replies.
Top