Jason Vas Dias

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Jason Vas Dias created a post, AnsweredWhere is "Connection Tab" mentioned in https://www.jetbrains.com/help/clion/remote-projects-support.html ?
It says at: https://www.jetbrains.com/help/clion/remote-projects-support.html : " You can set up remote development without source synchronization to avoid unnecessary file duplication when your lo... -
Jason Vas Dias created a post, CLion 2021.2: Remote project: Local GIT Checkout for browsing & editing, REMOTE GIT checkout for building - possible ? how ?
I am evaluating CLion for use on my company's large old RHEL6 code base . What we'd like to achieve is each developer having a local GIT checkout ,which they can use for Editing / Browsing, and a R... -
Jason Vas Dias created a post, with two debugging sessions, each with multiple threads, should I be able to debug one (non-main) thread doing an accept() and another a connect() ?
I have two debugging sessions, each with multiple threads, in the same IDE .Session #1's main Thread #0 does a connect() ( java.net.PlainSocketImpl.connectToAddress(InetAddress address, int port, ... -
Jason Vas Dias created a post, Answeredwhat does "Choose Sources..." do - and how can I undo what it does?
When during a debugging session control moves into binary classes in JARs, the decompilerdecompiles such classes and displays the "Download Sources" and "Choose Sources..." links .When I click on t... -
Jason Vas Dias created a post, how to inspect the value of an exception catch block variable in the debugger ?
Good day -I have a process I am trying to debug that does, in some method : ... try { do_action() ; } catch ( Throwable t ) {* ... -
-
Jason Vas Dias created a post, how to determine name and package of a decompiled class file ?
Hi -In debugging a large Java program, with tens of thousands of classes, the ability to decompile a class file is very useful.However, it is made much less useful by the fact that Idea does not di...