Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow search in the Appcelerator Console #81

Open
olof-nord opened this issue Jan 22, 2018 · 7 comments
Open

Allow search in the Appcelerator Console #81

olof-nord opened this issue Jan 22, 2018 · 7 comments
Labels

Comments

@olof-nord
Copy link

Feature request:
Allow the output shown in the Appcelerator Console window to be searchable.

@jason919
Copy link

Support this feature request!
Without this feature, it is almost impossible to debug

@jason919
Copy link

If this console can be redirected to a local file under "build" directory, developer can use external editor to search it as a workaround for now.

@ewanharris
Copy link
Contributor

@jason919 The build process will always write a build_<platform>.log file in the build directory

@olof-nord
Copy link
Author

@ewanharris This is useful, however what I am interested in is not only the build process log "build and deploy", but the ongoing "$appname" log which is shown during app execution.

I use this to output debug information to the console during runtime.

@hansemannn
Copy link
Contributor

hansemannn commented Feb 14, 2018

Guys, the whole plugin is open source. Quick features like this can easily be extended if necessary.

@jason919
Copy link

jason919 commented Jun 7, 2018

@hansemannn , i tried to extend it, but my knowledge with Atom's api is very limited, if it is easy for you, can shed some light on how to change the JS files to write the console log to a file? I think making it searchable won't be an easy task. what I am doing now is copy the command line from the console and run it directly in a terminal window

drunnells added a commit to drunnells/pulsar-titanium that referenced this issue Sep 7, 2024
…ng in console log

This commit introduces a search functionality to the console log screen.

re tidev#81
@drunnells
Copy link

I think that I might contribute this. I'm not sure that I love my approach, but it seems to be functional and do what you guys are looking for.
console_search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants