FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for com.microsoft.java.debug.core/src - mfussenegger/java-debug · GitHub
mfussenegger
/
java-debug
Public
forked from
microsoft/java-debug
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
java-debug
com.microsoft.java.debug.core
src
on
master
User selector
Datepicker
Commit history
Commits on Feb 19, 2020
Return disconnect response in 500ms (#322)
Show description for fc691fd
testforstephen
authored
fc691fd
View commit details
Copy full SHA for fc691fd
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
update checkstyle to 8.29 (#321)
Show description for 58d0277
testforstephen
authored
58d0277
View commit details
Copy full SHA for 58d0277
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
Use project's java runtime to launch the application (#319)
Show description for cf338ee
testforstephen
authored
cf338ee
View commit details
Copy full SHA for cf338ee
View code at this point
Browse repository at this point
Commits on Jan 16, 2020
Provide custom request to support continue/pause all/other threads (#315)
Show description for c2b51f1
testforstephen
authored
c2b51f1
View commit details
Copy full SHA for c2b51f1
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
Added debugger user setting for setting numeric precision (#313)
Show description for adbc59d
bhoppeadoy
and
testforstephen
committed
adbc59d
View commit details
Copy full SHA for adbc59d
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Fix NPE when searching the source for the exception stack trace (#310)
Show description for 6208426
testforstephen
authored
6208426
View commit details
Copy full SHA for 6208426
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
Support Data Breakpoint (#307)
Show description for 27e3c45
testforstephen
authored
27e3c45
View commit details
Copy full SHA for 27e3c45
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
Use -m prefix only when the main class is contained in a module (#304)
Show description for ac7d26b
testforstephen
authored
ac7d26b
View commit details
Copy full SHA for ac7d26b
View code at this point
Browse repository at this point
Commits on Sep 23, 2019
Clean up the resources generated by HCR provider (#300)
Show description for f4ad19a
testforstephen
authored
f4ad19a
View commit details
Copy full SHA for f4ad19a
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
Reuse the temp file name for the same project when shorten the classpath (#298)
Show description for 40a13ee
testforstephen
authored
40a13ee
View commit details
Copy full SHA for 40a13ee
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Support to use a launcher to run in terminal (#288)
Eskibear
authored
9a5d2fc
View commit details
Copy full SHA for 9a5d2fc
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Break out of the while loop for better performance (#280)
Show description for b31fd4c
tom-shan
authored and
testforstephen
committed
b31fd4c
View commit details
Copy full SHA for b31fd4c
View code at this point
Browse repository at this point
Commits on May 31, 2019
Variable: Show toString() value for the classes that override toString method (#276)
Show description for 8ca4cc9
testforstephen
authored
8ca4cc9
View commit details
Copy full SHA for 8ca4cc9
View code at this point
Browse repository at this point
Return the changed classes as response of redefine classes command (#277)
Show description for d91322d
testforstephen
authored
d91322d
View commit details
Copy full SHA for d91322d
View code at this point
Browse repository at this point
Commits on May 28, 2019
Support debug settings to control how to trigger HCR (#275)
Show description for c3a01e2
testforstephen
authored
c3a01e2
View commit details
Copy full SHA for c3a01e2
View code at this point
Browse repository at this point
Commits on May 20, 2019
Fix bug: The debug session never stops even after the remote application has detached the debug connection (#274)
Show description for 24e8f05
testforstephen
authored
24e8f05
View commit details
Copy full SHA for 24e8f05
View code at this point
Browse repository at this point
Commits on May 5, 2019
Fix bug: the debug toolbar doesn't close after the program running in terminal has exited (#271)
Show description for 698abfe
testforstephen
authored
698abfe
View commit details
Copy full SHA for 698abfe
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
Fix the stack frame conflicts between logical structure and evaluation (#270)
Show description for 6633a55
testforstephen
authored
6633a55
View commit details
Copy full SHA for 6633a55
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
Fix the perf for evaluation result (#269)
Show description for b8e9795
testforstephen
authored
b8e9795
View commit details
Copy full SHA for b8e9795
View code at this point
Browse repository at this point
Fix variable perf issue & logical structure doesn't work with JDK 11 (#268)
Show description for f921a67
testforstephen
authored
f921a67
View commit details
Copy full SHA for f921a67
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Log the logical structure evaluation error (#266)
Show description for c140561
testforstephen
authored
c140561
View commit details
Copy full SHA for c140561
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
Jumping to source when clicking stack trace link in debug console (#258)
Show description for bfcf63f
testforstephen
authored
bfcf63f
View commit details
Copy full SHA for bfcf63f
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Don't show static fields by default (#263)
Show description for fc59d8b
testforstephen
authored
fc59d8b
View commit details
Copy full SHA for fc59d8b
View code at this point
Browse repository at this point
Show logical structure for Collection and Map instances (#262)
Show description for 6a9e196
testforstephen
authored
6a9e196
View commit details
Copy full SHA for 6a9e196
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
Increase the timeout when attaching to integrated/external terminal (#256)
Show description for adadf53
testforstephen
authored
adadf53
View commit details
Copy full SHA for adadf53
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
Support exceptionInfo request to show exception info (#255)
Show description for bbf0491
testforstephen
authored
bbf0491
View commit details
Copy full SHA for bbf0491
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Add utility command to get the launch command length (#254)
Show description for ee889d9
testforstephen
authored
ee889d9
View commit details
Copy full SHA for ee889d9
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
Provide jarmanifest/argfile approachs to shorten the command line (#253)
Show description for d3b8b3a
testforstephen
authored
d3b8b3a
View commit details
Copy full SHA for d3b8b3a
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
fix #440: The startup command arguments for internalConsole are different from integratedTerminal (#237)
Show description for b9a0f75
andxu
authored
b9a0f75
View commit details
Copy full SHA for b9a0f75
View code at this point
Browse repository at this point
Commits on Sep 27, 2018
fix the InvalidStackFrameException (#233)
andxu
authored
e1a3505
View commit details
Copy full SHA for e1a3505
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Fix debug buttons disabled issue: send StoppedEvent after StepResponse/ContinueResponse (#227)
Show description for 2106dbb
testforstephen
authored
2106dbb
View commit details
Copy full SHA for 2106dbb
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Use User's specified java home to launch debuggee (#225)
Show description for 13fe1de
testforstephen
authored
13fe1de
View commit details
Copy full SHA for 13fe1de
View code at this point
Browse repository at this point
Commits on Sep 3, 2018
Merge hotfix back to master branch. (#216)
Show description for c3b0201
Eskibear
authored
c3b0201
View commit details
Copy full SHA for c3b0201
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
record sum of responding time for the debug session (#211)
Show description for 98e017a
andxu
authored
98e017a
View commit details
Copy full SHA for 98e017a
View code at this point
Browse repository at this point
1.change a common scenario when user input expression without stopped thread (#210)
Show description for 5c4bbd2
andxu
authored
5c4bbd2
View commit details
Copy full SHA for 5c4bbd2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL