Skip to content

mohitleo9/tern-jsclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debug Tips:

if you want to debug local project :-

  1. killall node
  2. Tern determines project dir from .tern-project or .tern-config file so go to that dir and start tern --port 60788 --verbose (eg start tern in client dir and not root dir of project)
  3. start completions.
  4. for starting in inspect mode node --inspect $(which tern) --port 60788 --verbose (if something is not working most probably another process is still alive, or wrong dir, (tern server creates a .tern-port file look for the port in that.))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published