What interpreted language can i leverage for debugging? -


I talked about developing a programming language. Instead of compiling it, I am considering to understand the meaning. So what I have to do, parse is to create the syntax itself, the AST in the current scripting language and the output source.

What I want to know is what I can interpret for debugging? I would like to call a call stack, file / source name and row # to modify the variable on the fly.

Which IDE should I use? I like visual studios but I think that does not mean any interpreted languages.

Eclipse should use what you want Any interpreted language is supported and you can easily debug with debug perspective.

The advantage of the Python language is that all open source are in fact, there is no problem and you can see the source code without problems.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -